diff --git a/ChangeLog.md b/ChangeLog.md index 8642c25..566715f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/dist/index.js b/dist/index.js index 87fb7cd..c25e477 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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" ] }, diff --git a/dist/index.json b/dist/index.json index d62414e..71d3db7 100644 --- a/dist/index.json +++ b/dist/index.json @@ -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": [ diff --git a/modifications/blueprints.json b/modifications/blueprints.json index 2771355..febee58 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -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": { diff --git a/modifications/modules.json b/modifications/modules.json index 077a803..138ae48 100644 --- a/modifications/modules.json +++ b/modifications/modules.json @@ -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",