1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 03:29:51 +00:00

Added informations on more languages for Sword & Shield cards

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@ -6,7 +6,11 @@ const card: Card = {
name: {
fr: "Flambino",
en: "Scorbunny"
en: "Scorbunny",
es: "Scorbunny",
it: "Scorbunny",
pt: "Scorbunny",
de: "Hopplo"
},
illustrator: "MAHOU",
@ -18,12 +22,20 @@ const card: Card = {
attacks: [{
name: {
fr: "Flammèche",
en: "Ember"
en: "Ember",
es: "Ascuas",
it: "Braciere",
pt: "Brasa",
de: "Glut"
},
effect: {
fr: "Défaussez une Énergie de ce Pokémon.",
en: "Discard an Energy from this Pokémon."
en: "Discard an Energy from this Pokémon.",
es: "Descarta 1 Energía de este Pokémon.",
it: "Scarta unEnergia da questo Pokémon.",
pt: "Descarte 1 Energia deste Pokémon.",
de: "Lege 1 Energie von diesem Pokémon auf deinen Ablagestapel."
},
damage: 30,