diff --git a/ChangeLog.md b/ChangeLog.md index bedbd14..b148a6c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,6 @@ #2.2.19 * Remove shot speed modification - it is directly tied to range + * Fix incorrect minimal mass for 3C bi-weave shield generator #2.2.18 * Correct lower efficiency value to be better, not worse diff --git a/dist/index.js b/dist/index.js index 049d211..d084a64 100644 --- a/dist/index.js +++ b/dist/index.js @@ -9658,7 +9658,7 @@ module.exports = { mass: 2.5, maxmass: 138, maxmul: 1.4, - minmass: 23, + minmass: 28, minmul: .4, optmass: 55, optmul: .9, diff --git a/dist/index.json b/dist/index.json index c688f75..a96b996 100644 --- a/dist/index.json +++ b/dist/index.json @@ -11760,7 +11760,7 @@ "mass": 2.5, "maxmass": 138, "maxmul": 1.4, - "minmass": 23, + "minmass": 28, "minmul": 0.4, "optmass": 55, "optmul": 0.9, diff --git a/modules/internal/bi_weave_shield_generator.json b/modules/internal/bi_weave_shield_generator.json index 0f7e4ca..625b929 100644 --- a/modules/internal/bi_weave_shield_generator.json +++ b/modules/internal/bi_weave_shield_generator.json @@ -37,7 +37,7 @@ "mass": 2.5, "maxmass": 138, "maxmul": 1.4, - "minmass": 23, + "minmass": 28, "minmul": 0.4, "optmass": 55, "optmul": 0.9,