1
0
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

This commit is contained in:
2023-12-06 01:20:07 +01:00
committed by GitHub
parent b24233b342
commit 6d133f5343
520 changed files with 2371 additions and 326 deletions

View File

@ -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émons attacks. That Pokémon cant use that attack during your opponents next turn.",
fr: "Lancez une pièce. Si cest face, choisissez lune 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."
},
},