Compare commits

...

4 Commits

Author SHA1 Message Date
Alex Williams
2a8a9736ce Merge pull request #111 from chennin/patch-1
Install uglify-js before use.
2024-10-20 10:00:20 +01:00
Alex Williams
e72a06ed01 Merge pull request #112 from Brighter-Applications/develop
Type 8 Added to Shipyard (#14)
2024-10-20 09:59:35 +01:00
Alex Williams
a5a85857ec Type 8 Added to Shipyard (#14) 2024-10-20 09:55:51 +01:00
Chris
df5efe7b46 Install uglify-js before use.
Fixes https://github.com/EDCD/coriolis/issues/780  .  I'm not a Node/NPM dev so if this is the Wong Way ™️ I'm open to better suggestions.
2024-10-19 11:19:31 -04:00
3 changed files with 165 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
"test": "npm run lint && npm run jasmine-no-stack",
"start": "node generate_distribution.js",
"build": "node generate_distribution.js",
"preinstall": "npm install --ignore-scripts",
"install": "node generate_distribution.js"
},
"dependencies": {

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