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 (#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: "Breloom",
fr: "Chapignon",
de: "Kapilz"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
@ -34,10 +35,12 @@ const card: Card = {
name: {
en: "Drain Punch",
fr: "Vampipoing",
de: "Ableithieb"
},
effect: {
en: "Remove from Breloom a number of damage counters equal to the amount of Energy attached to the Defending Pokémon.",
fr: "Retirez à Chapignon autant de marqueurs de dégât qu'il y a d'Énergie attachée au Pokémon Défenseur.",
de: "Entferne eine Anzahl Schadensmarken von Kapilz, die der Anzahl der am Verteidigenden Pokémon angelegten Energien entspricht."
},
damage: 40,
@ -51,12 +54,14 @@ const card: Card = {
name: {
en: "Homing Uppercut",
fr: "Uppercut à tête chercheuse",
de: "Gezielter Aufwärtshaken"
},
effect: {
en: "If the Defending Pokémon's Retreat Cost is 0, this attack does 60 damage plus 60 more damage.",
fr: "Si le Coût de retraite du Pokémon Défenseur est de 0, cette attaque inflige 60 dégâts plus 60 dégâts supplémentaires.",
de: "Wenn das Verteidigende Pokémon Rückzugskosten 0 hat, fügt dieser Angriff 60 Schadenspunkte plus 60 weitere Schadenspunkte zu."
},
damage: 60,
damage: "60+",
},
],