1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +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: "Beldum",
fr: "Terhal",
es: "Beldum",
it: "Beldum",
pt: "Beldum",
de: "Tanhel"
},
illustrator: "Kyoko Umemoto",
rarity: "Common",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Core Beam",
fr: "Faisceau Central",
es: "Rayo Nuclear",
it: "Raggio Nucleico",
pt: "Feixe do Núcleo",
de: "Kernstrahl"
},
effect: {
en: "Discard a Metal Energy from this Pokémon.",
fr: "Défaussez une Énergie Metal de ce Pokémon.",
es: "Descarta 1 Energía Metal de este Pokémon.",
it: "Scarta unEnergia Metal assegnata a questo Pokémon.",
pt: "Descarte 1 Energia Metal deste Pokémon.",
de: "Lege 1 Metal-Energie von diesem Pokémon auf deinen Ablagestapel."
},
damage: 20,