Remove grade 5 life support modifications

This commit is contained in:
Cmdr McDonald
2017-02-03 22:29:20 +00:00
parent ea9294fd88
commit f02b9e0cac
3 changed files with 9 additions and 12 deletions

6
dist/index.js vendored
View File

@@ -18066,9 +18066,9 @@ module.exports = {
},
ls: {
blueprints: {
LifeSupport_LightWeight: [ 1, 2, 3, 4, 5 ],
LifeSupport_Reinforced: [ 1, 2, 3, 4, 5 ],
LifeSupport_Shielded: [ 1, 2, 3, 4, 5 ]
LifeSupport_LightWeight: [ 1, 2, 3, 4 ],
LifeSupport_Reinforced: [ 1, 2, 3, 4 ],
LifeSupport_Shielded: [ 1, 2, 3, 4 ]
},
modifications: [ "boot", "integrity", "mass", "power" ]
},