sb resistance special effects now effect shieldboost instead of optmul

This commit is contained in:
Felix Linker
2018-07-18 10:18:06 +02:00
parent ee94bf557c
commit 35ce0c2515
3 changed files with 9 additions and 9 deletions

6
dist/index.js vendored
View File

@@ -25208,15 +25208,15 @@ module.exports = {
kinres: -2 kinres: -2
}, },
special_shieldbooster_thermic: { special_shieldbooster_thermic: {
optmul: -.01, shieldboost: -.01,
thermres: 2 thermres: 2
}, },
special_shieldbooster_kinetic: { special_shieldbooster_kinetic: {
optmul: -.01, shieldboost: -.01,
kinres: 2 kinres: 2
}, },
special_shieldbooster_explosive: { special_shieldbooster_explosive: {
optmul: -.01, shieldboost: -.01,
explres: 2 explres: 2
}, },
special_shieldbooster_efficient: { special_shieldbooster_efficient: {

6
dist/index.json vendored
View File

@@ -33057,15 +33057,15 @@
"kinres": -2 "kinres": -2
}, },
"special_shieldbooster_thermic": { "special_shieldbooster_thermic": {
"optmul": -0.01, "shieldboost": -0.01,
"thermres": 2 "thermres": 2
}, },
"special_shieldbooster_kinetic": { "special_shieldbooster_kinetic": {
"optmul": -0.01, "shieldboost": -0.01,
"kinres": 2 "kinres": 2
}, },
"special_shieldbooster_explosive": { "special_shieldbooster_explosive": {
"optmul": -0.01, "shieldboost": -0.01,
"explres": 2 "explres": 2
}, },
"special_shieldbooster_efficient": { "special_shieldbooster_efficient": {

View File

@@ -448,15 +448,15 @@
"kinres": -2 "kinres": -2
}, },
"special_shieldbooster_thermic": { "special_shieldbooster_thermic": {
"optmul": -0.01, "shieldboost": -0.01,
"thermres": 2 "thermres": 2
}, },
"special_shieldbooster_kinetic": { "special_shieldbooster_kinetic": {
"optmul": -0.01, "shieldboost": -0.01,
"kinres": 2 "kinres": 2
}, },
"special_shieldbooster_explosive": { "special_shieldbooster_explosive": {
"optmul": -0.01, "shieldboost": -0.01,
"explres": 2 "explres": 2
}, },
"special_shieldbooster_efficient": { "special_shieldbooster_efficient": {