diff --git a/ChangeLog.md b/ChangeLog.md index 2e189f1..f3c03f3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,7 @@ #2.2.15 * Fix location of initial cargo rack for Vulture + * Fix broken regeneration rate for 6B shield generators + * Tidy up breach damage values #2.2.14 * Alter blueprint structure to combine components and features diff --git a/dist/index.js b/dist/index.js index dc5c6d2..21b0420 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2878,7 +2878,7 @@ module.exports = { defaults: { standard: [ "4E", "5E", "4E", "3E", "5E", "4E", "3C" ], hardpoints: [ 17, 17, 0, 0, 0, 0 ], - internal: [ "4e", 0, 0, "02", 0, "2h" ] + internal: [ "4e", 0, "02", 0, 0, "2h" ] } } }, @@ -6251,7 +6251,7 @@ module.exports = { }, hardpoints: { pl: [ { - breachdmg: 2.04, + breachdmg: 1.7, breachmax: .8, breachmin: .4, class: 1, @@ -6553,7 +6553,7 @@ module.exports = { thermload: 1.6 } ], ul: [ { - breachdmg: 7.05, + breachdmg: 1.5, breachmax: .8, breachmin: .4, burst: 3, @@ -6580,7 +6580,7 @@ module.exports = { rof: 2, thermload: .4 }, { - breachdmg: 5.3, + breachdmg: 1, breachmax: .8, breachmin: .4, burst: 3, @@ -6607,9 +6607,9 @@ module.exports = { rof: 2.23, thermload: .3 }, { - breachdmg: 1.92, + breachdmg: .4, breachmax: .8, - breachmin: .4, + breachmin: .6, burst: 3, burstrof: 19, class: 1, @@ -6664,7 +6664,7 @@ module.exports = { rof: 6.6, thermload: .3 }, { - breachdmg: 11.1, + breachdmg: 3, breachmax: .8, breachmin: .4, burst: 3, @@ -6691,7 +6691,7 @@ module.exports = { rof: 1.6, thermload: .8 }, { - breachdmg: 8.82, + breachdmg: 2.1, breachmax: .8, breachmin: .4, burst: 3, @@ -6718,9 +6718,9 @@ module.exports = { rof: 1.78, thermload: .7 }, { - breachdmg: 3.51, + breachdmg: .9, breachmax: .8, - breachmin: .4, + breachmin: .6, burst: 3, burstrof: 15, class: 2, @@ -6745,7 +6745,7 @@ module.exports = { rof: 1.57, thermload: .4 }, { - breachdmg: 10.53, + breachdmg: 3.9, breachmax: .8, breachmin: .4, burst: 3, @@ -6772,7 +6772,7 @@ module.exports = { rof: 1.2, thermload: 1.7 }, { - breachdmg: 14.08, + breachdmg: 4.4, breachmax: .8, breachmin: .4, burst: 3, @@ -6799,9 +6799,9 @@ module.exports = { rof: 1.4, thermload: 1.4 }, { - breachdmg: 5.58, + breachdmg: 1.8, breachmax: .8, - breachmin: .4, + breachmin: .6, burst: 3, burstrof: 11, class: 3, @@ -6826,7 +6826,7 @@ module.exports = { rof: 1.272, thermload: .8 }, { - breachdmg: 28, + breachdmg: 17.5, breachmax: .8, breachmin: .4, burst: 3, @@ -6853,7 +6853,7 @@ module.exports = { rof: .8, thermload: 4.5 }, { - breachdmg: 21.63, + breachdmg: 10.3, breachmax: .8, breachmin: .4, burst: 3, @@ -9652,7 +9652,7 @@ module.exports = { optmul: .9, power: 1.8, rating: "C", - regen: 2.2, + regen: 1.8, thermres: -.2 }, { brokenregen: 3.8, @@ -13844,7 +13844,7 @@ module.exports = { optmul: 1.1, power: 3.72, rating: "B", - regen: 3.1, + regen: 1.3, thermres: -.2 }, { brokenregen: 5.3, diff --git a/dist/index.json b/dist/index.json index 2d09642..5e47e24 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4556,9 +4556,9 @@ "internal": [ "4e", 0, - 0, "02", 0, + 0, "2h" ] } @@ -8178,7 +8178,7 @@ "hardpoints": { "pl": [ { - "breachdmg": 2.04, + "breachdmg": 1.7, "breachmax": 0.8, "breachmin": 0.4, "class": 1, @@ -8493,7 +8493,7 @@ ], "ul": [ { - "breachdmg": 7.05, + "breachdmg": 1.5, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -8521,7 +8521,7 @@ "thermload": 0.4 }, { - "breachdmg": 5.3, + "breachdmg": 1, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -8549,9 +8549,9 @@ "thermload": 0.3 }, { - "breachdmg": 1.92, + "breachdmg": 0.4, "breachmax": 0.8, - "breachmin": 0.4, + "breachmin": 0.6, "burst": 3, "burstrof": 19, "class": 1, @@ -8608,7 +8608,7 @@ "thermload": 0.3 }, { - "breachdmg": 11.1, + "breachdmg": 3, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -8636,7 +8636,7 @@ "thermload": 0.8 }, { - "breachdmg": 8.82, + "breachdmg": 2.1, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -8664,9 +8664,9 @@ "thermload": 0.7 }, { - "breachdmg": 3.51, + "breachdmg": 0.9, "breachmax": 0.8, - "breachmin": 0.4, + "breachmin": 0.6, "burst": 3, "burstrof": 15, "class": 2, @@ -8692,7 +8692,7 @@ "thermload": 0.4 }, { - "breachdmg": 10.53, + "breachdmg": 3.9, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -8720,7 +8720,7 @@ "thermload": 1.7 }, { - "breachdmg": 14.08, + "breachdmg": 4.4, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -8748,9 +8748,9 @@ "thermload": 1.4 }, { - "breachdmg": 5.58, + "breachdmg": 1.8, "breachmax": 0.8, - "breachmin": 0.4, + "breachmin": 0.6, "burst": 3, "burstrof": 11, "class": 3, @@ -8776,7 +8776,7 @@ "thermload": 0.8 }, { - "breachdmg": 28, + "breachdmg": 17.5, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -8804,7 +8804,7 @@ "thermload": 4.5 }, { - "breachdmg": 21.63, + "breachdmg": 10.3, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -11755,7 +11755,7 @@ "optmul": 0.9, "power": 1.8, "rating": "C", - "regen": 2.2, + "regen": 1.8, "thermres": -0.2 }, { @@ -16273,7 +16273,7 @@ "optmul": 1.1, "power": 3.72, "rating": "B", - "regen": 3.1, + "regen": 1.3, "thermres": -0.2 }, { diff --git a/modules/hardpoints/burst_laser.json b/modules/hardpoints/burst_laser.json index e716a46..7cca955 100644 --- a/modules/hardpoints/burst_laser.json +++ b/modules/hardpoints/burst_laser.json @@ -1,7 +1,7 @@ { "ul": [ { - "breachdmg": 7.05, + "breachdmg": 1.5, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -29,7 +29,7 @@ "thermload": 0.4 }, { - "breachdmg": 5.3, + "breachdmg": 1, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -57,9 +57,9 @@ "thermload": 0.3 }, { - "breachdmg": 1.92, + "breachdmg": 0.4, "breachmax": 0.8, - "breachmin": 0.4, + "breachmin": 0.6, "burst": 3, "burstrof": 19, "class": 1, @@ -116,7 +116,7 @@ "thermload": 0.3 }, { - "breachdmg": 11.1, + "breachdmg": 3, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -144,7 +144,7 @@ "thermload": 0.8 }, { - "breachdmg": 8.82, + "breachdmg": 2.1, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -172,9 +172,9 @@ "thermload": 0.7 }, { - "breachdmg": 3.51, + "breachdmg": 0.9, "breachmax": 0.8, - "breachmin": 0.4, + "breachmin": 0.6, "burst": 3, "burstrof": 15, "class": 2, @@ -200,7 +200,7 @@ "thermload": 0.4 }, { - "breachdmg": 10.53, + "breachdmg": 3.9, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -228,7 +228,7 @@ "thermload": 1.7 }, { - "breachdmg": 14.08, + "breachdmg": 4.4, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -256,9 +256,9 @@ "thermload": 1.4 }, { - "breachdmg": 5.58, + "breachdmg": 1.8, "breachmax": 0.8, - "breachmin": 0.4, + "breachmin": 0.6, "burst": 3, "burstrof": 11, "class": 3, @@ -284,7 +284,7 @@ "thermload": 0.8 }, { - "breachdmg": 28, + "breachdmg": 17.5, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, @@ -312,7 +312,7 @@ "thermload": 4.5 }, { - "breachdmg": 21.63, + "breachdmg": 10.3, "breachmax": 0.8, "breachmin": 0.4, "burst": 3, diff --git a/modules/hardpoints/pulse_laser.json b/modules/hardpoints/pulse_laser.json index f3e36c1..3c0d148 100644 --- a/modules/hardpoints/pulse_laser.json +++ b/modules/hardpoints/pulse_laser.json @@ -1,7 +1,7 @@ { "pl": [ { - "breachdmg": 2.04, + "breachdmg": 1.7, "breachmax": 0.8, "breachmin": 0.4, "class": 1, diff --git a/modules/internal/bi_weave_shield_generator.json b/modules/internal/bi_weave_shield_generator.json index 08f72de..0f7e4ca 100644 --- a/modules/internal/bi_weave_shield_generator.json +++ b/modules/internal/bi_weave_shield_generator.json @@ -66,7 +66,7 @@ "optmul": 0.9, "power": 1.8, "rating": "C", - "regen": 2.2, + "regen": 1.8, "thermres": -0.2 }, { diff --git a/modules/internal/shield_generator.json b/modules/internal/shield_generator.json index 208946b..a425579 100644 --- a/modules/internal/shield_generator.json +++ b/modules/internal/shield_generator.json @@ -572,7 +572,7 @@ "optmul": 1.1, "power": 3.72, "rating": "B", - "regen": 3.1, + "regen": 1.3, "thermres": -0.2 }, {