1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 01:19:18 +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: "Life Herb",
fr: "Herbe sauveuse",
de: "Lebenskräuter"
},
illustrator: "Hideaki Hakozaki",
@ -14,7 +15,8 @@ const card: Card = {
effect: {
fr: "Lancez une pièce. Si cest face, choisissez lun de vos Pokémon et retirez à ce dernier jusquà 6 marqueurs de dégât. Tous les États Spéciaux de ce Pokémon sont également annulés.",
en: "Flip a coin. If heads, choose 1 of your Pokémon, and remove all Special Conditions and 6 damage counters from that Pokémon (all if there are less than 6)."
en: "Flip a coin. If heads, choose 1 of your Pokémon, and remove all Special Conditions and 6 damage counters from that Pokémon (all if there are less than 6).",
de: "Wirf eine Münze. Bei \"Kopf\" wähle 1 deiner Pokémon und entferne alle Speziellen Zustände und 6 Schadensmarken vom gewählten Pokémon (alle, falls weniger als 6 auf diesem Pokémon liegen)."
},
trainerType: "Item",