mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Heatran",
|
||||
fr: "Heatran",
|
||||
es: "Heatran",
|
||||
it: "Heatran",
|
||||
pt: "Heatran",
|
||||
de: "Heatran"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Rare",
|
||||
@ -32,10 +36,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Steel Drop",
|
||||
fr: "Démolition Contrôlée",
|
||||
es: "Caída de Acero",
|
||||
it: "Cadutacciaio",
|
||||
pt: "Queda de Aço",
|
||||
de: "Stahlsturz"
|
||||
},
|
||||
effect: {
|
||||
en: "If there is any Stadium card in play, this attack does 40 more damage.",
|
||||
fr: "S’il y a une carte Stade en jeu, cette attaque inflige 40 dégâts supplémentaires.",
|
||||
fr: "S'il y a une carte Stade en jeu, cette attaque inflige 40 dégâts supplémentaires.",
|
||||
es: "Si hay alguna carta de Estadio en juego, este ataque hace 40 puntos de daño más.",
|
||||
it: "Se c'è in gioco una carta Stadio, questo attacco infligge 40 danni in più.",
|
||||
pt: "Se houver algum card de Estádio em jogo, este ataque causará 40 de danos adicionais.",
|
||||
de: "Wenn eine Stadionkarte im Spiel ist, fügt dieser Angriff 40 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "40+",
|
||||
|
||||
@ -50,10 +62,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Steam Blast",
|
||||
fr: "Geyser de Vapeur",
|
||||
es: "Explosión Vapor",
|
||||
it: "Sbuffo di Vapore",
|
||||
pt: "Explosão de Vapor",
|
||||
de: "Dampfstrahl"
|
||||
},
|
||||
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: 130,
|
||||
|
||||
|
Reference in New Issue
Block a user