From a5a85857ecd2b11ea2a36106f0dd8a32b9c4b454 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Sun, 20 Oct 2024 09:55:51 +0100 Subject: [PATCH] Type 8 Added to Shipyard (#14) --- ships/index.js | 1 + ships/type_8_transport.json | 163 ++++++++++++++++++++++++++++++++++++ 2 files changed, 164 insertions(+) create mode 100755 ships/type_8_transport.json diff --git a/ships/index.js b/ships/index.js index 319430c..ed44a03 100644 --- a/ships/index.js +++ b/ships/index.js @@ -33,6 +33,7 @@ module.exports = { sidewinder: require('./sidewinder').sidewinder, type_6_transporter: require('./type_6_transporter').type_6_transporter, type_7_transport: require('./type_7_transport').type_7_transport, + type_8_transport: require('./type_8_transport').type_8_transport, type_9_heavy: require('./type_9_heavy').type_9_heavy, type_10_defender: require('./type_10_defender').type_10_defender, viper: require('./viper').viper, diff --git a/ships/type_8_transport.json b/ships/type_8_transport.json new file mode 100755 index 0000000..60b15f1 --- /dev/null +++ b/ships/type_8_transport.json @@ -0,0 +1,163 @@ +{ + "type_8_transport": { + "edID": 129030534, + "properties": { + "name": "Type-8 Transporter", + "manufacturer": "Lakon", + "class": 2, + "hullCost": 36238840, + "speed": 200, + "heatCapacity": 226, + "boost": 340, + "boostEnergy": 10, + "baseShieldStrength": 228, + "baseArmour": 440, + "hardness": 58, + "hullMass": 400, + "masslock": 18, + "pipSpeed": 0.16666666666667, + "pitch": 28, + "roll": 60, + "yaw": 18, + "crew": 1, + "reserveFuelCapacity": 0.52 + }, + "retailCost": 38453970, + "bulkheads": [ + { + "id": "Bs", + "edID": 129030535, + "grp": "bh", + "cost": 0, + "mass": 0, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 0.8 + }, + { + "id": "Bt", + "edID": 129030536, + "grp": "bh", + "cost": 15381590, + "mass": 32, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 1.52 + }, + { + "id": "Bu", + "edID": 129030537, + "grp": "bh", + "cost": 34608570, + "mass": 63, + "causres": 0, + "explres": -0.4, + "kinres": -0.2, + "thermres": 0, + "hullboost": 2.5 + }, + { + "id": "Bv", + "edID": 129030538, + "grp": "bh", + "cost": 37163480, + "mass": 63, + "causres": 0, + "explres": -0.5, + "kinres": -0.75, + "thermres": 0.5, + "hullboost": 2.5 + }, + { + "id": "Bw", + "edID": 129030539, + "grp": "bh", + "cost": 90636000, + "mass": 63, + "causres": 0, + "explres": 0.2, + "kinres": 0.25, + "thermres": -0.4, + "hullboost": 2.5 + } + ], + "slots": { + "standard": [ + 5, + 5, + 5, + 3, + 4, + 3, + 5 + ], + "hardpoints": [ + 2, + 1, + 1, + 1, + 1, + 1, + 0, + 0, + 0, + 0 + ], + "internal": [ + 7, + 6, + 6, + 6, + 5, + 5, + 4, + 2, + 1, + { + "class": 1, + "name": "PlanetaryApproachSuite", + "eligible": { + "pas": 1 + } + } + ] + }, + "defaults": { + "standard": [ + "5E", + "5E", + "FL", + "3E", + "4E", + "3E", + "5C" + ], + "hardpoints": [ + 0, + 17, + 17, + 0, + 0, + 0, + 0, + 0 + ], + "internal": [ + "06", + "04", + 0, + 0, + "03", + "49", + 0, + 0, + "3w", + "4F" + ] + } + } +}