mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18: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: "Leafeon",
|
||||
fr: "Phyllali",
|
||||
de: "Folipurba"
|
||||
},
|
||||
|
||||
illustrator: "Noriko Hotta",
|
||||
@ -37,12 +38,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Miasma Wind",
|
||||
fr: "Vent miasme",
|
||||
de: "Miasma"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 50 damage times the number of Special Conditions affecting the Defending Pokémon.",
|
||||
fr: "Inflige 50 dégâts multipliés par le nombre d’États Spéciaux affectant le Pokémon Défenseur.",
|
||||
de: "Dieser Angriff fügt 50 Schadenspunkte mal der Anzahl der Speziellen Zustände, von dem das Verteidigende Pokémon betroffen ist, zu."
|
||||
},
|
||||
damage: "50×",
|
||||
damage: "50x",
|
||||
|
||||
},
|
||||
{
|
||||
@ -52,10 +55,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Soothing Scent",
|
||||
fr: "Senteur apaisante",
|
||||
de: "Beruhigender Duft"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi.",
|
||||
de: "Das Verteidigende Pokémon schläft jetzt."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
|
Reference in New Issue
Block a user