1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +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: "Murkrow",
fr: "Cornebre",
de: "Kramurx"
},
illustrator: "kawayoo",
@ -32,10 +33,12 @@ const card: Card = {
name: {
en: "Astonish",
fr: "Étonnement",
de: "Erstauner"
},
effect: {
en: "Flip a coin. If heads, choose 1 card from your opponents hand without looking. Look at that card you chose, then have your opponent shuffle that card into his or her deck.",
fr: "Lancez une pièce. Si cest face, choisissez au hasard une carte dans la main de votre adversaire. Regardez la carte que vous avez choisie, puis demandez à votre adversaire de la mélanger avec son deck.",
de: "Wirf eine Münze. Wähle bei \"Kopf\" 1 Karte von der Hand deines Gegners (ohne sie vorher anzusehen). Sieh dir die gewählte Karte an und gib sie deinem Gegner. Er mischt die Karte zurück in sein Deck."
},
damage: 10,