diff --git a/dist/index.js b/dist/index.js index 9af5154..9e541c1 100644 --- a/dist/index.js +++ b/dist/index.js @@ -25208,15 +25208,15 @@ module.exports = { kinres: -2 }, special_shieldbooster_thermic: { - optmul: -.01, + shieldboost: -.01, thermres: 2 }, special_shieldbooster_kinetic: { - optmul: -.01, + shieldboost: -.01, kinres: 2 }, special_shieldbooster_explosive: { - optmul: -.01, + shieldboost: -.01, explres: 2 }, special_shieldbooster_efficient: { diff --git a/dist/index.json b/dist/index.json index d8a8de7..e7374f5 100644 --- a/dist/index.json +++ b/dist/index.json @@ -33057,15 +33057,15 @@ "kinres": -2 }, "special_shieldbooster_thermic": { - "optmul": -0.01, + "shieldboost": -0.01, "thermres": 2 }, "special_shieldbooster_kinetic": { - "optmul": -0.01, + "shieldboost": -0.01, "kinres": 2 }, "special_shieldbooster_explosive": { - "optmul": -0.01, + "shieldboost": -0.01, "explres": 2 }, "special_shieldbooster_efficient": { diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index 59212a7..6f0ca78 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -448,15 +448,15 @@ "kinres": -2 }, "special_shieldbooster_thermic": { - "optmul": -0.01, + "shieldboost": -0.01, "thermres": 2 }, "special_shieldbooster_kinetic": { - "optmul": -0.01, + "shieldboost": -0.01, "kinres": 2 }, "special_shieldbooster_explosive": { - "optmul": -0.01, + "shieldboost": -0.01, "explres": 2 }, "special_shieldbooster_efficient": {