mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Talonflame BREAK",
|
||||
fr: "Flambusard TURBO",
|
||||
es: "Talonflame TURBO",
|
||||
it: "Talonflame TURBO",
|
||||
pt: "Talonflame TURBO",
|
||||
de: "Fiaro-TURBO"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -37,28 +41,23 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flare Blitz",
|
||||
fr: "Règle des Évolutions TURBO",
|
||||
fr: "Boutefeu",
|
||||
es: "Envite Ígneo",
|
||||
it: "Fuococarica",
|
||||
pt: "Blitz de Labaredas",
|
||||
de: "Flammenblitz"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard all Fire Energy attached to this Pokémon.",
|
||||
},
|
||||
damage: 150,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Fire",
|
||||
"Fire",
|
||||
],
|
||||
name: {
|
||||
fr: "Boutefeu",
|
||||
},
|
||||
effect: {
|
||||
fr: "Défaussez toutes les Énergies Fire attachées à ce Pokémon.",
|
||||
es: "Descarta todas las Energías Fire unidas a este Pokémon.",
|
||||
it: "Scarta tutte le Energie Fire assegnate a questo Pokémon.",
|
||||
pt: "Descarte toda a Energia Fire ligada a este Pokémon.",
|
||||
de: "Lege alle an dieses Pokémon angelegten Fire-Energien auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 150,
|
||||
|
||||
},
|
||||
}
|
||||
],
|
||||
|
||||
retreat: 0
|
||||
|
Reference in New Issue
Block a user