mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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: "Dragonair",
|
||||
fr: "Draco",
|
||||
es: "Dragonair",
|
||||
it: "Dragonair",
|
||||
pt: "Dragonair",
|
||||
de: "Dragonir"
|
||||
},
|
||||
illustrator: "sowsow",
|
||||
rarity: "Uncommon",
|
||||
@ -33,6 +37,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Tail Whap",
|
||||
fr: "Queue Battoir",
|
||||
es: "Coletón",
|
||||
it: "Codabotta",
|
||||
pt: "Surra de Cauda",
|
||||
de: "Schweifvertrimmer"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -48,10 +56,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Destructive Whirlpool",
|
||||
fr: "Siphon Destructeur",
|
||||
es: "Torbellino Destructivo",
|
||||
it: "Rompivortice",
|
||||
pt: "Redemoinho Destruidor",
|
||||
de: "Schrecklicher Strudel"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy from your opponent's Active Pokémon.",
|
||||
en: "Discard an Energy from your opponent’s Active Pokémon.",
|
||||
fr: "Défaussez une Énergie du Pokémon Actif de votre adversaire.",
|
||||
es: "Descarta 1 Energía del Pokémon Activo de tu rival.",
|
||||
it: "Scarta un’Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Descarte 1 Energia do Pokémon Ativo do seu oponente.",
|
||||
de: "Lege 1 Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user