mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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:
39
data/McDonald's Collection/Macdonald's Collection 2012/10.ts
Normal file
39
data/McDonald's Collection/Macdonald's Collection 2012/10.ts
Normal file
@ -0,0 +1,39 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Macdonald\'s Collection 2012'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
illustrator: "Masakazu Fukuda",
|
||||
category: "Pokemon",
|
||||
|
||||
description: {
|
||||
en: "Its skin has a rubbery elasticity, so it can reduce damage by defensively pulling its skin up to its neck."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Headbutt"
|
||||
},
|
||||
|
||||
damage: 10
|
||||
}],
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Scraggy"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
hp: 60,
|
||||
types: ["Darkness"]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user