mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 23:45:34 +00:00
Add mass as potential SCB modification
This commit is contained in:
@@ -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
2
dist/index.js
vendored
@@ -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
1
dist/index.json
vendored
@@ -27785,6 +27785,7 @@
|
|||||||
"boot",
|
"boot",
|
||||||
"duration",
|
"duration",
|
||||||
"integrity",
|
"integrity",
|
||||||
|
"mass",
|
||||||
"power",
|
"power",
|
||||||
"shieldreinforcement",
|
"shieldreinforcement",
|
||||||
"spinup",
|
"spinup",
|
||||||
|
|||||||
@@ -735,6 +735,7 @@
|
|||||||
"boot",
|
"boot",
|
||||||
"duration",
|
"duration",
|
||||||
"integrity",
|
"integrity",
|
||||||
|
"mass",
|
||||||
"power",
|
"power",
|
||||||
"shieldreinforcement",
|
"shieldreinforcement",
|
||||||
"spinup",
|
"spinup",
|
||||||
|
|||||||
Reference in New Issue
Block a user