diff --git a/dist/index.js b/dist/index.js index c222833..5274b75 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1002,7 +1002,7 @@ module.exports = { boostEnergy: 27, agility: 2, baseShieldStrength: 555, - baseArmour: 666, + baseArmour: 370, hullMass: 900, masslock: 24, pipSpeed: .125, @@ -8485,6 +8485,7 @@ module.exports = { } ], ch: [ { ammo: 10, + ammocost: 100, class: 0, clip: 1, cost: 8500, @@ -8525,6 +8526,7 @@ module.exports = { } ], hs: [ { ammo: 2, + ammocost: 25, class: 0, clip: 1, cost: 3500, @@ -9585,6 +9587,7 @@ module.exports = { cost: 575660, edID: 128727930, eddbID: 1560, + fightercost: 1030, grp: "fh", id: "fh", mass: 60, @@ -9597,6 +9600,7 @@ module.exports = { cost: 1869350, edID: 128727931, eddbID: 1561, + fightercost: 1030, grp: "fh", id: "fm", mass: 40, @@ -9609,6 +9613,7 @@ module.exports = { cost: 2369330, edID: 128727932, eddbID: 1562, + fightercost: 1030, grp: "fh", id: "fr", mass: 20, diff --git a/dist/index.json b/dist/index.json index a104480..c2350b6 100644 --- a/dist/index.json +++ b/dist/index.json @@ -1608,7 +1608,7 @@ "boostEnergy": 27, "agility": 2, "baseShieldStrength": 555, - "baseArmour": 666, + "baseArmour": 370, "hullMass": 900, "masslock": 24, "pipSpeed": 0.125, @@ -10503,6 +10503,7 @@ "ch": [ { "ammo": 10, + "ammocost": 100, "class": 0, "clip": 1, "cost": 8500, @@ -10547,6 +10548,7 @@ "hs": [ { "ammo": 2, + "ammocost": 25, "class": 0, "clip": 1, "cost": 3500, @@ -11695,6 +11697,7 @@ "cost": 575660, "edID": 128727930, "eddbID": 1560, + "fightercost": 1030, "grp": "fh", "id": "fh", "mass": 60, @@ -11708,6 +11711,7 @@ "cost": 1869350, "edID": 128727931, "eddbID": 1561, + "fightercost": 1030, "grp": "fh", "id": "fm", "mass": 40, @@ -11721,6 +11725,7 @@ "cost": 2369330, "edID": 128727932, "eddbID": 1562, + "fightercost": 1030, "grp": "fh", "id": "fr", "mass": 20, diff --git a/modules/hardpoints/chaff_launcher.json b/modules/hardpoints/chaff_launcher.json index 4cef54a..4f0606f 100644 --- a/modules/hardpoints/chaff_launcher.json +++ b/modules/hardpoints/chaff_launcher.json @@ -2,6 +2,7 @@ "ch": [ { "ammo": 10, + "ammocost": 100, "class": 0, "clip": 1, "cost": 8500, diff --git a/modules/hardpoints/heat_sink_launcher.json b/modules/hardpoints/heat_sink_launcher.json index 14a6790..e49ad02 100644 --- a/modules/hardpoints/heat_sink_launcher.json +++ b/modules/hardpoints/heat_sink_launcher.json @@ -2,6 +2,7 @@ "hs": [ { "ammo": 2, + "ammocost": 25, "class": 0, "clip": 1, "cost": 3500, diff --git a/modules/internal/fighter_hangar.json b/modules/internal/fighter_hangar.json index 4f12734..7b9edc5 100644 --- a/modules/internal/fighter_hangar.json +++ b/modules/internal/fighter_hangar.json @@ -6,6 +6,7 @@ "cost": 575660, "edID": 128727930, "eddbID": 1560, + "fightercost": 1030, "grp": "fh", "id": "fh", "mass": 60, @@ -19,6 +20,7 @@ "cost": 1869350, "edID": 128727931, "eddbID": 1561, + "fightercost": 1030, "grp": "fh", "id": "fm", "mass": 40, @@ -32,6 +34,7 @@ "cost": 2369330, "edID": 128727932, "eddbID": 1562, + "fightercost": 1030, "grp": "fh", "id": "fr", "mass": 20, diff --git a/ships/federal_corvette.json b/ships/federal_corvette.json index aa2e23a..1a2c60d 100644 --- a/ships/federal_corvette.json +++ b/ships/federal_corvette.json @@ -12,7 +12,7 @@ "boostEnergy": 27, "agility": 2, "baseShieldStrength": 555, - "baseArmour": 666, + "baseArmour": 370, "hullMass": 900, "masslock": 24, "pipSpeed": 0.125,