mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-02 04:41:57 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -4,6 +4,7 @@ import Set from '../Skyridge'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Electrode",
|
||||
de: "Lektrobal"
|
||||
},
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
rarity: "Uncommon",
|
||||
@@ -31,9 +32,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Plasma",
|
||||
de: "Plasma"
|
||||
},
|
||||
effect: {
|
||||
en: "If there are any Energy cards in your discard pile, flip a coin. If heads, attach 1 of them to Electrode.",
|
||||
de: "Wenn mindestens eine -Energiekarte in deinem Ablagestapel ist, wirf eine Münze. Lege bei 'Kopf' eine davon an Lektrobal an."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@@ -47,9 +50,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Self destruct",
|
||||
de: "Finale"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage to each Pokémon on each player's bench. (Don't apply Weakness and Resistance for Benched Pokémon) Electrode does 100 damage to itself.",
|
||||
de: "Dieser Angriff fügt jedem Pokémon auf der Bank beider Spieler 20 Schadenspunkte zu. (Wende keine Schwäche oder Resistenz bei Pokémon auf der Bank an.) Lektrobal fügt sich selber 100 Schadenspunkte zu."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user