mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39: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: "Eelektross",
|
||||
fr: "Ohmassacre",
|
||||
es: "Eelektross",
|
||||
it: "Eelektross",
|
||||
pt: "Eelektross",
|
||||
de: "Zapplarang"
|
||||
},
|
||||
illustrator: "Shigenori Negishi",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +34,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Electric Swamp",
|
||||
fr: "Marais Électrique",
|
||||
es: "Pantano Eléctrico",
|
||||
it: "Stagno Elettrico",
|
||||
pt: "Pântano Elétrico",
|
||||
de: "Elektrosumpf"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if this Pokémon is in your hand and you have at least 4 Lightning Energy cards in play, you may play this Pokémon onto your Bench. If you do, move any number of Lightning Energy from your other Pokémon to this Pokémon.",
|
||||
fr: "Une seule fois pendant votre tour (avant votre attaque), si ce Pokémon est dans votre main et si vous avez au moins 4 cartes Énergie Lightning en jeu, vous pouvez jouer ce Pokémon sur votre Banc. Dans ce cas, déplacez autant d’Énergies Lightning que vous voulez de vos autres Pokémon vers ce Pokémon.",
|
||||
en: "Play this Pokémon onto your Bench.",
|
||||
fr: "Jouez ce Pokémon sur votre Banc.",
|
||||
es: "Pon este Pokémon en tu Banca.",
|
||||
it: "Metti questo Pokémon nella tua panchina.",
|
||||
pt: "Coloque este Pokémon no seu Banco.",
|
||||
de: "Lege dieses Pokémon auf deine Bank."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -48,10 +60,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Hover Over",
|
||||
fr: "Flotter",
|
||||
es: "Planear por Encima",
|
||||
it: "Volteggiare",
|
||||
pt: "Flutuar Acima",
|
||||
de: "Belauern"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
en: "The Defending Pokémon can’t retreat during your opponent’s next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
es: "El Pokémon Defensor no puede retirarse durante el próximo turno de tu rival.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "O Pokémon Defensor não poderá recuar durante a próxima vez de jogar do seu oponente.",
|
||||
de: "Das Verteidigende Pokémon kann sich während des nächsten Zuges deines Gegners nicht zurückziehen."
|
||||
},
|
||||
damage: 130,
|
||||
|
||||
|
Reference in New Issue
Block a user