mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Electrode",
|
||||
de: "Dunkles Lektrobal"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Darkness Navigation",
|
||||
de: "Darkness Navigation"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Dark Electrode has no Energy attached to it, you may search your deck for a Darkness or Dark Metal Energy and attach it to Dark Electrode. Shuffle your deck afterward. This power can't be used if Dark Electrode is affected by a Special Condition.",
|
||||
de: "Once during your turn (before you attack), if Dark Electrode has no Energy attached to it, you may search your deck for a or Dark Metal Energy and attach it to Dark Electrode. Shuffle your deck afterward. This power can't be used if Dark Electrode is affected by a Special Condition."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Bomb",
|
||||
de: "Energy Bomb"
|
||||
},
|
||||
effect: {
|
||||
en: "You may move all Energy cards attached to Dark Electrode to your Benched Pokémon in any way you like.",
|
||||
de: "You may move all Energy cards attached to Dark Electrode to your Benched Pokémon in any way you like."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user