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,