mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 15:55:35 +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: {
|
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
9
dist/index.json
vendored
@@ -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": [
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user