diff --git a/dist/index.js b/dist/index.js index dda7bc4..4f839ac 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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" ], diff --git a/dist/index.json b/dist/index.json index c7d7df3..2fc97e3 100644 --- a/dist/index.json +++ b/dist/index.json @@ -14897,8 +14897,8 @@ "power" ], "bh": [ - "armour", "explres", + "hullboost", "kinres", "mass", "thermres" diff --git a/modifications/validity.json b/modifications/validity.json index 0d0d74f..25f435f 100644 --- a/modifications/validity.json +++ b/modifications/validity.json @@ -5,8 +5,8 @@ "power" ], "bh": [ - "armour", "explres", + "hullboost", "kinres", "mass", "thermres"