mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-02 04:41:57 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Cyndaquil",
|
||||
fr: "Héricendre",
|
||||
es: "Cyndaquil",
|
||||
it: "Cyndaquil",
|
||||
pt: "Cyndaquil",
|
||||
de: "Feurigel"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Common",
|
||||
@@ -30,6 +34,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Tackle",
|
||||
fr: "Charge",
|
||||
es: "Placaje",
|
||||
it: "Azione",
|
||||
pt: "Investida",
|
||||
de: "Tackle"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@@ -43,10 +51,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Ember",
|
||||
fr: "Flammèche",
|
||||
es: "Ascuas",
|
||||
it: "Braciere",
|
||||
pt: "Brasa",
|
||||
de: "Glut"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Fire Energy attached to this Pokémon.",
|
||||
fr: "Défaussez une Énergie Fire attachée à ce Pokémon.",
|
||||
es: "Descarta 1 Energía Fire unida a este Pokémon.",
|
||||
it: "Scarta un'Energia Fire assegnata a questo Pokémon.",
|
||||
pt: "Descarte uma Energia Fire ligada a este Pokémon.",
|
||||
de: "Lege 1 an dieses Pokémon angelegte Fire-Energie auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user