mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mismagius GL",
|
||||
fr: "Magirêve Niv. X",
|
||||
de: "Traunmagil GL"
|
||||
},
|
||||
illustrator: "Kent Kanetsuna",
|
||||
rarity: "Rare",
|
||||
@ -27,10 +28,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Magical Return",
|
||||
fr: "Retour magique",
|
||||
de: "Magische Rückkehr"
|
||||
},
|
||||
effect: {
|
||||
en: "As often as you like during your turn (before your attack), you may return a Pokémon Tool card or Technical Machine card attached to your Pokémon to your hand. This power can't be used if Mismagius is affected by a Special Condition.",
|
||||
fr: "Autant de fois que vous le voulez lors de votre tour (avant votre attaque), vous pouvez reprendre dans votre main une carte Outil Pokémon ou une carte Machine Technique attachée à votre Pokémon. Ce pouvoir ne peut pas être utilisé si Magirêve est affecté par un État Spécial.",
|
||||
de: "Beliebig oft während deines Zuges (vor deinem Angriff) kannst du 1 Pokémon-Ausrüstung oder Technische Maschine, die an 1 deiner Pokémon angelegt ist, auf deine Hand nehmen. Diese Poké-Power kann nicht benutzt werden, wenn Traunmagil GL von einem Speziellen Zustand betroffen ist."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,10 +47,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Darkness Magic",
|
||||
fr: "Obscurité magique",
|
||||
de: "Finsternis-Magie"
|
||||
},
|
||||
effect: {
|
||||
en: "Count the number of cards in your hand. Put that many damage counters on the Defending Pokémon. You can't put more than 8 damage counters in this way.",
|
||||
fr: "Comptabilisez le nombre de cartes dans votre main. Placez autant de marqueurs de dégât sur le Pokémon Défenseur. Vous ne pouvez pas placer plus de 8 marqueurs de dégât de cette façon.",
|
||||
de: "Zähle die Anzahl deiner Handkarten. Lege die gleiche Anzahl Schadensmarken auf das Verteidigende Pokémon. Du kannst auf diese Weise nicht mehr als 8 Schadensmarken verteilen."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user