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:
@ -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 un’Energia 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,
|
||||
|
||||
|
Reference in New Issue
Block a user