1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +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 '../FireRed & LeafGreen'
const card: Card = {
name: {
en: "Kakuna",
fr: "Coconfort"
fr: "Coconfort",
de: "Kokuna"
},
illustrator: "Hajime Kusajima",
rarity: "Uncommon",
@ -28,11 +29,13 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Poison Payback",
fr: "Retour de poison"
fr: "Retour de poison",
de: "Giftige Abrechnung"
},
effect: {
en: "If Kakuna is your Active Pokémon and is damaged by an opponent's attack (even if Kakuna is Knocked Out), the Attacking Pokémon is now Poisoned.",
fr: "Si Coconfort est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Kakuna est mis K.O), le Pokémon Attaquant est maintenant Empoisonné."
fr: "Si Coconfort est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Kakuna est mis K.O), le Pokémon Attaquant est maintenant Empoisonné.",
de: "Wenn Kokuna dein Aktives Pokémon ist und ihm Schaden durch einen gegnerischen Angriff zugefügt wird (auch wenn Kokuna kampfunfähig wird), ist das Angreifende Pokémon jetzt vergiftet."
},
},
],
@ -43,7 +46,8 @@ const card: Card = {
],
name: {
en: "Headbutt",
fr: "Coup d'boule"
fr: "Coup d'boule",
de: "Kopfnuss"
},
damage: 10,