diff --git a/dist/index.js b/dist/index.js index dee95e1..00f8e2e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -888,7 +888,7 @@ module.exports = { slots: { standard: [ 6, 7, 7, 8, 6, 5, 7 ], hardpoints: [ 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0 ], - internal: [ 6, 6, 5, 5, 4, 3, 3, 3, 3 ] + internal: [ 6, 6, 6, 6, 5, 5, 4, 3, 3, 3, 3 ] }, defaults: { standard: [ "6E", "7E", "7E", "8E", "6E", "5E", "7C" ], diff --git a/dist/index.json b/dist/index.json index 997ed49..d225118 100644 --- a/dist/index.json +++ b/dist/index.json @@ -1343,6 +1343,8 @@ 0 ], "internal": [ + 6, + 6, 6, 6, 5, diff --git a/ships/beluga.json b/ships/beluga.json index f2b4079..3c681f0 100755 --- a/ships/beluga.json +++ b/ships/beluga.json @@ -38,7 +38,8 @@ "standard": [6, 7, 7, 8, 6, 5, 7], "hardpoints": [2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0], "internal": [ - 6, 6, + 6, 6, + 6, 6, 5, 5, 4, 3, 3, 3, 3 ]