mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Heracross",
|
||||
fr: "Scarhino",
|
||||
es: "Heracross",
|
||||
it: "Heracross",
|
||||
pt: "Heracross",
|
||||
de: "Skaraborn"
|
||||
},
|
||||
illustrator: "Shin Nagasawa",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Guts",
|
||||
fr: "Cran",
|
||||
es: "Agallas",
|
||||
it: "Dentistretti",
|
||||
pt: "Tenacidade",
|
||||
de: "Adrenalin"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon would be Knocked Out by damage from an attack, flip a coin. If heads, this Pokémon is not Knocked Out, and its remaining HP becomes 10.",
|
||||
fr: "Si les dégâts d’une attaque peuvent mettre ce Pokémon K.O., lancez une pièce. Si c’est face, ce Pokémon n’est pas mis K.O., mais il n’a plus que 10 PV.",
|
||||
es: "Si este Pokémon fuese a quedar Fuera de Combate por el daño de un ataque, lanza 1 moneda. Si sale cara, este Pokémon no queda Fuera de Combate, y sus PS restantes pasan a ser 10.",
|
||||
it: "Se questo Pokémon sta per essere messo KO dai danni di un attacco, lancia una moneta. Se esce testa, il Pokémon non viene messo KO e i suoi PS rimanenti diventano 10.",
|
||||
pt: "Jogue 1 moeda se este Pokémon estiver prestes a ser Nocauteado pelo dano de um ataque. Se sair cara, este Pokémon não será Nocauteado e o PS restante dele será 10.",
|
||||
de: "Wenn dieses Pokémon durch Schaden einer Attacke kampfunfähig würde, wirf 1 Münze. Bei Kopf wird dieses Pokémon nicht kampfunfähig und seine verbleibenden KP sind gleich 10."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,10 +55,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pitch",
|
||||
fr: "Lancer",
|
||||
es: "Arrojar",
|
||||
it: "Spingivia",
|
||||
pt: "Lançamento",
|
||||
de: "Einwerfen"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.",
|
||||
fr: "Votre adversaire échange son Pokémon Actif avec l’un de ses Pokémon de Banc.",
|
||||
es: "Tu rival cambia su Pokémon Activo por 1 de sus Pokémon en Banca.",
|
||||
it: "Il tuo avversario scambia il suo Pokémon attivo con uno dei suoi Pokémon in panchina.",
|
||||
pt: "Seu oponente troca o próprio Pokémon Ativo por 1 dos Pokémon no Banco dele(a).",
|
||||
de: "Dein Gegner tauscht sein Aktives Pokémon gegen 1 Pokémon auf seiner Bank aus."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user