mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 07:33:24 +00:00
28 lines
553 B
JSON
28 lines
553 B
JSON
{
|
|
"1": {
|
|
"value": "pGen",
|
|
"description": "Modifier for power generation",
|
|
"operator": "multiply"
|
|
},
|
|
"2": {
|
|
"value": "power",
|
|
"description": "Modifier for power usage",
|
|
"operator": "multiply"
|
|
},
|
|
"3": {
|
|
"value": "integrity",
|
|
"description": "Modifier for integrity",
|
|
"operator": "multiply"
|
|
},
|
|
"4": {
|
|
"value": "mass",
|
|
"description": "Modifier for mass",
|
|
"operator": "multiply"
|
|
},
|
|
"5": {
|
|
"value": "eff",
|
|
"description": "Modifier for heat efficiency",
|
|
"operator": "multiply"
|
|
}
|
|
}
|