From 35ce0c25151b66d45b32a0e0347372423ebfa9f0 Mon Sep 17 00:00:00 2001 From: Felix Linker Date: Wed, 18 Jul 2018 10:18:06 +0200 Subject: [PATCH] sb resistance special effects now effect shieldboost instead of optmul --- 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 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": {