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: "Cheerleader’s Cheer",
|
||||
fr: "Encouragements hystériques",
|
||||
de: "Cheerleader-Jubel"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Piochez 3 cartes. Votre adversaire peut piocher une carte.",
|
||||
en: "Draw 3 cards. Your opponent may draw a card."
|
||||
en: "Draw 3 cards. Your opponent may draw a card.",
|
||||
de: "Ziehe 3 Karten. Dein Gegner kann 1 Karte ziehen."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
|
Reference in New Issue
Block a user