mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Magnezone",
|
||||
fr: "Magnézone",
|
||||
de: "Magnezone"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +28,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Electric Trans",
|
||||
fr: "Transe électrique",
|
||||
de: "Elektro-Transfer"
|
||||
},
|
||||
effect: {
|
||||
en: "As often as you like during your turn (before your attack), you may move a Lightning or Metal Energy attached to 1 of your Pokémon to another of your Pokémon. This power can't be used if Magnezone is affected by a Special Condition.",
|
||||
fr: "Autant de fois que vous le voulez lors de votre tour (avant votre attaque), vous pouvez déplacer une Énergie Lightning ou Metal attachée à 1 de vos Pokémon sur un autre de vos Pokémon. Ce pouvoir ne peut pas être utilisé si Magnézone est affecté par un État Spécial.",
|
||||
de: "Beliebig oft während deines Zuges (vor deinem Angriff) kannst du 1 - oder -Energie, die an 1 deiner Pokémon angelegt ist, an ein anderes deiner Pokémon anlegen. Diese Poké-Power kann nicht benutzt werden, wenn Magnezone von einem Speziellen Zustand betroffen ist."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,10 +46,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Cyber Shock",
|
||||
fr: "Choc cyber",
|
||||
de: "Cyber-Schock"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Lightning Energy and a Metal Energy attached to Magnezone. The Defending Pokémon is now Paralyzed.",
|
||||
fr: "Défaussez une Énergie Lightning et une Énergie Metal attachée à Magnézone. Le Pokémon Défenseur est maintenant Paralysé.",
|
||||
de: "Lege 1 -Energie und 1 -Energie, die an Magnezone angelegt sind, auf deinen Ablagestapel. Das Verteidigende Pokémon ist jetzt gelähmt."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user