diff --git a/ChangeLog.md b/ChangeLog.md index facc8b6..07a3353 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,8 @@ * Fix list of available blueprints for Point Defence * Fix integrity values for class 6 power plants * Add shot speed for long range weapon + * Fix components for dirty drive grade 3 + * Update values for Cytoscrambler #2.3.4 * Add missing Long Range blueprint to multi-cannon diff --git a/dist/index.js b/dist/index.js index 4508802..ccff324 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6806,21 +6806,21 @@ module.exports = { rof: 1.92, thermload: .19 }, { - breachdmg: 2, + breachdmg: 3.1, breachmax: 0, breachmin: 0, burst: 8, burstrof: 20, class: 1, cost: 8800, - damage: 2.4, + damage: 3.6, damagedist: { T: 1 }, distdraw: .31, edID: 128671449, eddbID: 1477, - falloff: 500, + falloff: 600, grp: "ul", id: "cy", integrity: 40, @@ -6833,7 +6833,7 @@ module.exports = { pp: "Archon Delaine", range: 600, rating: "F", - rof: 6.6, + rof: 7.6, thermload: .3 }, { breachdmg: 3, @@ -15608,7 +15608,7 @@ module.exports = { "3": { components: { Chromium: 1, - "Mechanical Equipment": 1, + "Mechanical Components": 1, "Specialised Legacy Firmware": 1 }, features: { diff --git a/dist/index.json b/dist/index.json index 0f093c4..a93dd17 100644 --- a/dist/index.json +++ b/dist/index.json @@ -8803,21 +8803,21 @@ "thermload": 0.19 }, { - "breachdmg": 2, + "breachdmg": 3.1, "breachmax": 0, "breachmin": 0, "burst": 8, "burstrof": 20, "class": 1, "cost": 8800, - "damage": 2.4, + "damage": 3.6, "damagedist": { "T": 1 }, "distdraw": 0.31, "edID": 128671449, "eddbID": 1477, - "falloff": 500, + "falloff": 600, "grp": "ul", "id": "cy", "integrity": 40, @@ -8830,7 +8830,7 @@ "pp": "Archon Delaine", "range": 600, "rating": "F", - "rof": 6.6, + "rof": 7.6, "thermload": 0.3 }, { @@ -18864,7 +18864,7 @@ "3": { "components": { "Chromium": 1, - "Mechanical Equipment": 1, + "Mechanical Components": 1, "Specialised Legacy Firmware": 1 }, "features": { diff --git a/modifications/blueprints.json b/modifications/blueprints.json index b92013a..99f2f11 100644 --- a/modifications/blueprints.json +++ b/modifications/blueprints.json @@ -1163,7 +1163,7 @@ "3": { "components": { "Chromium": 1, - "Mechanical Equipment": 1, + "Mechanical Components": 1, "Specialised Legacy Firmware": 1 }, "features": { diff --git a/modules/hardpoints/burst_laser.json b/modules/hardpoints/burst_laser.json index 3724991..c23bf66 100644 --- a/modules/hardpoints/burst_laser.json +++ b/modules/hardpoints/burst_laser.json @@ -85,21 +85,21 @@ "thermload": 0.19 }, { - "breachdmg": 2, + "breachdmg": 3.1, "breachmax": 0, "breachmin": 0, "burst": 8, "burstrof": 20, "class": 1, "cost": 8800, - "damage": 2.4, + "damage": 3.6, "damagedist": { "T": 1 }, "distdraw": 0.31, "edID": 128671449, "eddbID": 1477, - "falloff": 500, + "falloff": 600, "grp": "ul", "id": "cy", "integrity": 40, @@ -112,7 +112,7 @@ "pp": "Archon Delaine", "range": 600, "rating": "F", - "rof": 6.6, + "rof": 7.6, "thermload": 0.3 }, {