diff --git a/ChangeLog.md b/ChangeLog.md index d432de6..ed04d9c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,8 @@ +#2.2.10 + * Fix incorrect base shield values for Cutter and Corvette + #2.2.9 + * Add falloff metric for weapons * Add falloff metric for weapons * Add falloff from range modification diff --git a/dist/index.js b/dist/index.js index a2cb38b..a9322f5 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1069,7 +1069,7 @@ module.exports = { speed: 200, boost: 260, boostEnergy: 27, - baseShieldStrength: 610.5, + baseShieldStrength: 555, baseArmour: 370, hardness: 70, hullMass: 900, @@ -1750,7 +1750,7 @@ module.exports = { speed: 200, boost: 320, boostEnergy: 23, - baseShieldStrength: 690, + baseShieldStrength: 600, baseArmour: 400, hardness: 70, hullMass: 1100, diff --git a/dist/index.json b/dist/index.json index fb9b262..7c99220 100644 --- a/dist/index.json +++ b/dist/index.json @@ -1683,7 +1683,7 @@ "speed": 200, "boost": 260, "boostEnergy": 27, - "baseShieldStrength": 610.5, + "baseShieldStrength": 555, "baseArmour": 370, "hardness": 70, "hullMass": 900, @@ -2778,7 +2778,7 @@ "speed": 200, "boost": 320, "boostEnergy": 23, - "baseShieldStrength": 690, + "baseShieldStrength": 600, "baseArmour": 400, "hardness": 70, "hullMass": 1100, diff --git a/ships/federal_corvette.json b/ships/federal_corvette.json index 542ad44..5fbf925 100644 --- a/ships/federal_corvette.json +++ b/ships/federal_corvette.json @@ -10,7 +10,7 @@ "speed": 200, "boost": 260, "boostEnergy": 27, - "baseShieldStrength": 610.5, + "baseShieldStrength": 555, "baseArmour": 370, "hardness": 70, "hullMass": 900, diff --git a/ships/imperial_cutter.json b/ships/imperial_cutter.json index 301c554..a5720f8 100644 --- a/ships/imperial_cutter.json +++ b/ships/imperial_cutter.json @@ -9,7 +9,7 @@ "speed": 200, "boost": 320, "boostEnergy": 23, - "baseShieldStrength": 690, + "baseShieldStrength": 600, "baseArmour": 400, "hardness": 70, "hullMass": 1100,