Type 8 Added to Shipyard (#14)

This commit is contained in:
Alex Williams
2024-10-20 09:55:51 +01:00
committed by GitHub
parent afe7e1609c
commit a5a85857ec
2 changed files with 164 additions and 0 deletions

View File

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

163
ships/type_8_transport.json Executable file
View File

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