From e2178324a66d4f0bc47709aa49dbcfd94fa099a9 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 27 Jan 2018 11:53:45 +0000 Subject: [PATCH] Dist and Type 9 Changes --- dist/index.js | 6 +++--- dist/index.json | 4 +++- ships/type_9_heavy.json | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/dist/index.js b/dist/index.js index a05553c..fb3a5af 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2789,7 +2789,7 @@ module.exports = { baseShieldStrength: 240, baseArmour: 480, hardness: 65, - hullMass: 1e3, + hullMass: 850, masslock: 16, pipSpeed: .17375, fighterHangars: true, @@ -2858,12 +2858,12 @@ module.exports = { slots: { standard: [ 6, 7, 6, 5, 6, 4, 6 ], hardpoints: [ 2, 2, 2, 1, 1, 0, 0, 0, 0 ], - internal: [ 8, 7, 6, 5, 4, 4, 3, 3, 2 ] + internal: [ 8, 8, 7, 6, 5, 4, 4, 3, 3, 2 ] }, defaults: { standard: [ "6E", "7E", "6E", "5E", "6E", "4E", "6C" ], hardpoints: [ 17, 17, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "06", "05", "4j", "03", "02", 0, "01", 0, "2h" ] + internal: [ "06", "06", "05", "4j", "03", "02", 0, "01", 0, "2h" ] } }, type_10_defender: { diff --git a/dist/index.json b/dist/index.json index 954abd3..dd69819 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4373,7 +4373,7 @@ "baseShieldStrength": 240, "baseArmour": 480, "hardness": 65, - "hullMass": 1000, + "hullMass": 850, "masslock": 16, "pipSpeed": 0.17375, "fighterHangars": true, @@ -4467,6 +4467,7 @@ 0 ], "internal": [ + 8, 8, 7, 6, @@ -4500,6 +4501,7 @@ 0 ], "internal": [ + "06", "06", "05", "4j", diff --git a/ships/type_9_heavy.json b/ships/type_9_heavy.json index 71026f8..c56bfd9 100755 --- a/ships/type_9_heavy.json +++ b/ships/type_9_heavy.json @@ -13,7 +13,7 @@ "baseShieldStrength": 240, "baseArmour": 480, "hardness": 65, - "hullMass": 1000, + "hullMass": 850, "masslock": 16, "pipSpeed": 0.17375, "fighterHangars": true, @@ -33,12 +33,12 @@ "slots": { "standard": [6, 7, 6, 5, 6, 4, 6], "hardpoints": [2, 2, 2, 1, 1, 0, 0, 0, 0], - "internal": [8, 7, 6, 5, 4, 4, 3, 3, 2] + "internal": [8, 8, 7, 6, 5, 4, 4, 3, 3, 2] }, "defaults": { "standard": ["6E", "7E", "6E", "5E", "6E", "4E", "6C"], "hardpoints": [17, 17, 0, 0, 0, 0, 0, 0, 0], - "internal": ["06", "05", "4j", "03", "02", 0, "01", 0, "2h"] + "internal": ["06", "06", "05", "4j", "03", "02", 0, "01", 0, "2h"] } } }