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: { ls: {
blueprints: { blueprints: {
LifeSupport_LightWeight: [ 1, 2, 3, 4, 5 ], LifeSupport_LightWeight: [ 1, 2, 3, 4 ],
LifeSupport_Reinforced: [ 1, 2, 3, 4, 5 ], LifeSupport_Reinforced: [ 1, 2, 3, 4 ],
LifeSupport_Shielded: [ 1, 2, 3, 4, 5 ] LifeSupport_Shielded: [ 1, 2, 3, 4 ]
}, },
modifications: [ "boot", "integrity", "mass", "power" ] modifications: [ "boot", "integrity", "mass", "power" ]
}, },

9
dist/index.json vendored
View File

@@ -24920,22 +24920,19 @@
1, 1,
2, 2,
3, 3,
4, 4
5
], ],
"LifeSupport_Reinforced": [ "LifeSupport_Reinforced": [
1, 1,
2, 2,
3, 3,
4, 4
5
], ],
"LifeSupport_Shielded": [ "LifeSupport_Shielded": [
1, 1,
2, 2,
3, 3,
4, 4
5
] ]
}, },
"modifications": [ "modifications": [

View File

@@ -340,9 +340,9 @@
}, },
"ls": { "ls": {
"blueprints": { "blueprints": {
"LifeSupport_LightWeight": [1, 2, 3, 4, 5], "LifeSupport_LightWeight": [1, 2, 3, 4],
"LifeSupport_Reinforced": [1, 2, 3, 4, 5], "LifeSupport_Reinforced": [1, 2, 3, 4],
"LifeSupport_Shielded": [1, 2, 3, 4, 5] "LifeSupport_Shielded": [1, 2, 3, 4]
}, },
"modifications": [ "modifications": [
"boot", "boot",