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: "Shelgon",
|
||||
fr: "Drackhaus",
|
||||
es: "Shelgon",
|
||||
it: "Shelgon",
|
||||
pt: "Shelgon",
|
||||
de: "Draschel"
|
||||
},
|
||||
illustrator: "Asako Ito",
|
||||
rarity: "Uncommon",
|
||||
@ -34,12 +38,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Raging Blade",
|
||||
fr: "Lame en Furie",
|
||||
es: "Tajo Furioso",
|
||||
it: "Lama Furente",
|
||||
pt: "Lâmina Devastadora",
|
||||
de: "Wutklinge"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon has any damage counters on it, this attack does 50 more damage.",
|
||||
fr: "Si des marqueurs de dégâts sont placés sur ce Pokémon, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon tiene algún contador de daño sobre él, este ataque hace 50 puntos de daño más.",
|
||||
it: "Se questo Pokémon ha dei segnalini danno, questo attacco infligge 50 danni in più.",
|
||||
pt: "Se este Pokémon tiver algum contador de dano nele, este ataque causará 50 pontos de dano a mais.",
|
||||
de: "Wenn auf diesem Pokémon mindestens 1 Schadensmarke liegt, fügt diese Attacke 50 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user