Add modification information

This commit is contained in:
Cmdr McDonald
2016-10-24 13:17:11 +01:00
parent 6b63d0e6a8
commit e44bb14fc2
6 changed files with 257 additions and 3 deletions

View File

@@ -0,0 +1,27 @@
{
"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"
}
}