mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 15:13:23 +00:00
Fix bad value for kinetic shield booster grade 5
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
* Fix EDDB IDs for class 5 and 7 fighter hangars for correct shopping list
|
||||
* Fix cost for rocket-propelled FSD disruptor
|
||||
* Add module names for blueprints
|
||||
* Fix erroneous value for grade 5 kinetic shield booster
|
||||
|
||||
#2.2.19
|
||||
* Remove shot speed modification - it is directly tied to range
|
||||
|
||||
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -19233,7 +19233,7 @@ module.exports = {
|
||||
},
|
||||
features: {
|
||||
explres: [ -.05, -.03 ],
|
||||
kinres: [ .17, -.2 ],
|
||||
kinres: [ .17, .2 ],
|
||||
thermres: [ -.05, -.03 ]
|
||||
}
|
||||
},
|
||||
|
||||
2
dist/index.json
vendored
2
dist/index.json
vendored
@@ -25321,7 +25321,7 @@
|
||||
],
|
||||
"kinres": [
|
||||
0.17,
|
||||
-0.2
|
||||
0.2
|
||||
],
|
||||
"thermres": [
|
||||
-0.05,
|
||||
|
||||
@@ -4962,7 +4962,7 @@
|
||||
},
|
||||
"features": {
|
||||
"explres": [ -0.05, -0.03 ],
|
||||
"kinres": [ 0.17, -0.2 ],
|
||||
"kinres": [ 0.17, 0.2 ],
|
||||
"thermres": [ -0.05, -0.03 ]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user