1
0
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:
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: "Raichu BREAK",
fr: "Raichu TURBO",
es: "Raichu TURBO",
it: "Raichu TURBO",
pt: "Raichu TURBO",
de: "Raichu-TURBO"
},
illustrator: "5ban Graphics",
@ -25,6 +29,10 @@ const card: Card = {
evolveFrom: {
en: "Raichu",
fr: "Raichu",
es: "Raichu",
it: "Raichu",
pt: "Raichu",
de: "Raichu"
},
stage: "BREAK",
@ -38,29 +46,23 @@ const card: Card = {
],
name: {
en: "Grand Bolt",
fr: "Règle des Évolutions TURBO",
fr: "Foudre Grandiose",
es: "Rayo Colosal",
it: "Granbolide",
pt: "Raio Grandioso",
de: "Gewaltiger Blitz"
},
effect: {
en: "Discard all Energy attached to this Pokémon.",
},
damage: 170,
},
{
cost: [
"Lightning",
"Colorless",
"Colorless",
],
name: {
fr: "Foudre Grandiose",
},
effect: {
fr: "Défaussez toutes les Énergies attachées à ce Pokémon.",
es: "Descarta todas las Energías unidas a este Pokémon.",
it: "Scarta tutte le Energie assegnate a questo Pokémon.",
pt: "Descarte toda a Energia ligada a este Pokémon.",
de: "Lege alle an dieses Pokémon angelegten Energien auf deinen Ablagestapel."
},
damage: 170,
},
}
],
retreat: 0