mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Throh",
|
||||
fr: "Judokrak",
|
||||
es: "Throh",
|
||||
it: "Throh",
|
||||
pt: "Throh",
|
||||
de: "Jiutesto"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Uncommon",
|
||||
@ -31,12 +35,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Reverse Shoulder Throw",
|
||||
fr: "Ippon Seoi Nage",
|
||||
es: "Llave de Hombro Invertida",
|
||||
it: "Proiezione Dorsale Inversa",
|
||||
pt: "Arremesso Inverso",
|
||||
de: "Umgekehrter Schulterwurf"
|
||||
},
|
||||
effect: {
|
||||
en: "If your Benched Pokémon have any damage counters on them, this attack does 90 more damage.",
|
||||
fr: "Si des marqueurs de dégâts sont placés sur vos Pokémon de Banc, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
es: "Si tus Pokémon en Banca tienen algún contador de daño sobre ellos, este ataque hace 90 puntos de daño más.",
|
||||
it: "Se i tuoi Pokémon in panchina hanno dei segnalini danno, questo attacco infligge 90 danni in più.",
|
||||
pt: "Se os seus Pokémon no Banco tiverem algum contador de dano neles, este ataque causará 90 pontos de dano a mais.",
|
||||
de: "Wenn auf den Pokémon auf deiner Bank mindestens 1 Schadensmarke liegt, fügt diese Attacke 90 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user