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: "Akira Komayama",
|
||||
rarity: "Rare",
|
||||
@ -33,10 +37,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Electrocharge",
|
||||
fr: "Électrocharge",
|
||||
es: "Electrocarga",
|
||||
it: "Carica Voltaica",
|
||||
pt: "Eletrocarga",
|
||||
de: "Elektroladung"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Lightning Energy cards and attach them to this Pokémon. Then, shuffle your deck.",
|
||||
fr: "Cherchez jusqu’à 2 cartes Énergie Lightning dans votre deck et attachez-les à ce Pokémon. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja hasta 2 cartas de Energía Lightning y únelas a este Pokémon. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo fino a due carte Energia Lightning e assegnale a questo Pokémon. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por até 2 cartas de Energia Lightning no seu baralho e ligue-as a este Pokémon. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Lightning-Energiekarten und lege sie an dieses Pokémon an. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -50,10 +62,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "High-Voltage Knuckle",
|
||||
fr: "Poing Haute Tension",
|
||||
es: "Nudillo Alto Voltaje",
|
||||
it: "Pugno Folgorante",
|
||||
pt: "Punho de Alta Voltagem",
|
||||
de: "Starkstromfaust"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 3 Energy from this Pokémon.",
|
||||
fr: "Défaussez 3 Énergies de ce Pokémon.",
|
||||
es: "Descarta 3 Energías de este Pokémon.",
|
||||
it: "Scarta tre Energie assegnate a questo Pokémon.",
|
||||
pt: "Descarte 3 Energias deste Pokémon.",
|
||||
de: "Lege 3 Energien von diesem Pokémon auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 190,
|
||||
|
||||
|
Reference in New Issue
Block a user