mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-03 00: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: "Full Heal",
|
||||
fr: "Énergie guérisseuse",
|
||||
de: "Hyperheiler"
|
||||
},
|
||||
|
||||
illustrator: "Takashi Yamaguchi",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Retirez tous les États spéciaux de votre Pokémon actif.",
|
||||
en: "Remove all Special Conditions from your Active Pokémon."
|
||||
en: "Remove all Special Conditions from your Active Pokémon.",
|
||||
de: "Alle Speziellen Zustände auf deinen Aktiven Pokémon verlieren ihre Wirkung."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
|
Reference in New Issue
Block a user