1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09: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

@ -4,7 +4,8 @@ import Set from '../Emerald'
const card: Card = {
name: {
en: "Swalot",
fr: "Avaltout"
fr: "Avaltout",
de: "Schlukwech"
},
illustrator: "Atsuko Nishida",
rarity: "Uncommon",
@ -32,11 +33,13 @@ const card: Card = {
],
name: {
en: "Blot",
fr: "Pâté"
fr: "Pâté",
de: "Blot"
},
effect: {
en: "Remove 1 damage counter from Swalot.",
fr: "Retirez à Avaltout un marqueur de dégât."
fr: "Retirez à Avaltout un marqueur de dégât.",
de: "Remove 1 damage counter from Swalot."
},
damage: 20,
@ -49,11 +52,13 @@ const card: Card = {
],
name: {
en: "Poison Breath",
fr: "Haleine empoisonnée"
fr: "Haleine empoisonnée",
de: "Poisoned Breath"
},
effect: {
en: "The Defending Pokémon is now Poisoned.",
fr: "Le Pokémon Défenseur est maintenant Empoisonné."
fr: "Le Pokémon Défenseur est maintenant Empoisonné.",
de: "The Defending Pokémon is now Poisoned."
},
damage: 40,