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 '../Delta Species'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Pupitar δ",
|
||||
fr: "Ymphect δ ESPÈCES DELTA"
|
||||
fr: "Ymphect δ ESPÈCES DELTA",
|
||||
de: "Pupitar"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Uncommon",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Paralyzing Gaze",
|
||||
fr: "Regard paralysant"
|
||||
fr: "Regard paralysant",
|
||||
de: "Paralyzing Gaze"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
|
||||
},
|
||||
@ -47,11 +50,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double-edge",
|
||||
fr: "Damoclès"
|
||||
fr: "Damoclès",
|
||||
de: "Double-edge"
|
||||
},
|
||||
effect: {
|
||||
en: "Pupitar does 10 damage to itself.",
|
||||
fr: "Ymphect s'inflige 10 dégâts."
|
||||
fr: "Ymphect s'inflige 10 dégâts.",
|
||||
de: "Pupitar does 10 damage to itself."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user