Update ships

This commit is contained in:
Cmdr McDonald
2017-03-15 16:58:24 +00:00
parent c0eacc0ac5
commit ffb4b436a0
7 changed files with 27 additions and 16 deletions

View File

@@ -11,6 +11,10 @@
* Add missing integrity values for some modules * Add missing integrity values for some modules
* Update rail gun hardness values for 2.3 * Update rail gun hardness values for 2.3
* Update module reinforcement package integrity * Update module reinforcement package integrity
* Update specs of Beluga as per 2.3
* Update specs of Asp Scout as per 2.3
* Update specs of Diamondback Explorer as per 2.3
* Add ED ID for Rocket Propelled FSD Disruptor
#2.2.19 #2.2.19
* Remove shot speed modification - it is directly tied to range * Remove shot speed modification - it is directly tied to range

13
dist/index.js vendored
View File

@@ -361,12 +361,12 @@ module.exports = {
slots: { slots: {
standard: [ 4, 4, 4, 3, 4, 4, 4 ], standard: [ 4, 4, 4, 3, 4, 4, 4 ],
hardpoints: [ 2, 2, 1, 1, 0, 0 ], hardpoints: [ 2, 2, 1, 1, 0, 0 ],
internal: [ 4, 4, 3, 3, 2 ] internal: [ 5, 4, 3, 3, 2, 2 ]
}, },
defaults: { defaults: {
standard: [ "4E", "4E", "4E", "3E", "4E", "4E", "4C" ], standard: [ "4E", "4E", "4E", "3E", "4E", "4E", "4C" ],
hardpoints: [ 0, 0, 17, 17, 0, 0 ], hardpoints: [ 0, 0, 17, 17, 0, 0 ],
internal: [ "02", "02", "44", 0, 0 ] internal: [ "02", "02", "44", 0, 0, 0 ]
} }
}, },
beluga: { beluga: {
@@ -383,7 +383,7 @@ module.exports = {
baseShieldStrength: 280, baseShieldStrength: 280,
baseArmour: 280, baseArmour: 280,
hardness: 60, hardness: 60,
hullMass: 1100, hullMass: 950,
masslock: 18, masslock: 18,
pipSpeed: .1125, pipSpeed: .1125,
luxuryCabins: true, luxuryCabins: true,
@@ -699,7 +699,7 @@ module.exports = {
baseShieldStrength: 150, baseShieldStrength: 150,
baseArmour: 150, baseArmour: 150,
hardness: 42, hardness: 42,
hullMass: 298, hullMass: 260,
masslock: 10, masslock: 10,
pipSpeed: .09625, pipSpeed: .09625,
pitch: 35, pitch: 35,
@@ -767,12 +767,12 @@ module.exports = {
slots: { slots: {
standard: [ 4, 4, 5, 3, 4, 3, 5 ], standard: [ 4, 4, 5, 3, 4, 3, 5 ],
hardpoints: [ 3, 2, 2, 0, 0, 0, 0 ], hardpoints: [ 3, 2, 2, 0, 0, 0, 0 ],
internal: [ 4, 4, 3, 3, 2 ] internal: [ 4, 4, 3, 3, 2, 2 ]
}, },
defaults: { defaults: {
standard: [ "4E", "4E", "5E", "3E", "4E", "3E", "5C" ], standard: [ "4E", "4E", "5E", "3E", "4E", "3E", "5C" ],
hardpoints: [ 0, 17, 17, 0, 0, 0, 0 ], hardpoints: [ 0, 17, 17, 0, 0, 0, 0 ],
internal: [ "49", "02", "01", 0, "2h" ] internal: [ "49", "02", "01", 0, "2h", 0 ]
} }
}, },
diamondback: { diamondback: {
@@ -8611,6 +8611,7 @@ module.exports = {
distdraw: .24, distdraw: .24,
eddbID: 1559, eddbID: 1559,
grp: "mr", grp: "mr",
edID: 128732552,
id: "1z", id: "1z",
integrity: 51, integrity: 51,
mass: 4, mass: 4,

13
dist/index.json vendored
View File

@@ -571,10 +571,11 @@
0 0
], ],
"internal": [ "internal": [
4, 5,
4, 4,
3, 3,
3, 3,
2,
2 2
] ]
}, },
@@ -601,6 +602,7 @@
"02", "02",
"44", "44",
0, 0,
0,
0 0
] ]
} }
@@ -619,7 +621,7 @@
"baseShieldStrength": 280, "baseShieldStrength": 280,
"baseArmour": 280, "baseArmour": 280,
"hardness": 60, "hardness": 60,
"hullMass": 1100, "hullMass": 950,
"masslock": 18, "masslock": 18,
"pipSpeed": 0.1125, "pipSpeed": 0.1125,
"luxuryCabins": true, "luxuryCabins": true,
@@ -1111,7 +1113,7 @@
"baseShieldStrength": 150, "baseShieldStrength": 150,
"baseArmour": 150, "baseArmour": 150,
"hardness": 42, "hardness": 42,
"hullMass": 298, "hullMass": 260,
"masslock": 10, "masslock": 10,
"pipSpeed": 0.09625, "pipSpeed": 0.09625,
"pitch": 35, "pitch": 35,
@@ -1206,6 +1208,7 @@
4, 4,
3, 3,
3, 3,
2,
2 2
] ]
}, },
@@ -1233,7 +1236,8 @@
"02", "02",
"01", "01",
0, 0,
"2h" "2h",
0
] ]
} }
}, },
@@ -10675,6 +10679,7 @@
"distdraw": 0.24, "distdraw": 0.24,
"eddbID": 1559, "eddbID": 1559,
"grp": "mr", "grp": "mr",
"edID": 128732552,
"id": "1z", "id": "1z",
"integrity": 51, "integrity": 51,
"mass": 4, "mass": 4,

View File

@@ -135,6 +135,7 @@
"distdraw": 0.24, "distdraw": 0.24,
"eddbID": 1559, "eddbID": 1559,
"grp": "mr", "grp": "mr",
"edID": 128732552,
"id": "1z", "id": "1z",
"integrity": 51, "integrity": 51,
"mass": 4, "mass": 4,

View File

@@ -32,12 +32,12 @@
"slots": { "slots": {
"standard": [4, 4, 4, 3, 4, 4, 4], "standard": [4, 4, 4, 3, 4, 4, 4],
"hardpoints": [2, 2, 1, 1, 0, 0], "hardpoints": [2, 2, 1, 1, 0, 0],
"internal": [4, 4, 3, 3, 2] "internal": [5, 4, 3, 3, 2, 2]
}, },
"defaults": { "defaults": {
"standard": ["4E", "4E", "4E", "3E", "4E", "4E", "4C"], "standard": ["4E", "4E", "4E", "3E", "4E", "4E", "4C"],
"hardpoints": [0, 0, 17, 17, 0, 0], "hardpoints": [0, 0, 17, 17, 0, 0],
"internal": ["02", "02", "44", 0, 0] "internal": ["02", "02", "44", 0, 0, 0]
} }
} }
} }

View File

@@ -13,7 +13,7 @@
"baseShieldStrength": 280, "baseShieldStrength": 280,
"baseArmour": 280, "baseArmour": 280,
"hardness": 60, "hardness": 60,
"hullMass": 1100, "hullMass": 950,
"masslock": 18, "masslock": 18,
"pipSpeed": 0.1125, "pipSpeed": 0.1125,
"luxuryCabins": true, "luxuryCabins": true,

View File

@@ -13,7 +13,7 @@
"baseShieldStrength": 150, "baseShieldStrength": 150,
"baseArmour": 150, "baseArmour": 150,
"hardness": 42, "hardness": 42,
"hullMass": 298, "hullMass": 260,
"masslock": 10, "masslock": 10,
"pipSpeed": 0.09625, "pipSpeed": 0.09625,
"pitch": 35, "pitch": 35,
@@ -32,12 +32,12 @@
"slots": { "slots": {
"standard": [ 4, 4, 5, 3, 4, 3, 5], "standard": [ 4, 4, 5, 3, 4, 3, 5],
"hardpoints": [ 3, 2, 2, 0, 0, 0, 0], "hardpoints": [ 3, 2, 2, 0, 0, 0, 0],
"internal": [ 4, 4, 3, 3, 2] "internal": [ 4, 4, 3, 3, 2, 2]
}, },
"defaults": { "defaults": {
"standard": ["4E", "4E", "5E", "3E", "4E", "3E", "5C"], "standard": ["4E", "4E", "5E", "3E", "4E", "3E", "5C"],
"hardpoints": [0, 17, 17, 0, 0, 0, 0], "hardpoints": [0, 17, 17, 0, 0, 0, 0],
"internal": ["49", "02", "01", 0, "2h"] "internal": ["49", "02", "01", 0, "2h", 0]
} }
} }
} }