Various 2.3 updates

This commit is contained in:
Cmdr McDonald
2017-03-01 22:09:23 +00:00
parent 3f4d2a83e0
commit f62ed95cdf
31 changed files with 4716 additions and 277 deletions

View File

@@ -12,7 +12,7 @@
"boostEnergy": 27,
"baseShieldStrength": 350,
"baseArmour": 525,
"hardness": 65,
"hardness": 170,
"hullMass": 400,
"masslock": 23,
"pipSpeed": 0.13875,

View File

@@ -1,6 +1,7 @@
{
"diamondback_explorer": {
"edID": 128671831, "eddbID": 5,
"edID": 128671831,
"eddbID": 5,
"properties": {
"name": "Diamondback Explorer",
"manufacturer": "Lakon",

46
ships/dolphin.json Executable file
View File

@@ -0,0 +1,46 @@
{
"dolphin": {
"eddbID": 31,
"properties": {
"name": "Dolphin",
"manufacturer": "Saud Kruger",
"class": 1,
"hullCost": 1115330,
"speed": 250,
"boost": 350,
"boostEnergy": -1,
"baseShieldStrength": 110,
"baseArmour": 110,
"hardness": 35,
"hullMass": 140,
"masslock": -1,
"pipSpeed": 0.08375,
"luxuryCabins": true,
"pitch": 30,
"roll": 100,
"yaw": 20,
"crew": 1
},
"retailCost": 1337330,
"bulkheads": [
{ "id": "cq", "eddbID": 1589, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
{ "id": "cr", "eddbID": 1590, "grp": "bh", "cost": 534940, "mass": 32, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "cs", "eddbID": 1591, "grp": "bh", "cost": 1203600, "mass": 63, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "ct", "eddbID": 1592, "grp": "bh", "cost": 2808390, "mass": 63, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "cu", "eddbID": 1593, "grp": "bh", "cost": 3152080, "mass": 63, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
],
"slots": {
"standard": [4, 5, 4, 4, 3, 3, 4],
"hardpoints": [1, 1, 0, 0, 0],
"internal": [
{ "class": 5, "name": "Passenger", "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
4, 4, 3, 2, 2, 2
]
},
"defaults": {
"standard": ["4E", "5E", "4E", "4E", "3E", "3E", "4C"],
"hardpoints": [17, 17, 0, 0, 0],
"internal": ["md", "02", "49", "01", "00", 0, "2h"]
}
}
}

View File

@@ -1,6 +1,7 @@
{
"federal_assault_ship": {
"edID": 128672145, "eddbID": 8,
"edID": 128672145,
"eddbID": 8,
"properties": {
"name": "Federal Assault Ship",
"manufacturer": "Core Dynamics",

View File

@@ -12,7 +12,7 @@
"boostEnergy": 27,
"baseShieldStrength": 555,
"baseArmour": 370,
"hardness": 70,
"hardness": 185,
"hullMass": 900,
"masslock": 24,
"pipSpeed": 0.125,

View File

@@ -1,6 +1,7 @@
{
"imperial_courier": {
"edID": 128671223, "eddbID": 14,
"edID": 128671223,
"eddbID": 14,
"properties": {
"name": "Imperial Courier",
"manufacturer": "Gutamaya",

View File

@@ -1,6 +1,7 @@
{
"imperial_cutter": {
"edID": 128049375, "eddbID": 26,
"edID": 128049375,
"eddbID": 26,
"properties": {
"name": "Imperial Cutter",
"manufacturer": "Gutamaya",
@@ -11,7 +12,7 @@
"boostEnergy": 23,
"baseShieldStrength": 600,
"baseArmour": 400,
"hardness": 70,
"hardness": 185,
"hullMass": 1100,
"masslock": 27,
"pipSpeed": 0.05,

View File

@@ -8,6 +8,7 @@ module.exports = {
cobra_mk_iv: require('./cobra_mk_iv').cobra_mk_iv,
diamondback_explorer: require('./diamondback_explorer').diamondback_explorer,
diamondback: require('./diamondback_scout').diamondback,
dolphin: require('./dolphin').dolphin,
eagle: require('./eagle').eagle,
federal_assault_ship: require('./federal_assault_ship').federal_assault_ship,
federal_corvette: require('./federal_corvette').federal_corvette,

View File

@@ -13,7 +13,7 @@
"baseShieldStrength": 220,
"baseArmour": 220,
"hardness": 55,
"hullMass": 580,
"hullMass": 290,
"masslock": 13,
"pipSpeed": 0.08375,
"luxuryCabins": true,