mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +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:
43
data/McDonald's Collection/Macdonald's Collection 2012/7.ts
Normal file
43
data/McDonald's Collection/Macdonald's Collection 2012/7.ts
Normal file
@ -0,0 +1,43 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Macdonald\'s Collection 2012'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
illustrator: "Masakazu Fukuda",
|
||||
category: "Pokemon",
|
||||
|
||||
description: {
|
||||
en: "Its habitat is dark forests and caves. It emits ultrasonic waves from its nose to learn about its surroundings."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Psy Bolt"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed."
|
||||
}
|
||||
}],
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Woobat"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
hp: 60,
|
||||
types: ["Psychic"]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user