All fixes'

This commit is contained in:
2022-01-10 08:00:27 +01:00
parent 9fbbd93a2e
commit 6387426b73
9 changed files with 184 additions and 47 deletions

View File

@@ -16,10 +16,12 @@
"desires": "",
"preferredhand": "",
"catchphrase": "",
"catchphrase_trigger": "",
"character_value": 0,
"catchphraseused": false,
"catchphrasetrigger": "",
"charactervalue": 0,
"level": 0,
"cdp": 0,
"cdpused": 0,
"notes": "",
"gmnotes": "",
"racename": "",
@@ -107,25 +109,59 @@
"label": "Health",
"value": 0,
"type": "value",
"ismax": true,
"max": 0
},
"delirium": {
"label": "Delirium",
"value": 0,
"type": "value",
"ismax": true,
"max": 0
},
"nrg": {
"label": "NRG",
"value": 0,
"type": "value",
"max": 0
"max": 0,
"ismax": true,
"isactivated": true,
"activated": 0
},
"mr": {
"label": "MR",
"type": "dice",
"value": 0
}
"value": 0,
"ismodifier": true,
"modifier": 0
},
"stealthhealth": {
"label": "Stealth Health",
"type": "value",
"value": 0,
"ismax": true,
"max": 0
},
"socialhealth": {
"label": "Social Health",
"type": "value",
"value": 0,
"ismax": true,
"max": 0
},
"momentum": {
"label": "Momentum",
"type": "value",
"value": 0,
"ismax": true,
"max": 0
}
},
"combat": {
"bonusdice": 0,
"otherdice": 0,
"hindrancedice": 0,
"stunlevel": 0
}
},
"npccore": {