Enhance sheets
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user