From ffc78fc0d61ca12a2cd9fdbacd20ba34b8d22f57 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 23 Dec 2017 12:11:03 +0000 Subject: [PATCH] T 10 Utility Patch --- dist/index.js | 4 ++-- dist/index.json | 18 +++++++++++++++++- ships/type_10_defender.json | 4 ++-- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/dist/index.js b/dist/index.js index 8241ce0..f916eba 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2831,7 +2831,7 @@ module.exports = { } ], slots: { standard: [ 8, 7, 7, 5, 6, 4, 6 ], - hardpoints: [ 3, 3, 3, 3, 2, 2, 2, 1, 1 ], + hardpoints: [ 3, 3, 3, 3, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 ], internal: [ 8, 7, 6, 5, 4, 4, 3, 3, 2, { class: 5, name: "Military", @@ -2852,7 +2852,7 @@ module.exports = { }, defaults: { standard: [ "6E", "7E", "6E", "5E", "6E", "4E", "6C" ], - hardpoints: [ 0, 0, 0, 0, 17, 17, 0, 0, 0 ], + hardpoints: [ 0, 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], internal: [ "06", "05", "4j", "03", "02", 0, "01", 0, "2h", 0, 0 ] } }, diff --git a/dist/index.json b/dist/index.json index d38202a..6262462 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4440,7 +4440,15 @@ 2, 2, 1, - 1 + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0 ], "internal": [ 8, @@ -4491,6 +4499,14 @@ 17, 0, 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, 0 ], "internal": [ diff --git a/ships/type_10_defender.json b/ships/type_10_defender.json index b136e8c..a230a05 100644 --- a/ships/type_10_defender.json +++ b/ships/type_10_defender.json @@ -32,12 +32,12 @@ ], "slots": { "standard": [8, 7, 7, 5, 6, 4, 6], - "hardpoints": [3, 3, 3, 3, 2, 2, 2, 1, 1], + "hardpoints": [3, 3, 3, 3, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0], "internal": [8, 7, 6, 5, 4, 4, 3, 3, 2,{ "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },{ "class": 5, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }] }, "defaults": { "standard": ["6E", "7E", "6E", "5E", "6E", "4E", "6C"], - "hardpoints": [0, 0, 0, 0, 17, 17, 0, 0, 0], + "hardpoints": [0, 0, 0, 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "internal": ["06", "05", "4j", "03", "02", 0, "01", 0, "2h", 0, 0] } }