Push initial structure
This commit is contained in:
28
template.json
Normal file
28
template.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user