mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Raikou",
|
||||
fr: "Raikou",
|
||||
es: "Raikou",
|
||||
it: "Raikou",
|
||||
pt: "Raikou",
|
||||
de: "Raikou"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -31,12 +35,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lost Voltage",
|
||||
fr: "Tension Perdue",
|
||||
es: "Voltaje Perdido",
|
||||
it: "Voltaggio Perduto",
|
||||
pt: "Voltagem Perdida",
|
||||
de: "Nirgendwo-Funke"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have any Lightning Energy cards in the Lost Zone, this attack does 90 more damage.",
|
||||
fr: "Si vous avez au moins une carte Énergie Lightning dans la Zone Perdue, cette attaque inflige 90 dégâts supplémentaires.",
|
||||
es: "Si tienes alguna carta de Energía Lightning en la Zona Perdida, este ataque hace 90 puntos de daño más.",
|
||||
it: "Se hai delle carte Energia Lightning nell’area perduta, questo attacco infligge 90 danni in più.",
|
||||
pt: "Se você tiver alguma carta de Energia Lightning na Zona Perdida, este ataque causará 90 pontos de dano a mais.",
|
||||
de: "Wenn du mindestens 1 Lightning-Energiekarte im Nirgendwo hast, fügt diese Attacke 90 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user