Add modification information

This commit is contained in:
Cmdr McDonald
2016-10-24 13:17:11 +01:00
parent 499f1d05e1
commit c1f21cf6f1
6 changed files with 183 additions and 3 deletions

69
dist/index.json vendored
View File

@@ -14364,5 +14364,74 @@
}
]
}
},
"Modifications": {
"modifiers": {
"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"
}
},
"validity": {
"pp": [
1,
3,
4,
5
],
"t": [
2,
3,
4,
5
],
"fsd": [
2,
3,
4,
5
],
"ls": [
2,
3,
4,
5
],
"pd": [
2,
3,
4,
5
],
"s": [
2,
3,
4,
5
],
"ft": [],
"pas": []
}
}
}