mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Fixed hull boost
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -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
2
dist/index.json
vendored
@@ -14897,8 +14897,8 @@
|
||||
"power"
|
||||
],
|
||||
"bh": [
|
||||
"armour",
|
||||
"explres",
|
||||
"hullboost",
|
||||
"kinres",
|
||||
"mass",
|
||||
"thermres"
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"power"
|
||||
],
|
||||
"bh": [
|
||||
"armour",
|
||||
"explres",
|
||||
"hullboost",
|
||||
"kinres",
|
||||
"mass",
|
||||
"thermres"
|
||||
|
||||
Reference in New Issue
Block a user