Added speculative costs for fighter hangars

This commit is contained in:
Cmdr McDonald
2016-10-22 12:52:12 +01:00
parent 715f3441ce
commit 8ac61bcef8
3 changed files with 166 additions and 11 deletions

83
dist/index.js vendored
View File

@@ -2840,6 +2840,81 @@ module.exports = {
rating: "A"
} ],
fsd: [ {
class: 8,
cost: 0,
edID: 128064133,
eddbID: 991,
fuelmul: .011,
fuelpower: 2.9,
grp: "fsd",
id: "Fy",
integrity: 93,
mass: 160,
maxfuel: 0,
optmass: 0,
power: 0,
rating: "E"
}, {
class: 8,
cost: 0,
edID: 128064134,
eddbID: 992,
fuelmul: .01,
fuelpower: 2.9,
grp: "fsd",
id: "Fx",
integrity: 37,
mass: 64,
maxfuel: 0,
optmass: 0,
power: 0,
rating: "D"
}, {
class: 8,
cost: 0,
edID: 128064135,
eddbID: 993,
fuelmul: .008,
fuelpower: 2.9,
grp: "fsd",
id: "Fw",
integrity: 46,
mass: 160,
maxfuel: 0,
optmass: 0,
power: 0,
rating: "C"
}, {
class: 8,
cost: 0,
edID: 128064136,
eddbID: 994,
fuelmul: .01,
fuelpower: 2.9,
grp: "fsd",
id: "Fv",
integrity: 74,
mass: 256,
maxfuel: 0,
optmass: 0,
power: 0,
rating: "B"
}, {
class: 8,
cost: 0,
edID: 128064137,
eddbID: 995,
fuelmul: .012,
fuelpower: 2.9,
grp: "fsd",
id: "Fu",
integrity: 46,
mass: 160,
maxfuel: 0,
optmass: 0,
power: 0,
rating: "A"
}, {
class: 7,
cost: 633200,
edID: 128064128,
@@ -3121,7 +3196,7 @@ module.exports = {
integrity: 96,
mass: 16,
maxfuel: 2.5,
optmass: 438,
optmass: 437.5,
power: .38,
rating: "B"
}, {
@@ -8419,7 +8494,7 @@ module.exports = {
fh: [ {
bays: 2,
class: 7,
cost: -1,
cost: 2079090,
eddbID: 1560,
grp: "fh",
id: "fh",
@@ -8430,7 +8505,7 @@ module.exports = {
}, {
bays: 2,
class: 6,
cost: -1,
cost: 1640350,
eddbID: 1561,
grp: "fh",
id: "fm",
@@ -8441,7 +8516,7 @@ module.exports = {
}, {
bays: 1,
class: 5,
cost: -1,
cost: 505130,
eddbID: 1562,
grp: "fh",
id: "fr",

88
dist/index.json vendored
View File

@@ -4562,6 +4562,86 @@
}
],
"fsd": [
{
"class": 8,
"cost": 0,
"edID": 128064133,
"eddbID": 991,
"fuelmul": 0.011,
"fuelpower": 2.9,
"grp": "fsd",
"id": "Fy",
"integrity": 93,
"mass": 160,
"maxfuel": 0,
"optmass": 0,
"power": 0,
"rating": "E"
},
{
"class": 8,
"cost": 0,
"edID": 128064134,
"eddbID": 992,
"fuelmul": 0.01,
"fuelpower": 2.9,
"grp": "fsd",
"id": "Fx",
"integrity": 37,
"mass": 64,
"maxfuel": 0,
"optmass": 0,
"power": 0,
"rating": "D"
},
{
"class": 8,
"cost": 0,
"edID": 128064135,
"eddbID": 993,
"fuelmul": 0.008,
"fuelpower": 2.9,
"grp": "fsd",
"id": "Fw",
"integrity": 46,
"mass": 160,
"maxfuel": 0,
"optmass": 0,
"power": 0,
"rating": "C"
},
{
"class": 8,
"cost": 0,
"edID": 128064136,
"eddbID": 994,
"fuelmul": 0.01,
"fuelpower": 2.9,
"grp": "fsd",
"id": "Fv",
"integrity": 74,
"mass": 256,
"maxfuel": 0,
"optmass": 0,
"power": 0,
"rating": "B"
},
{
"class": 8,
"cost": 0,
"edID": 128064137,
"eddbID": 995,
"fuelmul": 0.012,
"fuelpower": 2.9,
"grp": "fsd",
"id": "Fu",
"integrity": 46,
"mass": 160,
"maxfuel": 0,
"optmass": 0,
"power": 0,
"rating": "A"
},
{
"class": 7,
"cost": 633200,
@@ -4862,7 +4942,7 @@
"integrity": 96,
"mass": 16,
"maxfuel": 2.5,
"optmass": 438,
"optmass": 437.5,
"power": 0.38,
"rating": "B"
},
@@ -10521,7 +10601,7 @@
{
"bays": 2,
"class": 7,
"cost": -1,
"cost": 2079090,
"eddbID": 1560,
"grp": "fh",
"id": "fh",
@@ -10533,7 +10613,7 @@
{
"bays": 2,
"class": 6,
"cost": -1,
"cost": 1640350,
"eddbID": 1561,
"grp": "fh",
"id": "fm",
@@ -10545,7 +10625,7 @@
{
"bays": 1,
"class": 5,
"cost": -1,
"cost": 505130,
"eddbID": 1562,
"grp": "fh",
"id": "fr",

View File

@@ -3,7 +3,7 @@
{
"bays": 2,
"class": 7,
"cost": -1,
"cost": 2079090,
"eddbID": 1560,
"grp": "fh",
"id": "fh",
@@ -15,7 +15,7 @@
{
"bays": 2,
"class": 6,
"cost": -1,
"cost": 1640350,
"eddbID": 1561,
"grp": "fh",
"id": "fm",
@@ -27,7 +27,7 @@
{
"bays": 1,
"class": 5,
"cost": -1,
"cost": 505130,
"eddbID": 1562,
"grp": "fh",
"id": "fr",