From e9bb7fe748dc7b2b2cc9f06a9041009c27464507 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Thu, 26 Apr 2018 09:05:47 +1000 Subject: [PATCH] Fix HRP deep plating --- dist/index.js | 6 +++--- dist/index.json | 6 +++--- modifications/modifierActions.json | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dist/index.js b/dist/index.js index c486a2d..3338285 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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, diff --git a/dist/index.json b/dist/index.json index 1759654..035b3fd 100644 --- a/dist/index.json +++ b/dist/index.json @@ -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, diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index 79cfb91..fcf87f9 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -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,