From 96a8a196e8570c4dca49b824ed4fa3048a6f8fa5 Mon Sep 17 00:00:00 2001 From: Alex Williams Date: Tue, 22 Oct 2024 20:55:30 +0100 Subject: [PATCH] Initial Mandalay commit --- ships/index.js | 1 + ships/mandalay.json | 165 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 166 insertions(+) create mode 100755 ships/mandalay.json diff --git a/ships/index.js b/ships/index.js index ed44a03..958436d 100644 --- a/ships/index.js +++ b/ships/index.js @@ -28,6 +28,7 @@ module.exports = { krait_phantom: require('./krait_phantom').krait_phantom, orca: require('./orca').orca, mamba: require('./mamba').mamba, + mandalay: require('./mandalay').mandalay, python: require('./python').python, python_nx: require('./python_nx').python_nx, sidewinder: require('./sidewinder').sidewinder, diff --git a/ships/mandalay.json b/ships/mandalay.json new file mode 100755 index 0000000..6f72722 --- /dev/null +++ b/ships/mandalay.json @@ -0,0 +1,165 @@ +{ + "mandalay": { + "edID": 129030534, + "properties": { + "name": "Mandalay", + "manufacturer": "Zorgon Peterson", + "class": 2, + "hullCost": 36238840, + "speed": 280, + "heatCapacity": 226, + "boost": 350, + "boostEnergy": 10, + "baseShieldStrength": 220, + "baseArmour": 230, + "hardness": 55, + "hullMass": 230, + "masslock": 16, + "pipSpeed": 0.16666666666667, + "pitch": 35, + "roll": 96, + "yaw": 28, + "crew": 2, + "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, + 4, + 5, + 5, + 5 + ], + "hardpoints": [ + 2, + 2, + 2, + 2, + 1, + 1, + 0, + 0, + 0, + 0 + ], + "internal": [ + 6, + 5, + 4, + 4, + 3, + 3, + 2, + 1, + 1, + 1, + { + "class": 1, + "name": "PlanetaryApproachSuite", + "eligible": { + "pas": 1 + } + } + ] + }, + "defaults": { + "standard": [ + "5E", + "5E", + "FL", + "4E", + "5E", + "5E", + "5C" + ], + "hardpoints": [ + 17, + 17, + 0, + 0, + 0, + 0, + 0, + 0 + ], + "internal": [ + "04", + "4e", + "02", + 0, + 0, + 0, + 0, + 0, + 0, + "3w", + "4F" + ] + } + } +}