29 lines
381 B
JSON
29 lines
381 B
JSON
{
|
|
"Actor": {
|
|
"types": ["character"],
|
|
"character": {
|
|
"biography": "",
|
|
"health": {
|
|
"value": 10,
|
|
"min": 0,
|
|
"max": 10
|
|
},
|
|
"power": {
|
|
"value": 5,
|
|
"min": 0,
|
|
"max": 5
|
|
},
|
|
"attributes": {}
|
|
}
|
|
},
|
|
"Item": {
|
|
"types": ["item"],
|
|
"item": {
|
|
"description": "",
|
|
"quantity": 1,
|
|
"weight": 0,
|
|
"attributes": {}
|
|
}
|
|
}
|
|
}
|