mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magnezone",
|
||||
de: "Magnezone"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Charge Beam",
|
||||
de: "Ladestrahl"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for an Energy card and attach it to Magnezone.",
|
||||
de: "Durchsuche deinen Ablagestapel nach 1 Energiekarte und lege sie an Magnezone an."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -46,9 +49,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Metallic Bolt",
|
||||
de: "Metallschuss"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard a Lightning Energy and a Metal Energy attached to Magnezone. If you do, this attack's base damage is 120 instead of 60.",
|
||||
de: "Du kannst 1 - und 1 -Energie, die an Magnezone angelegt sind, auf deinen Ablagestapel legen. Wenn du das machst, beträgt der Grundschaden dieses Angriffs 120 Schadenspunkte anstelle von 60 Schadenspunkten."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user