SotM_Playfield/example/villain.json

30 lines
791 B
JSON
Raw Normal View History

2017-10-12 23:46:44 -04:00
{
2018-12-30 06:32:34 -05:00
"meta": {
"name": "Villain Example",
"type": "villain"
},
2017-10-12 23:46:44 -04:00
"character": [
2018-12-30 06:32:34 -05:00
{"name": "Villain Example",
2017-10-12 23:46:44 -04:00
"hp": 32,
"title": "Test Front",
"back": {
"hp": 25,
"title": "Test Back"
}}],
"instructions": [
{"name": "Test",
"title": "Test Front",
"setup": "setup text",
"gameplay": "front text",
"advanced": "advanced front",
"back": {
"title": "Test Back",
"gameplay": "back text",
"advanced": "advanced back"
}}],
"deck": [
{"count": 1, "keywords": "Ongoing", "name": "Test 1", "text": "Example Text 1", "hp": 12, "artist": "Art By Adam", "quote": "Test Quote", "quoteCitation": "- Adam"},
{"count": 2, "keywords": "One-shot", "name": "Test 2", "text": "Example Text 2"}
]
}