Fixed hull boost

This commit is contained in:
Cmdr McDonald
2016-11-02 09:53:49 +00:00
parent c521c03b88
commit eb39326f1a
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -12475,7 +12475,7 @@ module.exports = {
modifiers: [ "mass", "integrity", "power", "hps", "boot", "pGen", "eff", "optmass", "optmult", "maxfuel", "maxsys", "maxeng", "maxwep", "ratesys", "rateeng", "ratewep", "rof", "hps", "eps", "ammo", "clip", "reload", "range" ],
validity: {
am: [ "boot", "integrity", "power" ],
bh: [ "armour", "explres", "kinres", "mass", "thermres" ],
bh: [ "explres", "hullboost", "kinres", "mass", "thermres" ],
bl: [ "armourpen", "damage", "distdraw", "integrity", "mass", "power", "range", "thermload" ],
bsg: [ "boot", "brokenregen", "explres", "integrity", "kinres", "mass", "optmass", "optmul", "power", "regen", "thermload", "thermres" ],
c: [ "ammo", "armourpen", "clip", "damage", "distdraw", "integrity", "jitter", "mass", "power", "range", "reload", "rof", "thermload" ],

2
dist/index.json vendored
View File

@@ -14897,8 +14897,8 @@
"power"
],
"bh": [
"armour",
"explres",
"hullboost",
"kinres",
"mass",
"thermres"