1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-07 10:39: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: "Groudon",
fr: "Groudon",
de: "Groudon"
},
illustrator: "Yuri Umemura",
rarity: "Rare",
@ -33,10 +34,12 @@ const card: Card = {
name: {
en: "Volcano Stomp",
fr: "Écrasement volcanique",
de: "Vulkanstampfer"
},
effect: {
en: "Flip a coin. If heads, discard the top 4 cards of your opponent's deck. If tails, discard the top 4 cards of your deck.",
fr: "Lancez une pièce. Si cest face, défaussez les 4 premières cartes du deck de votre adversaire. Si cest pile, défaussez les 4 premières cartes de votre deck.",
de: "Wirf eine Münze. Bei \"Kopf\" lege die obersten 4 Karten vom Deck deines Gegners auf seinen Ablagestapel. Bei \"Zahl\" lege die obersten 4 Karten von deinem Deck auf deinen Ablagestapel."
},
damage: 80,