mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 23:45:34 +00:00
37 lines
755 B
JSON
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"
|
|
}
|
|
}
|