mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 19:40:48 +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 Magneton",
|
||||
de: "Dunkles Magneton"
|
||||
},
|
||||
illustrator: "Emi Miwa",
|
||||
rarity: "Uncommon",
|
||||
@ -32,9 +33,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Magnetic Lines",
|
||||
de: "Magnetic Lines"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent has at least 2 Pokémon in play, move a basic Energy card from the Defending Pokémon to another of your opponent's Pokémon.",
|
||||
de: "If your opponent has at least 2 Pokémon in play, move a basic Energy card from the Defending Pokémon to another of your opponent's Pokémon."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -47,9 +50,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Pulse",
|
||||
de: "Poison Pulse"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned.",
|
||||
de: "The Defending Pokémon is now Poisoned."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user