mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Neo Genesis'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Hoothoot",
|
||||
fr: "Hoothoot"
|
||||
fr: "Hoothoot",
|
||||
de: "Hoothoot"
|
||||
},
|
||||
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hypnosis",
|
||||
fr: "Hypnose"
|
||||
fr: "Hypnose",
|
||||
de: "Hypnosis"
|
||||
},
|
||||
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: "The Defending Pokémon is now Asleep."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,7 +49,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Peck",
|
||||
fr: "Koud'bec"
|
||||
fr: "Koud'bec",
|
||||
de: "Peck"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user