1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-04 05:11:58 +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: "Sandshrew",
fr: "Sabelette",
de: "Sandan"
},
illustrator: "Yukiko Baba",
@@ -32,10 +33,12 @@ const card: Card = {
name: {
en: "Defense Curl",
fr: "Boularmure",
de: "Einigler"
},
effect: {
en: "Flip a coin. If heads, prevent all damage done to Sandshrew by attacks during your opponents next turn.",
fr: "Lancez une pièce. Si cest face, évitez tous les dégâts infligés à Sabelette par des attaques pendant le prochain tour de votre adversaire.",
de: "Wirf eine Münze. Bei \"Kopf\" verhindere alle Schadenspunkte, die Sandan während des nächsten Zuges deines Gegners durch Angriff zugefügt werden."
},
},
@@ -46,6 +49,7 @@ const card: Card = {
name: {
en: "Rollout",
fr: "Roulade",
de: "Walzer"
},
damage: 10,