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: "Tauros",
|
||||
fr: "Tauros",
|
||||
de: "Tauros"
|
||||
},
|
||||
|
||||
illustrator: "Tomokazu Komiya",
|
||||
@ -33,6 +34,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Smash Kick",
|
||||
fr: "Coud’pattes",
|
||||
de: "Schmetterkick"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -46,12 +48,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Crimson Bull",
|
||||
fr: "Taurouge",
|
||||
de: "Purpurbulle"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 3 coins. This attack does 30 damage times the number of heads. Tauros is now Confused.",
|
||||
fr: "Lancez 3 pièces. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face. Tauros est maintenant Confus.",
|
||||
de: "Wirf 3 Münzen. Dieser Angriff fügt 30 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "30×",
|
||||
damage: "30x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user