mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +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: "Illumise",
|
||||
fr: "Lumivole",
|
||||
de: "Illumise"
|
||||
},
|
||||
|
||||
illustrator: "Kent Kanetsuna",
|
||||
@ -32,10 +33,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sweet Scent",
|
||||
fr: "Doux parfum",
|
||||
de: "Lockduft"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 3 damage counters from 1 of your Pokémon.",
|
||||
fr: "Retirez 3 marqueurs de dégât à l’un de vos Pokémon.",
|
||||
de: "Entferne 3 Schadensmarken von 1 deiner Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,12 +49,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Vulcan Beat",
|
||||
fr: "Vulcanatak",
|
||||
de: "Vulkanprügel"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin for each Volbeat you have in play. This attack does 30 damage times the number of heads.",
|
||||
fr: "Lancez une pièce pour chacun de vos Muciole en jeu. Cette attaque inflige 30 dégâts multipliés par le nombre de côtés face.",
|
||||
de: "Wirf für jedes Volbeat, das du im Spiel hast, eine Münze. Dieser Angriff fügt 30 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "30×",
|
||||
damage: "30x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user