mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 07:33:24 +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
|
||||
* Fix incorrect thermal load modifiers for dirty drives
|
||||
* 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_Specialised: [ 1, 2, 3 ]
|
||||
},
|
||||
modifications: [ "boot", "duration", "integrity", "power", "shieldreinforcement", "spinup", "thermload" ]
|
||||
modifications: [ "boot", "duration", "integrity", "mass", "power", "shieldreinforcement", "spinup", "thermload" ]
|
||||
},
|
||||
sg: {
|
||||
blueprints: {
|
||||
|
||||
1
dist/index.json
vendored
1
dist/index.json
vendored
@@ -27785,6 +27785,7 @@
|
||||
"boot",
|
||||
"duration",
|
||||
"integrity",
|
||||
"mass",
|
||||
"power",
|
||||
"shieldreinforcement",
|
||||
"spinup",
|
||||
|
||||
@@ -735,6 +735,7 @@
|
||||
"boot",
|
||||
"duration",
|
||||
"integrity",
|
||||
"mass",
|
||||
"power",
|
||||
"shieldreinforcement",
|
||||
"spinup",
|
||||
|
||||
Reference in New Issue
Block a user