Enhance sheets

This commit is contained in:
2023-02-14 15:34:37 +01:00
parent dc27fa8ff2
commit 0fe4202098
11 changed files with 374 additions and 86 deletions

View File

@@ -8,12 +8,21 @@
"biodata": {
"species": "",
"age": 0,
"campaign":"",
"alternateids":"",
"player": "",
"gm": "",
"gender": 0,
"character": "",
"religion": "",
"weight": "",
"height": "",
"background": "",
"motivation": "",
"quote" : "",
"tactics": "",
"campaignuse": "",
"appearance": "",
"description": "",
"notes": "",
"gmnotes": ""
@@ -23,7 +32,7 @@
"characteristics": {
"str": {
"label": "Strength",
"value": 0,
"value": 10,
"base": 10,
"category": "main",
"realcost": 0,
@@ -31,32 +40,32 @@
},
"dex": {
"label": "Dexterity",
"value": 0,
"value": 10,
"base": 10,
"category": "main"
},
"con": {
"label": "Constitution",
"category": "main",
"value": 0,
"value": 10,
"base": 10
},
"int": {
"label": "Intelligence",
"category": "main",
"value": 0,
"value": 10,
"base": 10
},
"ego": {
"label": "Ego",
"category": "main",
"value": 0,
"value": 10,
"base": 10
},
"pre": {
"label": "Presence",
"category": "main",
"value": 0,
"value": 10,
"base": 10
},
"ocv": {
@@ -120,7 +129,7 @@
"base": 4
},
"end": {
"label": "REC",
"label": "END",
"value": 20,
"max": 20
},