mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
Fix incorrect value for 2c bi-weave
This commit is contained in:
@@ -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
2
dist/index.js
vendored
@@ -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
2
dist/index.json
vendored
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user