From 06382c3f6d2a23e97db5f44d15209527d8e5bb26 Mon Sep 17 00:00:00 2001 From: TheHeavyMachine <34802197+TheHeavyMachine@users.noreply.github.com> Date: Sun, 24 Dec 2017 10:54:15 +0100 Subject: [PATCH] Update type_10_defender.json (#15) The value in baseShieldStrength seems to be incorrect. MJ value displayed in coriolis (31mj) doesn't match the righ shielding value for the Type 10 stock build (99mj). After some testing "baseShieldStrength": 320, seems to work outputting the right mj value. --- ships/type_10_defender.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ships/type_10_defender.json b/ships/type_10_defender.json index 8f92cd7..f56854d 100644 --- a/ships/type_10_defender.json +++ b/ships/type_10_defender.json @@ -10,7 +10,7 @@ "speed": 179, "boost": 219, "boostEnergy": 19, - "baseShieldStrength": 99, + "baseShieldStrength": 320, "baseArmour": 1879, "hardness": 75, "hullMass": 1200, @@ -42,4 +42,4 @@ } } } - \ No newline at end of file +