mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 19:19:50 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Skarmory",
|
||||
fr: "Airmure",
|
||||
es: "Skarmory",
|
||||
it: "Skarmory",
|
||||
pt: "Skarmory",
|
||||
de: "Panzaeron"
|
||||
},
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
rarity: "Common",
|
||||
@ -31,6 +35,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche",
|
||||
es: "Cuchillada",
|
||||
it: "Lacerazione",
|
||||
pt: "Talho",
|
||||
de: "Schlitzer"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -45,10 +53,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Iron Wing",
|
||||
fr: "Aile de Fer",
|
||||
es: "Ala Férrea",
|
||||
it: "Alaferro",
|
||||
pt: "Asa de Ferro",
|
||||
de: "Eisenflügel"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Metal Energy attached to this Pokémon.",
|
||||
fr: "Défaussez une Énergie Metal attachée à ce Pokémon.",
|
||||
es: "Descarta 1 Energía Metal unida a este Pokémon.",
|
||||
it: "Scarta un'Energia Metal assegnata a questo Pokémon.",
|
||||
pt: "Descarte uma Energia Metal ligada a este Pokémon.",
|
||||
de: "Lege 1 an dieses Pokémon angelegte Metal-Energie auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 90,
|
||||
|
||||
|
Reference in New Issue
Block a user