1
0
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:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -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 opponents 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 unEnergia 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,