From 5dcfa6bc84d02600c593e42a83c36a3f3e6f9302 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 24 Dec 2017 16:50:45 +0000 Subject: [PATCH] Final value for baseArmour --- dist/index.js | 4 ++-- dist/index.json | 4 ++-- ships/type_10_defender.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/index.js b/dist/index.js index f916eba..cffeff3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2760,8 +2760,8 @@ module.exports = { speed: 179, boost: 219, boostEnergy: 19, - baseShieldStrength: 99, - baseArmour: 1044, + baseShieldStrength: 320, + baseArmour: 580, hardness: 75, hullMass: 1200, masslock: 26, diff --git a/dist/index.json b/dist/index.json index 6262462..2085755 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4346,8 +4346,8 @@ "speed": 179, "boost": 219, "boostEnergy": 19, - "baseShieldStrength": 99, - "baseArmour": 1044, + "baseShieldStrength": 320, + "baseArmour": 580, "hardness": 75, "hullMass": 1200, "masslock": 26, diff --git a/ships/type_10_defender.json b/ships/type_10_defender.json index f56854d..f2c49c7 100644 --- a/ships/type_10_defender.json +++ b/ships/type_10_defender.json @@ -11,7 +11,7 @@ "boost": 219, "boostEnergy": 19, "baseShieldStrength": 320, - "baseArmour": 1879, + "baseArmour": 580, "hardness": 75, "hullMass": 1200, "masslock": 26,