mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
Remove grade 5 life support modifications
This commit is contained in:
6
dist/index.js
vendored
6
dist/index.js
vendored
@@ -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" ]
|
||||
},
|
||||
|
||||
9
dist/index.json
vendored
9
dist/index.json
vendored
@@ -24920,22 +24920,19 @@
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
4
|
||||
],
|
||||
"LifeSupport_Reinforced": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
4
|
||||
],
|
||||
"LifeSupport_Shielded": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
4
|
||||
]
|
||||
},
|
||||
"modifications": [
|
||||
|
||||
@@ -340,9 +340,9 @@
|
||||
},
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user