mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-04-30 02:31:41 -04:00
28 lines
381 B
JSON
28 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": {}
|
|
}
|
|
}
|
|
}
|