32 lines
521 B
JSON
32 lines
521 B
JSON
{
|
|
"data": {
|
|
"a_hat.tex": {
|
|
"name": "A Hat",
|
|
"costs": {
|
|
"energy": 2,
|
|
"health": 2
|
|
},
|
|
"effects": {
|
|
"daydraw": "+1"
|
|
},
|
|
"image": "hat",
|
|
"type": "attachment",
|
|
"flavour": "I bet its a valve hat."
|
|
},
|
|
"dog_chow.tex": {
|
|
"name": "Dog Chow",
|
|
"costs": {
|
|
"energy": 3
|
|
},
|
|
"cards": {
|
|
"health": 3
|
|
},
|
|
"effects": {
|
|
"speed": "+1"
|
|
},
|
|
"image": "dog_chow",
|
|
"type": "attachment",
|
|
"flavour": "A hungry dog is a slow dog."
|
|
}
|
|
}}
|