1
0
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:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Charmander",
fr: "Salamèche",
es: "Charmander",
it: "Charmander",
pt: "Charmander",
de: "Glumanda"
},
illustrator: "Mitsuhiro Arita",
rarity: "Common",
@ -30,6 +34,10 @@ const card: Card = {
name: {
en: "Scratch",
fr: "Griffe",
es: "Arañazo",
it: "Graffio",
pt: "Arranhão",
de: "Kratzer"
},
damage: 10,
@ -43,10 +51,18 @@ const card: Card = {
name: {
en: "Ember",
fr: "Flammèche",
es: "Ascuas",
it: "Braciere",
pt: "Brasa",
de: "Glut"
},
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 unEnergia 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: 30,