mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-24 04: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: "Magneton",
|
||||
fr: "Magneton",
|
||||
de: "Magneton"
|
||||
},
|
||||
|
||||
illustrator: "Noriko Hotta",
|
||||
@ -37,6 +38,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Speed Ball",
|
||||
fr: "Balle rapide",
|
||||
de: "Geschwindigkeitsball"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -50,12 +52,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Tri Attack",
|
||||
fr: "Triplattaque",
|
||||
de: "Triplette"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 20 damage times the number of heads.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de côtés face.",
|
||||
de: "Wirf 3 Münzen. Dieser Angriff fügt 20 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "20×",
|
||||
damage: "20x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user