maybe actually fix super cap this time for real ™️

This commit is contained in:
willyb321
2018-06-13 05:31:19 +10:00
parent 37a725dd5d
commit 0d6e21b164
4 changed files with 6 additions and 6 deletions

4
dist/index.js vendored
View File

@@ -23159,7 +23159,7 @@ module.exports = {
id: 31, id: 31,
name: "shieldboost", name: "shieldboost",
type: "percentage", type: "percentage",
method: "additive", method: "multiplicative",
higherbetter: true higherbetter: true
}, },
shotspeed: { shotspeed: {
@@ -23689,7 +23689,7 @@ module.exports = {
integrity: .15 integrity: .15
}, },
special_shieldbooster_chunky: { special_shieldbooster_chunky: {
shieldboost: 6, shieldboost: .06,
thermres: -2, thermres: -2,
kinres: -2, kinres: -2,
explres: -2 explres: -2

4
dist/index.json vendored
View File

@@ -30843,7 +30843,7 @@
"id": 31, "id": 31,
"name": "shieldboost", "name": "shieldboost",
"type": "percentage", "type": "percentage",
"method": "additive", "method": "multiplicative",
"higherbetter": true "higherbetter": true
}, },
"shotspeed": { "shotspeed": {
@@ -31373,7 +31373,7 @@
"integrity": 0.15 "integrity": 0.15
}, },
"special_shieldbooster_chunky": { "special_shieldbooster_chunky": {
"shieldboost": 6, "shieldboost": 0.06,
"thermres": -2, "thermres": -2,
"kinres": -2, "kinres": -2,
"explres": -2 "explres": -2

View File

@@ -38,7 +38,7 @@
"scanrate": {"id": 49, "name": "scanrate", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "scanrate": {"id": 49, "name": "scanrate", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"scantime": {"id": 48, "name": "scantime", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "scantime": {"id": 48, "name": "scantime", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "shield": {"id": 30, "name": "shield", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "additive", "higherbetter": true}, "shieldboost": {"id": 31, "name": "shieldboost", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"shotspeed": {"id": 43, "name": "shotspeed", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "shotspeed": {"id": 43, "name": "shotspeed", "type": "percentage", "method": "multiplicative", "higherbetter": true},
"spinup": {"id": 32, "name": "spinup", "type": "percentage", "method": "multiplicative", "higherbetter": false}, "spinup": {"id": 32, "name": "spinup", "type": "percentage", "method": "multiplicative", "higherbetter": false},
"syscap": {"id": 33, "name": "syscap", "type": "percentage", "method": "multiplicative", "higherbetter": true}, "syscap": {"id": 33, "name": "syscap", "type": "percentage", "method": "multiplicative", "higherbetter": true},

View File

@@ -466,7 +466,7 @@
"integrity": 0.15 "integrity": 0.15
}, },
"special_shieldbooster_chunky": { "special_shieldbooster_chunky": {
"shieldboost": 6, "shieldboost": 0.06,
"thermres": -2, "thermres": -2,
"kinres": -2, "kinres": -2,
"explres": -2 "explres": -2