First actor sheet

This commit is contained in:
2023-02-01 12:16:04 +01:00
parent d0f8023234
commit dc27fa8ff2
12 changed files with 211 additions and 978 deletions

View File

@ -23,34 +23,40 @@
"characteristics": {
"str": {
"label": "Strength",
"value": 10,
"value": 0,
"base": 10,
"category": "main",
"realcost": 0,
"activecost": 0
},
"dex": {
"label": "Dexterity",
"value": 10,
"base": 10
"value": 0,
"base": 10,
"category": "main"
},
"con": {
"label": "Constitution",
"value": 10,
"category": "main",
"value": 0,
"base": 10
},
"int": {
"label": "Intelligence",
"value": 10,
"base": 10
"category": "main",
"value": 0,
"base": 10
},
"ego": {
"label": "Ego",
"value": 10,
"category": "main",
"value": 0,
"base": 10
},
"pre": {
"label": "Presence",
"value": 10,
"category": "main",
"value": 0,
"base": 10
},
"ocv": {
@ -170,17 +176,16 @@
"value": 0,
"base": 0
}
}
}
},
"core": {
}
"core": {}
},
"character": {
"templates": [
"biodata",
"core"
]
"biodata",
"characteristics"
],
"subactors": []
}
},
"Item": {
@ -216,9 +221,9 @@
"quantity": 0,
"range": "",
"damage": "",
"endurance": 0,
"endurance": 0,
"hasroll": false,
"roll": 0,
"roll": 0,
"items": {}
}
},