mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
Add range for modifiers
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user