Fix HRP deep plating

This commit is contained in:
willyb321
2018-04-26 09:05:47 +10:00
parent be5f139dc5
commit e9bb7fe748
3 changed files with 9 additions and 9 deletions

6
dist/index.js vendored
View File

@@ -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
View File

@@ -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,

View File

@@ -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,