mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Add range for modifiers
This commit is contained in:
8
dist/index.json
vendored
8
dist/index.json
vendored
@@ -14371,7 +14371,9 @@
|
||||
"value": "pGen",
|
||||
"name": "Power generation",
|
||||
"description": "Modifier for power generation",
|
||||
"operator": "multiply"
|
||||
"operator": "multiply",
|
||||
"min": -0.35,
|
||||
"max": 0.5
|
||||
},
|
||||
"2": {
|
||||
"value": "power",
|
||||
@@ -14389,7 +14391,9 @@
|
||||
"value": "mass",
|
||||
"name": "Mass",
|
||||
"description": "Modifier for mass",
|
||||
"operator": "multiply"
|
||||
"operator": "multiply",
|
||||
"min": -1,
|
||||
"max": 3.5
|
||||
},
|
||||
"5": {
|
||||
"value": "eff",
|
||||
|
||||
Reference in New Issue
Block a user