mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +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: "Emcee’s Chatter",
|
||||
fr: "Bavardage du maître",
|
||||
de: "MCs Geschwätz"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c’est face, piochez 3 cartes. Si c’est pile, piochez 2 cartes.",
|
||||
en: "Flip a coin. If heads, draw 3 cards. If tails, draw 2 cards."
|
||||
en: "Flip a coin. If heads, draw 3 cards. If tails, draw 2 cards.",
|
||||
de: "Wirf eine Münze. Ziehe bei \"Kopf\" 3 Karten. Ziehe bei \"Zahl\" 2 Karten."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
Reference in New Issue
Block a user