1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03:49:19 +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: "Altaria",
fr: "Altaria",
de: "Altaria"
},
illustrator: "Ryo Ueda",
@ -37,10 +38,12 @@ const card: Card = {
name: {
en: "Midnight Eyes",
fr: "Yeux de minuit",
de: "Mitternachtsaugen"
},
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: 20,
@ -54,10 +57,12 @@ const card: Card = {
name: {
en: "Stadium Power",
fr: "Stade puissant",
de: "Stadionpower"
},
effect: {
en: "If there is any Stadium card in play, this attack does 40 damage plus 30 more damage.",
fr: "Si une carte Stade est en jeu, cette attaque inflige 40 dégâts plus 30 dégâts supplémentaires.",
de: "Wenn sich eine Stadion-Karte im Spiel befindet, fügt dieser Angriff 40 Schadenspunkte plus 30 weitere Schadenspunkte zu."
},
damage: "40+",