Add range for modifiers

This commit is contained in:
Cmdr McDonald
2016-10-28 01:46:03 +01:00
parent 0f8f2f70f3
commit e7e1ef3206
3 changed files with 18 additions and 6 deletions

View File

@@ -3,7 +3,9 @@
"value": "pGen",
"name": "Power generation",
"description": "Modifier for power generation",
"operator": "multiply"
"operator": "multiply",
"min": -0.35,
"max": 0.50
},
"2": {
"value": "power",
@@ -21,7 +23,9 @@
"value": "mass",
"name": "Mass",
"description": "Modifier for mass",
"operator": "multiply"
"operator": "multiply",
"min": -1,
"max": 3.50
},
"5": {
"value": "eff",