mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19: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: "Shuppet",
|
||||
fr: "Polichombr",
|
||||
de: "Shuppet"
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
@ -32,10 +33,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Disable",
|
||||
fr: "Entrave",
|
||||
de: "Aussetzer"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, choose 1 of the Defending Pokémon’s attacks. That Pokémon can’t use that attack during your opponent’s next turn.",
|
||||
fr: "Lancez une pièce. Si c’est face, choisissez l’une des attaques du Pokémon Défenseur. Ce Pokémon ne peut pas utiliser cette attaque pendant le prochain tour de votre adversaire.",
|
||||
de: "Wirf eine Münze. Wähle bei \"Kopf\" 1 Angriff des Verteidigenden Pokémon. Das Pokémon kann den gewählten Angriff im nächsten Zug deines Gegners nicht einsetzen."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,10 +49,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Haunt",
|
||||
fr: "Hanter",
|
||||
de: "Spuk"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 1 damage counter on the Defending Pokémon.",
|
||||
fr: "Placez un marqueur de dégât sur le Pokémon Défenseur.",
|
||||
de: "Lege 1 Schadensmarke auf das Verteidigende Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user