Fix incorrect value for 2c bi-weave

This commit is contained in:
Cmdr McDonald
2017-02-23 22:03:49 +00:00
parent 2baaea0db8
commit 8e0a593a31
4 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
#2.2.19 #2.2.19
* Remove shot speed modification - it is directly tied to range * Remove shot speed modification - it is directly tied to range
* Fix incorrect minimal mass for 3C bi-weave shield generator
#2.2.18 #2.2.18
* Correct lower efficiency value to be better, not worse * Correct lower efficiency value to be better, not worse

2
dist/index.js vendored
View File

@@ -9658,7 +9658,7 @@ module.exports = {
mass: 2.5, mass: 2.5,
maxmass: 138, maxmass: 138,
maxmul: 1.4, maxmul: 1.4,
minmass: 23, minmass: 28,
minmul: .4, minmul: .4,
optmass: 55, optmass: 55,
optmul: .9, optmul: .9,

2
dist/index.json vendored
View File

@@ -11760,7 +11760,7 @@
"mass": 2.5, "mass": 2.5,
"maxmass": 138, "maxmass": 138,
"maxmul": 1.4, "maxmul": 1.4,
"minmass": 23, "minmass": 28,
"minmul": 0.4, "minmul": 0.4,
"optmass": 55, "optmass": 55,
"optmul": 0.9, "optmul": 0.9,

View File

@@ -37,7 +37,7 @@
"mass": 2.5, "mass": 2.5,
"maxmass": 138, "maxmass": 138,
"maxmul": 1.4, "maxmul": 1.4,
"minmass": 23, "minmass": 28,
"minmul": 0.4, "minmul": 0.4,
"optmass": 55, "optmass": 55,
"optmul": 0.9, "optmul": 0.9,