Initial Mandalay commit

This commit is contained in:
Alex Williams
2024-10-22 20:55:30 +01:00
parent c1d8c1f359
commit 96a8a196e8
2 changed files with 166 additions and 0 deletions

View File

@@ -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,

165
ships/mandalay.json Executable file
View File

@@ -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"
]
}
}
}