mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 10:49:18 +00:00
feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s
Some checks failed
Build Docker image / build (push) Failing after 42s
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Mawile",
|
||||
fr: "Mysdibule",
|
||||
de: "Flunkifer"
|
||||
},
|
||||
|
||||
illustrator: "TOKIYA",
|
||||
@ -32,10 +33,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Selfish Draw",
|
||||
fr: "Pioche égoïste",
|
||||
de: "Ego-Zug"
|
||||
},
|
||||
effect: {
|
||||
en: "Look at the top card of your deck. You may put it into your hand. If not, discard it and draw a card.",
|
||||
fr: "Regardez la carte du dessus de votre deck. Vous pouvez l’ajouter à votre main. Sinon, défaussez-la et piochez une carte.",
|
||||
de: "Schau dir die oberste Karte deines Decks an. Du darfst sie auf die Hand nehmen. Wenn du das nicht tust, lege sie auf deinen Ablagestapel und ziehe eine Karte."
|
||||
},
|
||||
|
||||
},
|
||||
@ -48,10 +51,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Destructive Jaw",
|
||||
fr: "Mâchoire destructrice",
|
||||
de: "Zerstörermaul"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and discard an Energy attached to the Defending Pokémon.",
|
||||
fr: "Lancez une pièce. Si c’est face, le Pokémon Défenseur est maintenant Paralysé et vous devez défausser une carte Énergie qui lui est attachée.",
|
||||
de: "Wirf eine Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt gelähmt und lege eine Energiekarte, die am Verteidigenden Pokémon angelegt ist, auf den Ablagestapel deines Gegners."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user