From afb4632f8d2faa49ab48bb9177480dd1a1590d5e Mon Sep 17 00:00:00 2001 From: willyb321 Date: Fri, 15 Jun 2018 10:43:46 +1000 Subject: [PATCH] fix chieftain base shield strength --- dist/index.js | 2 +- dist/index.json | 2 +- ships/alliance_chieftain.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index 8703813..70b37fe 100644 --- a/dist/index.js +++ b/dist/index.js @@ -101,7 +101,7 @@ module.exports = { speed: 230, boost: 330, boostEnergy: 19, - baseShieldStrength: 154, + baseShieldStrength: 200, baseArmour: 280, hardness: 65, hullMass: 400, diff --git a/dist/index.json b/dist/index.json index 24a28f3..e45ccea 100644 --- a/dist/index.json +++ b/dist/index.json @@ -147,7 +147,7 @@ "speed": 230, "boost": 330, "boostEnergy": 19, - "baseShieldStrength": 154, + "baseShieldStrength": 200, "baseArmour": 280, "hardness": 65, "hullMass": 400, diff --git a/ships/alliance_chieftain.json b/ships/alliance_chieftain.json index 432c59d..94a681b 100644 --- a/ships/alliance_chieftain.json +++ b/ships/alliance_chieftain.json @@ -10,7 +10,7 @@ "speed": 230, "boost": 330, "boostEnergy": 19, - "baseShieldStrength": 154, + "baseShieldStrength": 200, "baseArmour": 280, "hardness": 65, "hullMass": 400,