diff --git a/dist/index.js b/dist/index.js index f210735..051ac49 100644 --- a/dist/index.js +++ b/dist/index.js @@ -394,6 +394,9 @@ module.exports = { crew: 3 }, retailCost: 84532770, + requirements: { + horizons: true + }, bulkheads: [ { id: "cl", edID: 128049346, @@ -618,6 +621,9 @@ module.exports = { crew: 2 }, retailCost: 747660, + requirements: { + horizonsEarlyAdoption: true + }, bulkheads: [ { id: "cg", edID: 128672264, @@ -889,6 +895,9 @@ module.exports = { crew: 1 }, retailCost: 1337330, + requirements: { + horizons: true + }, bulkheads: [ { id: "cq", edID: 128049292, @@ -1088,6 +1097,9 @@ module.exports = { crew: 2 }, retailCost: 19814210, + requirements: { + federationRank: 5 + }, bulkheads: [ { id: "bz", edID: 128672147, @@ -1195,6 +1207,9 @@ module.exports = { crew: 3 }, retailCost: 187969450, + requirements: { + federationRank: 12 + }, bulkheads: [ { id: "BW", edID: 128049370, @@ -1301,6 +1316,9 @@ module.exports = { crew: 2 }, retailCost: 14314210, + requirements: { + federationRank: 3 + }, bulkheads: [ { id: "bE", edID: 128049322, @@ -1408,6 +1426,9 @@ module.exports = { crew: 2 }, retailCost: 35814210, + requirements: { + federationRank: 7 + }, bulkheads: [ { id: "bJ", edID: 128672154, @@ -1702,6 +1723,9 @@ module.exports = { crew: 2 }, retailCost: 22296860, + requirements: { + empireRank: 7 + }, bulkheads: [ { id: "bp", edID: 128049316, @@ -1792,6 +1816,9 @@ module.exports = { crew: 1 }, retailCost: 2542930, + requirements: { + empireRank: 3 + }, bulkheads: [ { id: "bf", edID: 128671224, @@ -1883,6 +1910,9 @@ module.exports = { crew: 3 }, retailCost: 208969450, + requirements: { + empireRank: 12 + }, bulkheads: [ { id: "BR", edID: 128049376, diff --git a/dist/index.json b/dist/index.json index 3fc5a0b..45878f3 100644 --- a/dist/index.json +++ b/dist/index.json @@ -632,6 +632,9 @@ "crew": 3 }, "retailCost": 84532770, + "requirements": { + "horizons": true + }, "bulkheads": [ { "id": "cl", @@ -976,6 +979,9 @@ "crew": 2 }, "retailCost": 747660, + "requirements": { + "horizonsEarlyAdoption": true + }, "bulkheads": [ { "id": "cg", @@ -1405,6 +1411,9 @@ "crew": 1 }, "retailCost": 1337330, + "requirements": { + "horizons": true + }, "bulkheads": [ { "id": "cq", @@ -1698,6 +1707,9 @@ "crew": 2 }, "retailCost": 19814210, + "requirements": { + "federationRank": 5 + }, "bulkheads": [ { "id": "bz", @@ -1863,6 +1875,9 @@ "crew": 3 }, "retailCost": 187969450, + "requirements": { + "federationRank": 12 + }, "bulkheads": [ { "id": "BW", @@ -2049,6 +2064,9 @@ "crew": 2 }, "retailCost": 14314210, + "requirements": { + "federationRank": 3 + }, "bulkheads": [ { "id": "bE", @@ -2218,6 +2236,9 @@ "crew": 2 }, "retailCost": 35814210, + "requirements": { + "federationRank": 7 + }, "bulkheads": [ { "id": "bJ", @@ -2674,6 +2695,9 @@ "crew": 2 }, "retailCost": 22296860, + "requirements": { + "empireRank": 7 + }, "bulkheads": [ { "id": "bp", @@ -2822,6 +2846,9 @@ "crew": 1 }, "retailCost": 2542930, + "requirements": { + "empireRank": 3 + }, "bulkheads": [ { "id": "bf", @@ -2965,6 +2992,9 @@ "crew": 3 }, "retailCost": 208969450, + "requirements": { + "empireRank": 12 + }, "bulkheads": [ { "id": "BR", diff --git a/ships/beluga.json b/ships/beluga.json index e89f6e3..d83814d 100755 --- a/ships/beluga.json +++ b/ships/beluga.json @@ -24,6 +24,9 @@ "crew": 3 }, "retailCost": 84532770, + "requirements": { + "horizons": true + }, "bulkheads": [ { "id": "cl", "edID": 128049346, "eddbID": 1554,"grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, { "id": "cm", "edID": 128049347, "eddbID": 1555,"grp": "bh", "cost": 33813120, "mass": 83, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, diff --git a/ships/cobra_mk_iv.json b/ships/cobra_mk_iv.json index 702caca..d7054f0 100644 --- a/ships/cobra_mk_iv.json +++ b/ships/cobra_mk_iv.json @@ -22,6 +22,9 @@ "crew": 2 }, "retailCost": 747660, + "requirements": { + "horizonsEarlyAdoption": true + }, "bulkheads": [ { "id": "cg", "edID": 128672264, "eddbID": 1518, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, { "id": "ch", "edID": 128672265, "eddbID": 1519, "grp": "bh", "cost": 305890, "mass": 14, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, diff --git a/ships/dolphin.json b/ships/dolphin.json index 0415ed8..4454430 100755 --- a/ships/dolphin.json +++ b/ships/dolphin.json @@ -23,6 +23,9 @@ "crew": 1 }, "retailCost": 1337330, + "requirements": { + "horizons": true + }, "bulkheads": [ { "id": "cq", "edID": 128049292, "eddbID": 1589, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, { "id": "cr", "edID": 128049293, "eddbID": 1590, "grp": "bh", "cost": 534940, "mass": 32, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, diff --git a/ships/federal_assault_ship.json b/ships/federal_assault_ship.json index 9c77b9d..000bbce 100644 --- a/ships/federal_assault_ship.json +++ b/ships/federal_assault_ship.json @@ -22,6 +22,9 @@ "crew": 2 }, "retailCost": 19814210, + "requirements": { + "federationRank": 5 + }, "bulkheads": [ { "id": "bz", "edID": 128672147, "eddbID": 1466, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, { "id": "bA", "edID": 128672148, "eddbID": 1467, "grp": "bh", "cost": 7925680, "mass": 44, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, diff --git a/ships/federal_corvette.json b/ships/federal_corvette.json index 7edb589..8d0a189 100644 --- a/ships/federal_corvette.json +++ b/ships/federal_corvette.json @@ -23,6 +23,9 @@ "crew": 3 }, "retailCost": 187969450, + "requirements": { + "federationRank": 12 + }, "bulkheads": [ { "id": "BW", "edID": 128049370, "eddbID": 1498, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, { "id": "BX", "edID": 128049371, "eddbID": 1499, "grp": "bh", "cost": 75187790, "mass": 30, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, diff --git a/ships/federal_dropship.json b/ships/federal_dropship.json index 1ef41b2..fa8fb15 100755 --- a/ships/federal_dropship.json +++ b/ships/federal_dropship.json @@ -22,6 +22,9 @@ "crew": 2 }, "retailCost": 14314210, + "requirements": { + "federationRank": 3 + }, "bulkheads": [ { "id": "bE", "edID": 128049322, "eddbID": 793, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, { "id": "bF", "edID": 128049323, "eddbID": 794, "grp": "bh", "cost": 5725680, "mass": 44, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, diff --git a/ships/federal_gunship.json b/ships/federal_gunship.json index f0a6ef3..9ce8205 100644 --- a/ships/federal_gunship.json +++ b/ships/federal_gunship.json @@ -23,6 +23,9 @@ "crew": 2 }, "retailCost": 35814210, + "requirements": { + "federationRank": 7 + }, "bulkheads": [ { "id": "bJ", "edID": 128672154, "eddbID": 1471, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, { "id": "bK", "edID": 128672155, "eddbID": 1472, "grp": "bh", "cost": 14325690, "mass": 44, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, diff --git a/ships/imperial_clipper.json b/ships/imperial_clipper.json index c345075..377859a 100755 --- a/ships/imperial_clipper.json +++ b/ships/imperial_clipper.json @@ -22,7 +22,10 @@ "crew": 2 }, "retailCost": 22296860, - "bulkheads": [ + "requirements": { + "empireRank": 7 + }, + "bulkheads": [ { "id": "bp", "edID": 128049316, "eddbID": 788, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, { "id": "bq", "edID": 128049317, "eddbID": 789, "grp": "bh", "cost": 8918340, "mass": 30, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, { "id": "br", "edID": 128049318, "eddbID": 790, "grp": "bh", "cost": 20066270, "mass": 60, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 }, diff --git a/ships/imperial_courier.json b/ships/imperial_courier.json index d7e585c..a7bd606 100644 --- a/ships/imperial_courier.json +++ b/ships/imperial_courier.json @@ -22,6 +22,9 @@ "crew": 1 }, "retailCost": 2542930, + "requirements": { + "empireRank": 3 + }, "bulkheads": [ { "id": "bf", "edID": 128671224, "eddbID": 1389, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, { "id": "bg", "edID": 128671225, "eddbID": 1390, "grp": "bh", "cost": 1017200, "mass": 4, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, diff --git a/ships/imperial_cutter.json b/ships/imperial_cutter.json index 5b6eb3a..8c9a636 100644 --- a/ships/imperial_cutter.json +++ b/ships/imperial_cutter.json @@ -23,6 +23,9 @@ "crew": 3 }, "retailCost": 208969450, + "requirements": { + "empireRank": 12 + }, "bulkheads": [ { "id": "BR", "edID": 128049376, "eddbID": 1493, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 }, { "id": "BS", "edID": 128049377, "eddbID": 1494, "grp": "bh", "cost": 83587790, "mass": 30, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },