You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
481 B
32 lines
481 B
{
|
|
"Actor": {
|
|
"types": ["character"],
|
|
"htmlFields": ["biography"],
|
|
"character": {
|
|
"biography": "",
|
|
"health": {
|
|
"value": 10,
|
|
"min": 0,
|
|
"max": 10
|
|
},
|
|
"power": {
|
|
"value": 5,
|
|
"min": 0,
|
|
"max": 5
|
|
},
|
|
"attributes": {},
|
|
"groups": {}
|
|
}
|
|
},
|
|
"Item": {
|
|
"types": ["item"],
|
|
"htmlFields": ["description"],
|
|
"item": {
|
|
"description": "",
|
|
"quantity": 1,
|
|
"weight": 0,
|
|
"attributes": {},
|
|
"groups": {}
|
|
}
|
|
}
|
|
}
|