mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Charmeleon",
|
||||
fr: "Reptincel",
|
||||
es: "Charmeleon",
|
||||
it: "Charmeleon",
|
||||
pt: "Charmeleon",
|
||||
de: "Glutexo"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Uncommon",
|
||||
@ -35,6 +39,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche",
|
||||
es: "Cuchillada",
|
||||
it: "Lacerazione",
|
||||
pt: "Talho",
|
||||
de: "Schlitzer"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
@ -49,10 +57,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Flamethrower",
|
||||
fr: "Lance-Flammes",
|
||||
es: "Lanzallamas",
|
||||
it: "Lanciafiamme",
|
||||
pt: "Lança-chamas",
|
||||
de: "Flammenwurf"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Fire Energy attached to this Pokémon.",
|
||||
fr: "Défaussez une Énergie Fire attachée à ce Pokémon.",
|
||||
es: "Descarta 1 Energía Fire unida a este Pokémon.",
|
||||
it: "Scarta un’Energia Fire assegnata a questo Pokémon.",
|
||||
pt: "Descarte uma Energia Fire ligada a este Pokémon.",
|
||||
de: "Lege 1 an dieses Pokémon angelegte Fire-Energie auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 90,
|
||||
|
||||
|
Reference in New Issue
Block a user