Files
coriolis-data/modifications/modifiers.json
2016-10-28 01:46:03 +01:00

37 lines
755 B
JSON

{
"1": {
"value": "pGen",
"name": "Power generation",
"description": "Modifier for power generation",
"operator": "multiply",
"min": -0.35,
"max": 0.50
},
"2": {
"value": "power",
"name": "Power usage",
"description": "Modifier for power usage",
"operator": "multiply"
},
"3": {
"value": "integrity",
"name": "Integrity",
"description": "Modifier for integrity",
"operator": "multiply"
},
"4": {
"value": "mass",
"name": "Mass",
"description": "Modifier for mass",
"operator": "multiply",
"min": -1,
"max": 3.50
},
"5": {
"value": "eff",
"name": "Heat efficiency",
"description": "Modifier for heat efficiency",
"operator": "multiply"
}
}