1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-21 03:29:17 +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: "Victreebel",
fr: "Empiflor",
de: "Sarzenia"
},
illustrator: "Midori Harada",
@ -35,10 +36,12 @@ const card: Card = {
name: {
en: "Tangling Tendrils",
fr: "Enchevêtrement végétal",
de: "Wirrranken"
},
effect: {
en: "As long as Victreebel is your Active Pokémon, your opponents Active Pokémons Retreat Cost is ColorlessColorless more.",
fr: "Tant quEmpiflor est votre Pokémon Actif, le Coût de retraite du Pokémon Actif de votre adversaire est augmenté de ColorlessColorless.",
de: "Solange Sarzenia dein Aktives Pokémon ist, betragen die Rückzugskosten für das Aktive Pokémon deines Gegners 2 mehr."
},
},
],
@ -52,10 +55,12 @@ const card: Card = {
name: {
en: "Acidic Drain",
fr: "Ponction acide",
de: "Säuresauger"
},
effect: {
en: "The Defending Pokémon is now Burned and Poisoned. Remove 3 damage counters from Victreebel.",
fr: "Le Pokémon Défenseur est maintenant Brûlé et Empoisonné. Retirez 3 marqueurs de dégât à Empiflor.",
de: "Das Verteidigende Pokémon ist jetzt verbrannt und vergiftet. Entferne 3 Schadensmarken von Sarzenia."
},
damage: 30,