Add mass as potential SCB modification

This commit is contained in:
Cmdr McDonald
2017-02-16 22:19:54 +00:00
parent dca6fe643d
commit 28a7d9446d
4 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
#2.2.17
* Add mass as potential SCB modification
#2.2.16 #2.2.16
* Fix incorrect thermal load modifiers for dirty drives * Fix incorrect thermal load modifiers for dirty drives
* Provide explicit information about if values are higher numeric value == better or not * Provide explicit information about if values are higher numeric value == better or not

2
dist/index.js vendored
View File

@@ -20381,7 +20381,7 @@ module.exports = {
ShieldCellBank_Rapid: [ 1, 2, 3 ], ShieldCellBank_Rapid: [ 1, 2, 3 ],
ShieldCellBank_Specialised: [ 1, 2, 3 ] ShieldCellBank_Specialised: [ 1, 2, 3 ]
}, },
modifications: [ "boot", "duration", "integrity", "power", "shieldreinforcement", "spinup", "thermload" ] modifications: [ "boot", "duration", "integrity", "mass", "power", "shieldreinforcement", "spinup", "thermload" ]
}, },
sg: { sg: {
blueprints: { blueprints: {

1
dist/index.json vendored
View File

@@ -27785,6 +27785,7 @@
"boot", "boot",
"duration", "duration",
"integrity", "integrity",
"mass",
"power", "power",
"shieldreinforcement", "shieldreinforcement",
"spinup", "spinup",

View File

@@ -735,6 +735,7 @@
"boot", "boot",
"duration", "duration",
"integrity", "integrity",
"mass",
"power", "power",
"shieldreinforcement", "shieldreinforcement",
"spinup", "spinup",