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: "Lugia BREAK",
|
||||
fr: "Lugia TURBO",
|
||||
es: "Lugia TURBO",
|
||||
it: "Lugia TURBO",
|
||||
pt: "Lugia TURBO",
|
||||
de: "Lugia-TURBO"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -39,30 +43,23 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flash of Destruction",
|
||||
fr: "Règle des Évolutions TURBO",
|
||||
fr: "Flash de Destruction",
|
||||
es: "Destello de Destrucción",
|
||||
it: "Bagliore Distruttivo",
|
||||
pt: "Clarão da Destruição",
|
||||
de: "Zerstörungsblitz"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 2 Energy attached to this Pokémon.",
|
||||
},
|
||||
damage: 150,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Flash de Destruction",
|
||||
},
|
||||
effect: {
|
||||
fr: "Défaussez 2 Énergies attachées à ce Pokémon.",
|
||||
es: "Descarta 2 Energías unidas a este Pokémon.",
|
||||
it: "Scarta due Energie assegnate a questo Pokémon.",
|
||||
pt: "Descarte 2 Energias ligadas a este Pokémon.",
|
||||
de: "Lege 2 an dieses Pokémon angelegte Energien auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 150,
|
||||
|
||||
},
|
||||
}
|
||||
],
|
||||
|
||||
retreat: 0
|
||||
|
Reference in New Issue
Block a user