1
0
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:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -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,