mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18:29:19 +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: "Muk",
|
||||
fr: "Grotadmorv",
|
||||
de: "Sleimok"
|
||||
},
|
||||
|
||||
illustrator: "Midori Harada",
|
||||
@ -37,10 +38,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sludge Drag",
|
||||
fr: "Gliss’Crade",
|
||||
de: "Schlammzieher"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch the Defending Pokémon with 1 of your opponent’s Benched Pokémon. The new Defending Pokémon is now Confused and Poisoned.",
|
||||
fr: "Échangez le Pokémon Défenseur avec un Pokémon de Banc de votre adversaire. Le nouveau Pokémon Défenseur est maintenant Confus et Empoisonné.",
|
||||
de: "Tausche das Verteidigende Pokémon gegen 1 Pokémon auf der Bank deines Gegners aus. Das neue Verteidigende Pokémon ist jetzt verwirrt und vergiftet."
|
||||
},
|
||||
|
||||
},
|
||||
@ -53,10 +56,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pester",
|
||||
fr: "Abattre",
|
||||
de: "Verfolgung"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is affected by a Special Condition, this attack does 50 damage plus 30 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est affecté par un État Spécial, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires.",
|
||||
de: "Wenn das Verteidigende Pokémon von einem Speziellen Zustand betroffen ist, fügt dieser Angriff 50 Schadenspunkte plus 30 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "50+",
|
||||
|
||||
|
Reference in New Issue
Block a user