mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Stormfront'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Swinub",
|
||||
fr: "Marcacrin"
|
||||
fr: "Marcacrin",
|
||||
de: "Quiekel"
|
||||
},
|
||||
|
||||
illustrator: "Yukiko Baba",
|
||||
@ -36,10 +37,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Freezing Breath",
|
||||
fr: "Souffle glacial",
|
||||
de: "Eisatem"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, the Defending Pokémon is now Asleep.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé. Si c'est pile, le Pokémon Défenseur est maintenant Endormi.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt gelähmt. Bei \"Zahl\" schläft das Verteidigende Pokémon jetzt."
|
||||
},
|
||||
|
||||
},
|
||||
@ -50,10 +53,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Take Down",
|
||||
fr: "Bélier",
|
||||
de: "Bodycheck"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, Swinub does 10 damage to itself.",
|
||||
fr: "Lancez une pièce. Si c'est pile, Marcacrin s'inflige 10 dégâts.",
|
||||
de: "Wirf 1 Münze. Bei \"Zahl\" fügt sich Quiekel selbst 10 Schadenspunkte zu."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user