From c0c19b157b04d54883c12a1e2e9bdc82f8a828e6 Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Fri, 4 Nov 2016 22:33:55 +0000 Subject: [PATCH] Fix up name of shield boost --- dist/index.js | 10 +++++----- dist/index.json | 10 +++++----- modules/hardpoints/shield_booster.json | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dist/index.js b/dist/index.js index d036161..000920f 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8429,7 +8429,7 @@ module.exports = { passive: 1, power: .2, rating: "E", - shieldmul: .04 + shieldboost: .04 }, { class: 0, cost: 23e3, @@ -8442,7 +8442,7 @@ module.exports = { passive: 1, power: .5, rating: "D", - shieldmul: .08 + shieldboost: .08 }, { class: 0, cost: 53e3, @@ -8455,7 +8455,7 @@ module.exports = { passive: 1, power: .7, rating: "C", - shieldmul: .12 + shieldboost: .12 }, { class: 0, cost: 122e3, @@ -8468,7 +8468,7 @@ module.exports = { passive: 1, power: 1, rating: "B", - shieldmul: .16 + shieldboost: .16 }, { class: 0, cost: 281e3, @@ -8481,7 +8481,7 @@ module.exports = { passive: 1, power: 1.2, rating: "A", - shieldmul: .2 + shieldboost: .2 } ], ch: [ { ammo: 10, diff --git a/dist/index.json b/dist/index.json index 2a23b8b..3c40226 100644 --- a/dist/index.json +++ b/dist/index.json @@ -10441,7 +10441,7 @@ "passive": 1, "power": 0.2, "rating": "E", - "shieldmul": 0.04 + "shieldboost": 0.04 }, { "class": 0, @@ -10455,7 +10455,7 @@ "passive": 1, "power": 0.5, "rating": "D", - "shieldmul": 0.08 + "shieldboost": 0.08 }, { "class": 0, @@ -10469,7 +10469,7 @@ "passive": 1, "power": 0.7, "rating": "C", - "shieldmul": 0.12 + "shieldboost": 0.12 }, { "class": 0, @@ -10483,7 +10483,7 @@ "passive": 1, "power": 1, "rating": "B", - "shieldmul": 0.16 + "shieldboost": 0.16 }, { "class": 0, @@ -10497,7 +10497,7 @@ "passive": 1, "power": 1.2, "rating": "A", - "shieldmul": 0.2 + "shieldboost": 0.2 } ], "ch": [ diff --git a/modules/hardpoints/shield_booster.json b/modules/hardpoints/shield_booster.json index 648e795..f701c4a 100644 --- a/modules/hardpoints/shield_booster.json +++ b/modules/hardpoints/shield_booster.json @@ -12,7 +12,7 @@ "passive": 1, "power": 0.2, "rating": "E", - "shieldmul": 0.04 + "shieldboost": 0.04 }, { "class": 0, @@ -26,7 +26,7 @@ "passive": 1, "power": 0.5, "rating": "D", - "shieldmul": 0.08 + "shieldboost": 0.08 }, { "class": 0, @@ -40,7 +40,7 @@ "passive": 1, "power": 0.7, "rating": "C", - "shieldmul": 0.12 + "shieldboost": 0.12 }, { "class": 0, @@ -54,7 +54,7 @@ "passive": 1, "power": 1, "rating": "B", - "shieldmul": 0.16 + "shieldboost": 0.16 }, { "class": 0, @@ -68,7 +68,7 @@ "passive": 1, "power": 1.2, "rating": "A", - "shieldmul": 0.2 + "shieldboost": 0.2 } ] }