From 6f83578f2d0dc9fff91c14c7714bf2abf7f1e451 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Mon, 31 Oct 2016 11:17:02 +0000 Subject: [PATCH] Fix shield boost --- dist/index.js | 2 +- dist/index.json | 2 +- modifications/validity.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index ba27608..dcc4188 100644 --- a/dist/index.js +++ b/dist/index.js @@ -12085,7 +12085,7 @@ module.exports = { rf: [ "boot", "integrity", "mass", "power" ], rg: [ "ammo", "armourpen", "clip", "damage", "distdraw", "integrity", "jitter", "mass", "power", "range", "reload", "rof", "thermload" ], s: [ "boot", "integrity", "mass", "power" ], - sb: [ "explres", "integrity", "kinres", "mass", "power", "shieldboost", "thermres" ], + sb: [ "explres", "integrity", "kinres", "mass", "power", "shieldmul", "thermres" ], sc: [], scb: [ "boot", "delay", "duration", "integrity", "power", "shield", "thermload" ], sg: [ "boot", "brokenregen", "integrity", "kinres", "mass", "optmass", "optmul", "power", "regen", "thermload", "thermres" ], diff --git a/dist/index.json b/dist/index.json index dc9a641..3939e48 100644 --- a/dist/index.json +++ b/dist/index.json @@ -14741,7 +14741,7 @@ "kinres", "mass", "power", - "shieldboost", + "shieldmul", "thermres" ], "sc": [], diff --git a/modifications/validity.json b/modifications/validity.json index 5ecd433..9729a08 100644 --- a/modifications/validity.json +++ b/modifications/validity.json @@ -274,7 +274,7 @@ "kinres", "mass", "power", - "shieldboost", + "shieldmul", "thermres" ], "sc": [],