mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-08 11:09: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: "Heracross",
|
||||
fr: "Scarhino",
|
||||
de: "Skaraborn"
|
||||
},
|
||||
|
||||
illustrator: "Sachiko Adachi",
|
||||
@ -33,10 +34,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Green Draw",
|
||||
fr: "Pioche verte",
|
||||
de: "Grüner Zug"
|
||||
},
|
||||
effect: {
|
||||
en: "Draw a card for each of your Grass Pokémon in play.",
|
||||
fr: "Piochez une carte pour chacun de vos Pokémon Grass en jeu.",
|
||||
de: "Ziehe eine Karte für jedes deiner -Pokémon im Spiel."
|
||||
},
|
||||
|
||||
},
|
||||
@ -49,10 +52,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Double Headbutt",
|
||||
fr: "Double coup d’boule",
|
||||
de: "Doppelte Kopfnuss"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 30 damage plus 20 more damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts plus 20 dégâts supplémentaires pour chaque face.",
|
||||
de: "Wirf 2 Münzen. Dieser Angriff fügt 30 Schadenspunkte plus 20 weitere Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
|
Reference in New Issue
Block a user