14 lines
519 B
JSON
14 lines
519 B
JSON
|
{
|
||
|
"name": "Hero Example",
|
||
|
"type": "hero",
|
||
|
"character": [{"name": "Hero Example",
|
||
|
"hp": 42,
|
||
|
"power": "Power Name",
|
||
|
"powerText": "Power: Power description",
|
||
|
"incapacitated": "{incapacitated effect 1\n\n{incapacitated effect 2"}],
|
||
|
"deck": [
|
||
|
{"count": 1, "keywords": "Ongoing", "name": "Card 1", "text": "Card text 1", "hp": 12, "artist": "Art By Adam", "quote": "Test Quote", "quoteCitation": "- Adam"},
|
||
|
{"count": 2, "keywords": "Oneshot", "name": "Card 2", "text": "Card text 2"}
|
||
|
]
|
||
|
}
|