Fix various glitches

This commit is contained in:
2022-02-14 15:19:26 +01:00
parent 5e44a97686
commit 6e8e1ec5a3
6 changed files with 89 additions and 66 deletions

View File

@@ -109,6 +109,7 @@
"nrg": {
"label": "NRG",
"type": "value",
"absolutemax": 0,
"value": 0,
"max": 0,
"mod": 0,
@@ -268,36 +269,42 @@
"label": "NRG cost to use",
"flag": false,
"type": "number",
"isvalid": true,
"value": 0
},
"range": {
"label": "Range",
"flag": false,
"type": "range",
"isvalid": true,
"value": ""
},
"nbtargets": {
"label": "# Targets",
"flag": false,
"type": "string",
"isvalid": true,
"value": ""
},
"bonushealth": {
"label": "Bonus to Health",
"flag": false,
"type": "string",
"isvalid": true,
"value": ""
},
"bonusnrg": {
"label": "Bonus to NRG",
"flag": false,
"type": "string",
"isvalid": true,
"value": ""
},
"bonusdelirium": {
"label": "Bonus to Delirium",
"flag": false,
"type": "string",
"isvalid": true,
"value": ""
}
},