From 8e0a593a31ca871bd09aa1eda939f7605b6ac16a Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Thu, 23 Feb 2017 22:03:49 +0000 Subject: [PATCH] Fix incorrect value for 2c bi-weave --- ChangeLog.md | 1 + dist/index.js | 2 +- dist/index.json | 2 +- modules/internal/bi_weave_shield_generator.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) 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,