mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 15:55:35 +00:00
Add range for modifiers
This commit is contained in:
8
dist/index.js
vendored
8
dist/index.js
vendored
@@ -11978,7 +11978,9 @@ module.exports = {
|
||||
value: "pGen",
|
||||
name: "Power generation",
|
||||
description: "Modifier for power generation",
|
||||
operator: "multiply"
|
||||
operator: "multiply",
|
||||
min: -.35,
|
||||
max: .5
|
||||
},
|
||||
"2": {
|
||||
value: "power",
|
||||
@@ -11996,7 +11998,9 @@ module.exports = {
|
||||
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