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

@ -4,7 +4,8 @@ import Set from '../Power Keepers'
const card: Card = {
name: {
en: "Combusken",
fr: "Galifeu"
fr: "Galifeu",
de: "Jungglut"
},
illustrator: "Atsuko Nishida",
rarity: "Uncommon",
@ -28,11 +29,13 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Natural Cure",
fr: "Medic Nature"
fr: "Medic Nature",
de: "Innere Kraft"
},
effect: {
en: "When you attach a Fire Energy card from your hand to Combusken, remove all Special Conditions from Combusken.",
fr: "Lorsque vous attachez une carte Énergie de votre main à Galifeu, retirez-lui tous ses États Spéciaux."
fr: "Lorsque vous attachez une carte Énergie de votre main à Galifeu, retirez-lui tous ses États Spéciaux.",
de: "Wenn du eine -Energiekarte an Jungglut anlegst, verlieren alle Speziellen Zustände auf Jungglut ihre Wirkung."
},
},
],
@ -44,11 +47,13 @@ const card: Card = {
],
name: {
en: "Lunge",
fr: "Coup rapide"
fr: "Coup rapide",
de: "Ausfall"
},
effect: {
en: "Flip a coin. If tails, this attack does nothing.",
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet."
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet.",
de: "Wirf eine Münze. Bei \"Zahl\" hat dieser Angriff keine Auswirkungen."
},
damage: 50,