1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Electabuzz",
fr: "Élektek",
es: "Electabuzz",
it: "Electabuzz",
pt: "Electabuzz",
de: "Elektek"
},
illustrator: "Kouki Saitou",
rarity: "Common",
@ -31,6 +35,10 @@ const card: Card = {
name: {
en: "Low Kick",
fr: "Balayage",
es: "Patada Baja",
it: "Colpo Basso",
pt: "Rasteira",
de: "Fußkick"
},
damage: 30,
@ -45,10 +53,18 @@ const card: Card = {
name: {
en: "Thunder",
fr: "Fatal-Foudre",
es: "Trueno",
it: "Tuono",
pt: "Trovão",
de: "Donner"
},
effect: {
en: "This Pokémon does 30 damage to itself.",
fr: "Ce Pokémon sinflige 30 dégâts.",
es: "Este Pokémon se hace 30 puntos de daño a sí mismo.",
it: "Questo Pokémon infligge 30 danni a se stesso.",
pt: "Este Pokémon causa 30 pontos de dano a si mesmo.",
de: "Dieses Pokémon fügt sich selbst 30 Schadenspunkte zu."
},
damage: 90,