mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magnemite",
|
||||
fr: "Magneti"
|
||||
fr: "Magneti",
|
||||
de: "Magnetilo"
|
||||
},
|
||||
illustrator: "Hiroki Fuchino",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Magnetic Swirl",
|
||||
fr: "Tourbillon magnétique"
|
||||
fr: "Tourbillon magnétique",
|
||||
de: "Magnetwirbel"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing. If heads, discard an Energy attached to the Defending Pokémon.",
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet. Si c'est face, défaussez une Énergie attachée au Pokémon Défenseur."
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet. Si c'est face, défaussez une Énergie attachée au Pokémon Défenseur.",
|
||||
de: "Wirf 1 Münze. Bei \"Zahl\" hat dieser Angriff keine Auswirkung. Bei \"Kopf\" lege eine Energiekarte, die am Verteidigenden Pokémon angelegt ist, auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user