mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 16:01:59 +00:00
Added most Macdonald's sets (#100)
* Added most sets Signed-off-by: Avior <github@avior.me> * Fixed cards missing name Signed-off-by: Avior <github@avior.me>
This commit is contained in:
41
data/McDonald's Collection/Macdonald's Collection 2011/7.ts
Normal file
41
data/McDonald's Collection/Macdonald's Collection 2011/7.ts
Normal file
@@ -0,0 +1,41 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Macdonald\'s Collection 2011'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
illustrator: "Ken Sugimori",
|
||||
category: "Pokemon",
|
||||
|
||||
description: {
|
||||
en: "It eats the dreams of people and Pokémon. When it eats a pleasant dream, it expels pink-colored mist."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Yawn"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep."
|
||||
}
|
||||
}],
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Munna"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
hp: 60,
|
||||
types: ["Psychic"]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user