1
0
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:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@ -4,7 +4,11 @@ import Set from '../Darkness Ablaze'
const card: Card = {
name: {
en: "Aggron",
fr: "Galeking"
fr: "Galeking",
es: "Aggron",
it: "Aggron",
pt: "Aggron",
de: "Stolloss"
},
illustrator: "Hasuno",
@ -27,11 +31,19 @@ const card: Card = {
type: "Ability",
name: {
en: "Sturdy",
fr: "Fermeté"
fr: "Fermeté",
es: "Robustez",
it: "Vigore",
pt: "Robustez",
de: "Robustheit"
},
effect: {
en: "If this Pokémon has full HP and would be Knocked Out by damage from an attack, it is not Knocked Out, and its remaining HP becomes 10.",
fr: "Si ce Pokémon a tous ses PV et doit être mis K.O. par les dégâts dune attaque, il nest pas mis K.O. et il lui reste 10 PV."
fr: "Si ce Pokémon a tous ses PV et doit être mis K.O. par les dégâts dune attaque, il nest pas mis K.O. et il lui reste 10 PV.",
es: "Si este Pokémon tiene todos sus PS y fuese a quedar Fuera de Combate por el daño de un ataque, no queda Fuera de Combate, y sus PS restantes pasan a ser 10.",
it: "Se questo Pokémon ha tutti i PS e sta per essere messo KO dai danni di un attacco, non viene messo KO e i suoi PS rimanenti diventano 10.",
pt: "Se este Pokémon tiver PS cheio e estiver prestes a ser Nocauteado pelo dano de um ataque, ele não será Nocauteado e o PS restante dele será 10.",
de: "Wenn dieses Pokémon volle KP hat und durch Schaden einer Attacke kampfunfähig würde, wird dieses Pokémon nicht kampfunfähig und seine verbleibenden KP sind gleich 10."
},
},
],
@ -46,7 +58,11 @@ const card: Card = {
],
name: {
en: "Gigaton Stomp",
fr: "Écrasement Gigatonne"
fr: "Écrasement Gigatonne",
es: "Pisotón Gigatón",
it: "Pestone Gigatonico",
pt: "Pisada Gigatônica",
de: "Gigatonnen-Stampfer"
},
damage: 160,