mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29: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: "Ursaring",
|
||||
fr: "Ursaring",
|
||||
de: "Ursaring"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -37,6 +38,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Confront",
|
||||
fr: "Confrontation",
|
||||
de: "Konfrontieren"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -51,10 +53,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Cross Chop",
|
||||
fr: "Coup-croix",
|
||||
de: "Kreuzhieb"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 50 damage plus 30 more damage.",
|
||||
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 50 dégâts plus 30 dégâts supplémentaires.",
|
||||
de: "Wirf eine Münze. Bei \"Kopf\" fügt dieser Angriff 50 Schadenspunkte plus 30 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "50+",
|
||||
|
||||
|
Reference in New Issue
Block a user