1
0
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:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

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