mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
Fix bad value for kinetic shield booster grade 5
This commit is contained in:
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,
|
||||
|
||||
Reference in New Issue
Block a user