Fix bad value for kinetic shield booster grade 5

This commit is contained in:
Cmdr McDonald
2017-03-04 08:42:16 +00:00
parent f0db785bf7
commit b25278bf81
4 changed files with 4 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -19233,7 +19233,7 @@ module.exports = {
},
features: {
explres: [ -.05, -.03 ],
kinres: [ .17, -.2 ],
kinres: [ .17, .2 ],
thermres: [ -.05, -.03 ]
}
},

2
dist/index.json vendored
View File

@@ -25321,7 +25321,7 @@
],
"kinres": [
0.17,
-0.2
0.2
],
"thermres": [
-0.05,