From 37a725dd5d92158406bc4dd35194ae0439d0d4c8 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Tue, 12 Jun 2018 11:33:03 +1000 Subject: [PATCH] fix super cap and hopefully not break other things --- dist/index.js | 4 ++-- dist/index.json | 4 ++-- modifications/modifications.json | 2 +- modifications/modifierActions.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index 28e0f47..27790a6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -23159,7 +23159,7 @@ module.exports = { id: 31, name: "shieldboost", type: "percentage", - method: "multiplicative", + method: "additive", higherbetter: true }, shotspeed: { @@ -23689,7 +23689,7 @@ module.exports = { integrity: .15 }, special_shieldbooster_chunky: { - optmul: .05, + shieldboost: 6, thermres: -2, kinres: -2, explres: -2 diff --git a/dist/index.json b/dist/index.json index 847bd12..c3f17b2 100644 --- a/dist/index.json +++ b/dist/index.json @@ -30843,7 +30843,7 @@ "id": 31, "name": "shieldboost", "type": "percentage", - "method": "multiplicative", + "method": "additive", "higherbetter": true }, "shotspeed": { @@ -31373,7 +31373,7 @@ "integrity": 0.15 }, "special_shieldbooster_chunky": { - "optmul": 0.05, + "shieldboost": 6, "thermres": -2, "kinres": -2, "explres": -2 diff --git a/modifications/modifications.json b/modifications/modifications.json index cc4dc70..c4af950 100644 --- a/modifications/modifications.json +++ b/modifications/modifications.json @@ -38,7 +38,7 @@ "scanrate": {"id": 49, "name": "scanrate", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "scantime": {"id": 48, "name": "scantime", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative", "higherbetter": true}, - "shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative", "higherbetter": true}, + "shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "additive", "higherbetter": true}, "shotspeed": {"id": 43, "name": "shotspeed", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "spinup": {"id": 32, "name": "spinup", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "syscap": {"id": 33, "name": "syscap", "type": "percentage", "method": "multiplicative", "higherbetter": true}, diff --git a/modifications/modifierActions.json b/modifications/modifierActions.json index 5cca793..18d1fd0 100644 --- a/modifications/modifierActions.json +++ b/modifications/modifierActions.json @@ -466,7 +466,7 @@ "integrity": 0.15 }, "special_shieldbooster_chunky": { - "optmul": 0.05, + "shieldboost": 6, "thermres": -2, "kinres": -2, "explres": -2