mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-10 07:55:33 +00:00
Fix shield boost
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -12085,7 +12085,7 @@ module.exports = {
|
|||||||
rf: [ "boot", "integrity", "mass", "power" ],
|
rf: [ "boot", "integrity", "mass", "power" ],
|
||||||
rg: [ "ammo", "armourpen", "clip", "damage", "distdraw", "integrity", "jitter", "mass", "power", "range", "reload", "rof", "thermload" ],
|
rg: [ "ammo", "armourpen", "clip", "damage", "distdraw", "integrity", "jitter", "mass", "power", "range", "reload", "rof", "thermload" ],
|
||||||
s: [ "boot", "integrity", "mass", "power" ],
|
s: [ "boot", "integrity", "mass", "power" ],
|
||||||
sb: [ "explres", "integrity", "kinres", "mass", "power", "shieldboost", "thermres" ],
|
sb: [ "explres", "integrity", "kinres", "mass", "power", "shieldmul", "thermres" ],
|
||||||
sc: [],
|
sc: [],
|
||||||
scb: [ "boot", "delay", "duration", "integrity", "power", "shield", "thermload" ],
|
scb: [ "boot", "delay", "duration", "integrity", "power", "shield", "thermload" ],
|
||||||
sg: [ "boot", "brokenregen", "integrity", "kinres", "mass", "optmass", "optmul", "power", "regen", "thermload", "thermres" ],
|
sg: [ "boot", "brokenregen", "integrity", "kinres", "mass", "optmass", "optmul", "power", "regen", "thermload", "thermres" ],
|
||||||
|
|||||||
2
dist/index.json
vendored
2
dist/index.json
vendored
@@ -14741,7 +14741,7 @@
|
|||||||
"kinres",
|
"kinres",
|
||||||
"mass",
|
"mass",
|
||||||
"power",
|
"power",
|
||||||
"shieldboost",
|
"shieldmul",
|
||||||
"thermres"
|
"thermres"
|
||||||
],
|
],
|
||||||
"sc": [],
|
"sc": [],
|
||||||
|
|||||||
@@ -274,7 +274,7 @@
|
|||||||
"kinres",
|
"kinres",
|
||||||
"mass",
|
"mass",
|
||||||
"power",
|
"power",
|
||||||
"shieldboost",
|
"shieldmul",
|
||||||
"thermres"
|
"thermres"
|
||||||
],
|
],
|
||||||
"sc": [],
|
"sc": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user