mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
sb resistance special effects now effect shieldboost instead of optmul
This commit is contained in:
6
dist/index.js
vendored
6
dist/index.js
vendored
@@ -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
6
dist/index.json
vendored
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user