From ee4ffc011600201b791e4bcbff62e162cb9cb958 Mon Sep 17 00:00:00 2001 From: William Blythe Date: Thu, 15 Nov 2018 09:35:21 +1100 Subject: [PATCH] krait phantom default loadout: --- dist/index.js | 6 +++--- dist/index.json | 10 +++++----- ships/krait_phantom.json | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dist/index.js b/dist/index.js index 74dde92..c93cca3 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2885,9 +2885,9 @@ module.exports = { internal: [ 6, 5, 5, 5, 3, 3, 3, 2 ] }, defaults: { - standard: [ "6E", "6E", "5E", "4E", "7E", "6E", "5C" ], - hardpoints: [ 0, 0, 0, 0, 0, 0, 0, 0, 0 ], - internal: [ "4h", "04", "04", "03", 0, "2h", 0, "00" ] + standard: [ "7E", "6E", "5E", "4E", "7E", "6E", "5C" ], + hardpoints: [ 0, 0, "17", "17", 0, 0, 0, 0, 0 ], + internal: [ "4j", "04", "04", "04", 0, "2h", 0, "00" ] } }, orca: { diff --git a/dist/index.json b/dist/index.json index 0bb3c68..4299f30 100644 --- a/dist/index.json +++ b/dist/index.json @@ -4424,7 +4424,7 @@ }, "defaults": { "standard": [ - "6E", + "7E", "6E", "5E", "4E", @@ -4435,8 +4435,8 @@ "hardpoints": [ 0, 0, - 0, - 0, + "17", + "17", 0, 0, 0, @@ -4444,10 +4444,10 @@ 0 ], "internal": [ - "4h", + "4j", + "04", "04", "04", - "03", 0, "2h", 0, diff --git a/ships/krait_phantom.json b/ships/krait_phantom.json index af441e3..81de54b 100644 --- a/ships/krait_phantom.json +++ b/ships/krait_phantom.json @@ -95,9 +95,9 @@ "internal": [6, 5, 5, 5, 3, 3, 3, 2] }, "defaults": { - "standard": ["6E", "6E", "5E", "4E", "7E", "6E", "5C"], - "hardpoints": [0, 0, 0, 0, 0, 0, 0, 0, 0], - "internal": ["4h", "04", "04", "03", 0, "2h", 0, "00"] + "standard": ["7E", "6E", "5E", "4E", "7E", "6E", "5C"], + "hardpoints": [0, 0, "17", "17", 0, 0, 0, 0, 0], + "internal": ["4j", "04", "04", "04", 0, "2h", 0, "00"] } } }