mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Delphox",
|
||||
fr: "Goupelin",
|
||||
es: "Delphox",
|
||||
it: "Delphox",
|
||||
pt: "Delphox",
|
||||
de: "Fennexis"
|
||||
},
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "None",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Braixen",
|
||||
fr: "Roussil",
|
||||
es: "Braixen",
|
||||
it: "Braixen",
|
||||
pt: "Braixen",
|
||||
de: "Rutena"
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
@ -34,6 +42,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Will-O-Wisp",
|
||||
fr: "Feu Follet",
|
||||
es: "Llama abrasadora",
|
||||
it: "Fulminshock",
|
||||
pt: "Fogo-fátuo",
|
||||
de: "Irrlicht"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -49,10 +61,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fire Blast",
|
||||
fr: "Déflagration",
|
||||
es: "Llamarada",
|
||||
it: "Fuocobomba",
|
||||
pt: "Rajada de Fogo",
|
||||
de: "Feuersturm"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard an Energy attached to this Pokémon.",
|
||||
fr: "Défaussez une Énergie attachée à ce Pokémon.",
|
||||
es: "Descarta 1 Energía unida a este Pokémon.",
|
||||
it: "Scarta un'Energia assegnata a questo Pokémon.",
|
||||
pt: "Descarte uma Energia ligada a este Pokémon.",
|
||||
de: "Lege 1 an dieses Pokémon angelegte Energie auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
|
Reference in New Issue
Block a user