mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Electivire",
|
||||
fr: "Élekable",
|
||||
es: "Electivire",
|
||||
it: "Electivire",
|
||||
pt: "Electivire",
|
||||
de: "Elevoltek"
|
||||
},
|
||||
illustrator: "Anesaki Dynamic",
|
||||
rarity: "Rare",
|
||||
@ -35,10 +39,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Steel Short",
|
||||
fr: "Court Acier",
|
||||
es: "Cortocircuito Acero",
|
||||
it: "Corto Metallico",
|
||||
pt: "Curto-circuito Metálico",
|
||||
de: "Stahlschock"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is a Metal Pokémon, it is now Paralyzed.",
|
||||
en: "If your opponent’s Active Pokémon is a Metal Pokémon, it is now Paralyzed.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon Metal, il est maintenant Paralysé.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon Metal, este pasa a estar Paralizado.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è di tipo Metal, viene paralizzato.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente for um Pokémon Metal, ele será Paralisado.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Metal-Pokémon ist, ist es jetzt paralysiert."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
@ -53,6 +65,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Volt Knuckle",
|
||||
fr: "Poing Volt",
|
||||
es: "Nudillo Voltio",
|
||||
it: "Pugno Volt",
|
||||
pt: "Punho de Volts",
|
||||
de: "Voltfaust"
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
|
Reference in New Issue
Block a user