mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +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:
@ -4,7 +4,11 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Galarian Cursola",
|
||||
fr: "Corayôme de Galar"
|
||||
fr: "Corayôme de Galar",
|
||||
es: "Cursola de Galar",
|
||||
it: "Cursola di Galar",
|
||||
pt: "Cursola de Galar",
|
||||
de: "Galar-Gorgasonn"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -22,11 +26,19 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Perish Body",
|
||||
fr: "Corps Condamné"
|
||||
fr: "Corps Condamné",
|
||||
es: "Cuerpo Mortal",
|
||||
it: "Ultimotocco",
|
||||
pt: "Corpo Perecido",
|
||||
de: "Unheilskörper"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an opponent's attack, flip a coin. If heads, the Attacking Pokémon is Knocked Out.",
|
||||
fr: "Si ce Pokémon est sur le Poste Actif et est mis K.O. par les dégâts d’une attaque de votre adversaire, lancez une pièce. Si c’est face, le Pokémon Attaquant est mis K.O."
|
||||
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an opponent’s attack, flip a coin. If heads, the Attacking Pokémon is Knocked Out.",
|
||||
fr: "Si ce Pokémon est sur le Poste Actif et est mis K.O. par les dégâts d’une attaque de votre adversaire, lancez une pièce. Si c’est face, le Pokémon Attaquant est mis K.O.",
|
||||
es: "Si este Pokémon está en el Puesto Activo y queda Fuera de Combate por el daño de un ataque de tu rival, lanza 1 moneda. Si sale cara, el Pokémon Atacante queda Fuera de Combate.",
|
||||
it: "Se questo Pokémon è in posizione attiva e viene messo KO dai danni inflitti da un attacco dell’avversario, lancia una moneta. Se esce testa, il Pokémon attaccante viene messo KO.",
|
||||
pt: "Se este Pokémon estiver no Campo Ativo e for Nocauteado pelo dano de um ataque do seu oponente, jogue 1 moeda. Se sair cara, o Pokémon Atacante será Nocauteado.",
|
||||
de: "Wenn dieses Pokémon in der Aktiven Position ist und durch Schaden einer Attacke deines Gegners kampfunfähig wird, wirf 1 Münze. Bei Kopf ist das Angreifende Pokémon kampfunfähig."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,11 +51,19 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Corner",
|
||||
fr: "Coinçage"
|
||||
fr: "Coinçage",
|
||||
es: "Arrinconar",
|
||||
it: "Trappola",
|
||||
pt: "Quina",
|
||||
de: "Bedrängen"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, the Defending Pokémon can't retreat.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite."
|
||||
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
|
||||
es: "Durante el próximo turno de tu rival, el Pokémon Defensor no puede retirarse.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "Durante o próximo turno do seu oponente, o Pokémon Defensor não poderá recuar.",
|
||||
de: "Während des nächsten Zuges deines Gegners kann sich das Verteidigende Pokémon nicht zurückziehen."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user