1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-16 06:39:50 +00:00

feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s

This commit is contained in:
2023-12-06 01:20:07 +01:00
committed by GitHub
parent b24233b342
commit 6d133f5343
520 changed files with 2371 additions and 326 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Blissey",
fr: "Leuphorie",
de: "Heiteira"
},
illustrator: "Kanako Eo",
@ -37,10 +38,12 @@ const card: Card = {
name: {
en: "Energy Link",
fr: "Chaîne dénergie",
de: "Energie-Verbindung"
},
effect: {
en: "Search your discard pile for an Energy card and attach it to Blissey.",
fr: "Cherchez dans votre pile de défausse une carte Énergie et attachez-la à Leuphorie.",
de: "Durchsuche deinen Ablagestapel nach 1 Energiekarte und lege sie an Heiteira an."
},
damage: 10,
@ -54,10 +57,12 @@ const card: Card = {
name: {
en: "Double-edge",
fr: "Damoclès",
de: "Risikotackle"
},
effect: {
en: "Blissey does 40 damage to itself.",
fr: "Leuphorie sinflige 40 dégâts.",
de: "Heiteira fügt sich selbst 40 Schadenspunkte zu."
},
damage: 80,