From a86c5e910c9cd6a7a077a4d6e8f191ea81f7fe5f Mon Sep 17 00:00:00 2001 From: willyb321 Date: Sat, 27 Jan 2018 07:29:02 +1100 Subject: [PATCH] base armour fixed --- dist/index.js | 4 ++-- dist/index.json | 4 ++-- ships/alliance_chieftain.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index a3b3aba..3a6116d 100644 --- a/dist/index.js +++ b/dist/index.js @@ -102,8 +102,8 @@ module.exports = { boost: 337, boostEnergy: 19, baseShieldStrength: 154, - baseArmour: 504, - hardness: 70, + baseArmour: 280, + hardness: 65, hullMass: 420, masslock: 13, pipSpeed: .03875, diff --git a/dist/index.json b/dist/index.json index 94d99fc..54a9124 100644 --- a/dist/index.json +++ b/dist/index.json @@ -148,8 +148,8 @@ "boost": 337, "boostEnergy": 19, "baseShieldStrength": 154, - "baseArmour": 504, - "hardness": 70, + "baseArmour": 280, + "hardness": 65, "hullMass": 420, "masslock": 13, "pipSpeed": 0.03875, diff --git a/ships/alliance_chieftain.json b/ships/alliance_chieftain.json index ce0a262..0e10f78 100644 --- a/ships/alliance_chieftain.json +++ b/ships/alliance_chieftain.json @@ -11,8 +11,8 @@ "boost": 337, "boostEnergy": 19, "baseShieldStrength": 154, - "baseArmour": 504, - "hardness": 70, + "baseArmour": 280, + "hardness": 65, "hullMass": 420, "masslock": 13, "pipSpeed": 0.03875,