Fix various glitches
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user