1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Hoppip",
fr: "Granivol",
de: "Hoppspross"
},
illustrator: "Motofumi Fujiwara",
rarity: "Common",
@ -27,10 +28,12 @@ const card: Card = {
name: {
en: "Cottonweed",
fr: "Mauvaise herbe de coton",
de: "Löwenzahn"
},
effect: {
en: "If Hoppip has any Grass Energy attached to it, the Retreat Cost for Hoppip is 0.",
fr: "Si Granivol possède de l'Énergie Grass, son Coût de retraite est de 0.",
de: "Wenn an Hoppspross mindestens 1 -Energie angelegt ist, hat Hoppspross Rückzugskosten 0."
},
},
],
@ -42,10 +45,12 @@ const card: Card = {
name: {
en: "Hover Heal",
fr: "Guérison flottante",
de: "Heilgleiten"
},
effect: {
en: "Remove all Special Conditions from Hoppip.",
fr: "Retirez à Granivol tous ses États Spéciaux.",
de: "Entferne alle Speziellen Zustände von Hoppspross."
},
damage: 10,