mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19:18 +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: "Lairon",
|
||||
fr: "Galegon",
|
||||
de: "Stollrak"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
@ -39,10 +40,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Take Down",
|
||||
fr: "Bélier",
|
||||
de: "Bodycheck"
|
||||
},
|
||||
effect: {
|
||||
en: "Lairon does 20 damage to itself.",
|
||||
fr: "Galegon s’inflige 20 dégâts.",
|
||||
de: "Stollrak fügt sich selbst 20 Schadenspunkte zu."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user