Remove non-existant AFMU blueprints

This commit is contained in:
Cmdr McDonald
2017-01-25 07:43:53 +00:00
parent bb3b299c7b
commit 73d1c15609
5 changed files with 4 additions and 238 deletions

View File

@@ -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
View File

@@ -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
View File

@@ -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": [

View File

@@ -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": {

View File

@@ -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",