1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39: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:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@ -6,7 +6,11 @@ const card: Card = {
name: {
fr: "Corayôme de Galar",
en: "Galarian Cursola"
en: "Galarian Cursola",
es: "Cursola de Galar",
it: "Cursola di Galar",
pt: "Cursola de Galar",
de: "Galar-Gorgasonn"
},
illustrator: "Shin Nagasawa",
@ -25,24 +29,40 @@ const card: Card = {
name: {
fr: "Corps Condamné",
en: "Perish Body"
en: "Perish Body",
es: "Cuerpo Mortal",
it: "Ultimotocco",
pt: "Corpo Perecido",
de: "Unheilskörper"
},
effect: {
fr: "Si ce Pokémon est sur le Poste Actif et est mis K.O. par les dégâts dune attaque de votre adversaire, lancez une pièce. Si cest 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 opponents attack, flip a coin. If heads, the Attacking Pokémon is Knocked Out."
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an opponents attack, flip a coin. If heads, the Attacking Pokémon is Knocked Out.",
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 dellavversario, 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."
}
}],
attacks: [{
name: {
fr: "Coinçage",
en: "Corner"
en: "Corner",
es: "Arrinconar",
it: "Trappola",
pt: "Quina",
de: "Bedrängen"
},
effect: {
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
en: "During your opponents next turn, the Defending Pokémon cant retreat."
en: "During your opponents next turn, the Defending Pokémon cant retreat.",
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,