mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Fix HRP deep plating
This commit is contained in:
6
dist/index.js
vendored
6
dist/index.js
vendored
@@ -23554,9 +23554,9 @@ module.exports = {
|
||||
},
|
||||
special_hullreinforcement_chunky: {
|
||||
hullreinforcement: .1,
|
||||
explres: 2,
|
||||
thermres: 2,
|
||||
kinres: 2
|
||||
explres: -2,
|
||||
thermres: -2,
|
||||
kinres: -2
|
||||
},
|
||||
special_shieldbooster_thermic: {
|
||||
optmul: -.01,
|
||||
|
||||
6
dist/index.json
vendored
6
dist/index.json
vendored
@@ -31189,9 +31189,9 @@
|
||||
},
|
||||
"special_hullreinforcement_chunky": {
|
||||
"hullreinforcement": 0.1,
|
||||
"explres": 2,
|
||||
"thermres": 2,
|
||||
"kinres": 2
|
||||
"explres": -2,
|
||||
"thermres": -2,
|
||||
"kinres": -2
|
||||
},
|
||||
"special_shieldbooster_thermic": {
|
||||
"optmul": -0.01,
|
||||
|
||||
@@ -443,9 +443,9 @@
|
||||
},
|
||||
"special_hullreinforcement_chunky": {
|
||||
"hullreinforcement": 0.1,
|
||||
"explres": 2,
|
||||
"thermres": 2,
|
||||
"kinres": 2
|
||||
"explres": -2,
|
||||
"thermres": -2,
|
||||
"kinres": -2
|
||||
},
|
||||
"special_shieldbooster_thermic": {
|
||||
"optmul": -0.01,
|
||||
|
||||
Reference in New Issue
Block a user