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:
@ -4,7 +4,8 @@ import Set from '../Holon Phantoms'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Phanpy",
|
||||
fr: "Phanpy"
|
||||
fr: "Phanpy",
|
||||
de: "Phanpy"
|
||||
},
|
||||
illustrator: "Hisao Nakamura",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Yawn",
|
||||
fr: "Baillement"
|
||||
fr: "Baillement",
|
||||
de: "Gähnen"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi."
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi.",
|
||||
de: "Das Verteidigende Pokémon schläft jetzt."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,7 +46,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mud Slup",
|
||||
fr: "Coud'boue"
|
||||
fr: "Coud'boue",
|
||||
de: "Lehmschelle"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
Reference in New Issue
Block a user