mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Remove non-existant AFMU blueprints
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#2.2.11
|
||||
* Remove non-existant chaff launcher capacity blueprint grades
|
||||
* Fix incorrect values for charge enhanced power distributor
|
||||
* Remove incorrect AFMU blueprints
|
||||
|
||||
#2.2.10
|
||||
* Fix incorrect base shield values for Cutter and Corvette
|
||||
|
||||
56
dist/index.js
vendored
56
dist/index.js
vendored
@@ -14090,58 +14090,6 @@ module.exports = {
|
||||
},
|
||||
Modifications: {
|
||||
blueprints: {
|
||||
AFM_LightWeight: {
|
||||
id: 1,
|
||||
features: {
|
||||
"1": {
|
||||
integrity: [ -.2, -.1 ],
|
||||
mass: [ -.3, -.4 ]
|
||||
},
|
||||
"2": {
|
||||
integrity: [ -.3, -.2 ],
|
||||
mass: [ -.4, -.5 ]
|
||||
},
|
||||
"3": {
|
||||
integrity: [ -.4, -.3 ],
|
||||
mass: [ -.5, -.6 ]
|
||||
},
|
||||
"4": {
|
||||
integrity: [ -.5, -.4 ],
|
||||
mass: [ -.6, -.7 ]
|
||||
},
|
||||
"5": {
|
||||
integrity: [ -.6, -.5 ],
|
||||
mass: [ -.7, -.8 ]
|
||||
}
|
||||
},
|
||||
name: "Lightweight"
|
||||
},
|
||||
AFM_Reinforced: {
|
||||
id: 2,
|
||||
features: {
|
||||
"1": {
|
||||
integrity: [ .2, .5 ],
|
||||
mass: [ 1, .4 ]
|
||||
},
|
||||
"2": {
|
||||
integrity: [ .4, 1 ],
|
||||
mass: [ 1.5, .8 ]
|
||||
},
|
||||
"3": {
|
||||
integrity: [ .6, 1.5 ],
|
||||
mass: [ 2, 1.2 ]
|
||||
},
|
||||
"4": {
|
||||
integrity: [ .8, 2 ],
|
||||
mass: [ 2.5, 1.6 ]
|
||||
},
|
||||
"5": {
|
||||
integrity: [ 1, 2.5 ],
|
||||
mass: [ 3, 2 ]
|
||||
}
|
||||
},
|
||||
name: "Reinforced"
|
||||
},
|
||||
AFM_Shielded: {
|
||||
id: 3,
|
||||
features: {
|
||||
@@ -17691,9 +17639,7 @@ module.exports = {
|
||||
modules: {
|
||||
am: {
|
||||
blueprints: {
|
||||
AFM_LightWeight: [ 1, 2, 3, 4, 5 ],
|
||||
AFM_Reinforced: [ 1, 2, 3, 4, 5 ],
|
||||
AFM_Shielded: [ 1, 2, 3, 4, 5 ]
|
||||
AFM_Shielded: [ 1, 2, 3, 4 ]
|
||||
},
|
||||
modifications: [ "integrity", "power" ]
|
||||
},
|
||||
|
||||
129
dist/index.json
vendored
129
dist/index.json
vendored
@@ -16531,118 +16531,6 @@
|
||||
},
|
||||
"Modifications": {
|
||||
"blueprints": {
|
||||
"AFM_LightWeight": {
|
||||
"id": 1,
|
||||
"features": {
|
||||
"1": {
|
||||
"integrity": [
|
||||
-0.2,
|
||||
-0.1
|
||||
],
|
||||
"mass": [
|
||||
-0.3,
|
||||
-0.4
|
||||
]
|
||||
},
|
||||
"2": {
|
||||
"integrity": [
|
||||
-0.3,
|
||||
-0.2
|
||||
],
|
||||
"mass": [
|
||||
-0.4,
|
||||
-0.5
|
||||
]
|
||||
},
|
||||
"3": {
|
||||
"integrity": [
|
||||
-0.4,
|
||||
-0.3
|
||||
],
|
||||
"mass": [
|
||||
-0.5,
|
||||
-0.6
|
||||
]
|
||||
},
|
||||
"4": {
|
||||
"integrity": [
|
||||
-0.5,
|
||||
-0.4
|
||||
],
|
||||
"mass": [
|
||||
-0.6,
|
||||
-0.7
|
||||
]
|
||||
},
|
||||
"5": {
|
||||
"integrity": [
|
||||
-0.6,
|
||||
-0.5
|
||||
],
|
||||
"mass": [
|
||||
-0.7,
|
||||
-0.8
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "Lightweight"
|
||||
},
|
||||
"AFM_Reinforced": {
|
||||
"id": 2,
|
||||
"features": {
|
||||
"1": {
|
||||
"integrity": [
|
||||
0.2,
|
||||
0.5
|
||||
],
|
||||
"mass": [
|
||||
1,
|
||||
0.4
|
||||
]
|
||||
},
|
||||
"2": {
|
||||
"integrity": [
|
||||
0.4,
|
||||
1
|
||||
],
|
||||
"mass": [
|
||||
1.5,
|
||||
0.8
|
||||
]
|
||||
},
|
||||
"3": {
|
||||
"integrity": [
|
||||
0.6,
|
||||
1.5
|
||||
],
|
||||
"mass": [
|
||||
2,
|
||||
1.2
|
||||
]
|
||||
},
|
||||
"4": {
|
||||
"integrity": [
|
||||
0.8,
|
||||
2
|
||||
],
|
||||
"mass": [
|
||||
2.5,
|
||||
1.6
|
||||
]
|
||||
},
|
||||
"5": {
|
||||
"integrity": [
|
||||
1,
|
||||
2.5
|
||||
],
|
||||
"mass": [
|
||||
3,
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"name": "Reinforced"
|
||||
},
|
||||
"AFM_Shielded": {
|
||||
"id": 3,
|
||||
"features": {
|
||||
@@ -24107,26 +23995,11 @@
|
||||
"modules": {
|
||||
"am": {
|
||||
"blueprints": {
|
||||
"AFM_LightWeight": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
],
|
||||
"AFM_Reinforced": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
],
|
||||
"AFM_Shielded": [
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5
|
||||
4
|
||||
]
|
||||
},
|
||||
"modifications": [
|
||||
|
||||
@@ -1,56 +1,4 @@
|
||||
{
|
||||
"AFM_LightWeight": {
|
||||
"id": 1,
|
||||
"features": {
|
||||
"1": {
|
||||
"integrity": [ -0.2, -0.1 ],
|
||||
"mass": [ -0.3, -0.4 ]
|
||||
},
|
||||
"2": {
|
||||
"integrity": [ -0.3, -0.2 ],
|
||||
"mass": [ -0.4, -0.5 ]
|
||||
},
|
||||
"3": {
|
||||
"integrity": [ -0.4, -0.3 ],
|
||||
"mass": [ -0.5, -0.6 ]
|
||||
},
|
||||
"4": {
|
||||
"integrity": [ -0.5, -0.4 ],
|
||||
"mass": [ -0.6, -0.7 ]
|
||||
},
|
||||
"5": {
|
||||
"integrity": [ -0.6, -0.5 ],
|
||||
"mass": [ -0.7, -0.8 ]
|
||||
}
|
||||
},
|
||||
"name": "Lightweight"
|
||||
},
|
||||
"AFM_Reinforced": {
|
||||
"id": 2,
|
||||
"features": {
|
||||
"1": {
|
||||
"integrity": [ 0.2, 0.5 ],
|
||||
"mass": [ 1, 0.4 ]
|
||||
},
|
||||
"2": {
|
||||
"integrity": [ 0.4, 1 ],
|
||||
"mass": [ 1.5, 0.8 ]
|
||||
},
|
||||
"3": {
|
||||
"integrity": [ 0.6, 1.5 ],
|
||||
"mass": [ 2.0, 1.2 ]
|
||||
},
|
||||
"4": {
|
||||
"integrity": [ 0.8, 2 ],
|
||||
"mass": [ 2.5, 1.6 ]
|
||||
},
|
||||
"5": {
|
||||
"integrity": [ 1, 2.5 ],
|
||||
"mass": [ 3.0, 2.0 ]
|
||||
}
|
||||
},
|
||||
"name": "Reinforced"
|
||||
},
|
||||
"AFM_Shielded": {
|
||||
"id": 3,
|
||||
"features": {
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"am": {
|
||||
"blueprints": {
|
||||
"AFM_LightWeight": [1, 2, 3, 4, 5],
|
||||
"AFM_Reinforced": [1, 2, 3, 4, 5],
|
||||
"AFM_Shielded": [1, 2, 3, 4, 5]
|
||||
"AFM_Shielded": [1, 2, 3, 4]
|
||||
},
|
||||
"modifications": [
|
||||
"integrity",
|
||||
|
||||
Reference in New Issue
Block a user