This commit is contained in:
2022-01-11 23:35:23 +01:00
parent 1e4b639ec6
commit 3384157580
13 changed files with 361 additions and 162 deletions

View File

@@ -104,6 +104,25 @@
"mod": 0
}
},
"nrg": {
"label": "NRG",
"type": "value",
"value": 0,
"max": 0,
"activated": 0
},
"mr": {
"label": "MR (Initiative)",
"type": "dice",
"value": 0,
"mod": 0
},
"momentum": {
"label": "Momentum",
"type": "value",
"value": 0,
"max": 0
},
"secondary": {
"health": {
"label": "Health",
@@ -119,22 +138,6 @@
"ismax": true,
"max": 0
},
"nrg": {
"label": "NRG",
"value": 0,
"type": "value",
"max": 0,
"ismax": true,
"isactivated": true,
"activated": 0
},
"mr": {
"label": "MR",
"type": "dice",
"value": 0,
"ismodifier": true,
"modifier": 0
},
"stealthhealth": {
"label": "Stealth Health",
"type": "value",
@@ -148,20 +151,14 @@
"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
"stunlevel": 0,
"stunthreshold": 0
}
},
"npccore": {