mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Quagsire GL",
|
||||
fr: "Maraiste Niv. 34",
|
||||
de: "Morlord GL"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Common",
|
||||
@@ -27,10 +28,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Submerge",
|
||||
fr: "Submerger",
|
||||
de: "Untertauchen"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Quagsire is on your Bench, prevent all damage done to Quagsire by attacks (both yours and your opponent's).",
|
||||
fr: "Tant que Maraiste est sur votre Banc, prévenez tous les dégâts qui lui sont infligés par des attaques (de vos Pokémon et des Pokémon de votre adversaire).",
|
||||
de: "Solange Morlord GL auf deiner Bank ist, verhindere allen Schaden, der Morlord GL durch Angriffe (deine und die deines Gegners) zugefügt würde."
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -44,10 +47,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Punch and Run",
|
||||
fr: "Frapper et partir en courant",
|
||||
de: "Schlagen und Rennen"
|
||||
},
|
||||
effect: {
|
||||
en: "You may switch Quagsire with 1 of your Benched Pokémon.",
|
||||
fr: "Vous pouvez échanger Maraiste avec 1 des Pokémon de votre Banc.",
|
||||
de: "Du kannst Morlord GL gegen 1 Pokémon auf deiner Bank austauschen."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user