mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Lanssorien",
|
||||
en: "Dragapult"
|
||||
en: "Dragapult",
|
||||
es: "Dragapult",
|
||||
it: "Dragapult",
|
||||
pt: "Dragapult",
|
||||
de: "Katapuldra"
|
||||
},
|
||||
|
||||
illustrator: "Naoki Saito",
|
||||
@ -25,24 +29,40 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Infiltration",
|
||||
en: "Infiltrator"
|
||||
en: "Infiltrator",
|
||||
es: "Allanamiento",
|
||||
it: "Intrapasso",
|
||||
pt: "Infiltrado",
|
||||
de: "Schwebedurch"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si des dégâts sont infligés à ce Pokémon par des attaques, lancez une pièce. Si c’est face, évitez ces dégâts.",
|
||||
en: "If any damage is done to this Pokémon by attacks, flip a coin. If heads, prevent that damage."
|
||||
en: "If any damage is done to this Pokémon by attacks, flip a coin. If heads, prevent that damage.",
|
||||
es: "Si se inflige cualquier daño a este Pokémon por ataques, lanza 1 moneda. Si sale cara, evita ese daño.",
|
||||
it: "Se questo Pokémon subisce danni da qualsiasi attacco, lancia una moneta. Se esce testa, previeni quei danni.",
|
||||
pt: "Se qualquer dano for causado a este Pokémon por ataques, jogue 1 moeda. Se sair cara, previna aquele dano.",
|
||||
de: "Wenn diesem Pokémon durch Attacken Schaden zugefügt wird, wirf 1 Münze. Verhindere jenen Schaden bei Kopf."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Hantise",
|
||||
en: "Phantom Force"
|
||||
en: "Phantom Force",
|
||||
es: "Golpe Fantasma",
|
||||
it: "Spettrotuffo",
|
||||
pt: "Golpe Fantasma",
|
||||
de: "Phantomkraft"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Placez 3 marqueurs de dégâts sur les Pokémon de Banc de votre adversaire comme il vous plaît.",
|
||||
en: "Put 3 damage counters on your opponent’s Benched Pokémon in any way you like."
|
||||
en: "Put 3 damage counters on your opponent’s Benched Pokémon in any way you like.",
|
||||
es: "Pon 3 contadores de daño en los Pokémon en Banca de tu rival de la manera que desees.",
|
||||
it: "Metti tre segnalini danno sui Pokémon nella panchina del tuo avversario nel modo che preferisci.",
|
||||
pt: "Coloque 3 contadores de dano nos Pokémon no Banco do seu oponente como desejar.",
|
||||
de: "Lege 3 Schadensmarken beliebig auf die Pokémon auf der Bank deines Gegners."
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
@ -59,7 +79,8 @@ const card: Card = {
|
||||
value: "-30"
|
||||
}],
|
||||
|
||||
regulationMark: "D"
|
||||
regulationMark: "D",
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user