mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 07:33:24 +00:00
Added speculative costs for fighter hangars
This commit is contained in:
83
dist/index.js
vendored
83
dist/index.js
vendored
@@ -2840,6 +2840,81 @@ module.exports = {
|
|||||||
rating: "A"
|
rating: "A"
|
||||||
} ],
|
} ],
|
||||||
fsd: [ {
|
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,
|
class: 7,
|
||||||
cost: 633200,
|
cost: 633200,
|
||||||
edID: 128064128,
|
edID: 128064128,
|
||||||
@@ -3121,7 +3196,7 @@ module.exports = {
|
|||||||
integrity: 96,
|
integrity: 96,
|
||||||
mass: 16,
|
mass: 16,
|
||||||
maxfuel: 2.5,
|
maxfuel: 2.5,
|
||||||
optmass: 438,
|
optmass: 437.5,
|
||||||
power: .38,
|
power: .38,
|
||||||
rating: "B"
|
rating: "B"
|
||||||
}, {
|
}, {
|
||||||
@@ -8419,7 +8494,7 @@ module.exports = {
|
|||||||
fh: [ {
|
fh: [ {
|
||||||
bays: 2,
|
bays: 2,
|
||||||
class: 7,
|
class: 7,
|
||||||
cost: -1,
|
cost: 2079090,
|
||||||
eddbID: 1560,
|
eddbID: 1560,
|
||||||
grp: "fh",
|
grp: "fh",
|
||||||
id: "fh",
|
id: "fh",
|
||||||
@@ -8430,7 +8505,7 @@ module.exports = {
|
|||||||
}, {
|
}, {
|
||||||
bays: 2,
|
bays: 2,
|
||||||
class: 6,
|
class: 6,
|
||||||
cost: -1,
|
cost: 1640350,
|
||||||
eddbID: 1561,
|
eddbID: 1561,
|
||||||
grp: "fh",
|
grp: "fh",
|
||||||
id: "fm",
|
id: "fm",
|
||||||
@@ -8441,7 +8516,7 @@ module.exports = {
|
|||||||
}, {
|
}, {
|
||||||
bays: 1,
|
bays: 1,
|
||||||
class: 5,
|
class: 5,
|
||||||
cost: -1,
|
cost: 505130,
|
||||||
eddbID: 1562,
|
eddbID: 1562,
|
||||||
grp: "fh",
|
grp: "fh",
|
||||||
id: "fr",
|
id: "fr",
|
||||||
|
|||||||
88
dist/index.json
vendored
88
dist/index.json
vendored
@@ -4562,6 +4562,86 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fsd": [
|
"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,
|
"class": 7,
|
||||||
"cost": 633200,
|
"cost": 633200,
|
||||||
@@ -4862,7 +4942,7 @@
|
|||||||
"integrity": 96,
|
"integrity": 96,
|
||||||
"mass": 16,
|
"mass": 16,
|
||||||
"maxfuel": 2.5,
|
"maxfuel": 2.5,
|
||||||
"optmass": 438,
|
"optmass": 437.5,
|
||||||
"power": 0.38,
|
"power": 0.38,
|
||||||
"rating": "B"
|
"rating": "B"
|
||||||
},
|
},
|
||||||
@@ -10521,7 +10601,7 @@
|
|||||||
{
|
{
|
||||||
"bays": 2,
|
"bays": 2,
|
||||||
"class": 7,
|
"class": 7,
|
||||||
"cost": -1,
|
"cost": 2079090,
|
||||||
"eddbID": 1560,
|
"eddbID": 1560,
|
||||||
"grp": "fh",
|
"grp": "fh",
|
||||||
"id": "fh",
|
"id": "fh",
|
||||||
@@ -10533,7 +10613,7 @@
|
|||||||
{
|
{
|
||||||
"bays": 2,
|
"bays": 2,
|
||||||
"class": 6,
|
"class": 6,
|
||||||
"cost": -1,
|
"cost": 1640350,
|
||||||
"eddbID": 1561,
|
"eddbID": 1561,
|
||||||
"grp": "fh",
|
"grp": "fh",
|
||||||
"id": "fm",
|
"id": "fm",
|
||||||
@@ -10545,7 +10625,7 @@
|
|||||||
{
|
{
|
||||||
"bays": 1,
|
"bays": 1,
|
||||||
"class": 5,
|
"class": 5,
|
||||||
"cost": -1,
|
"cost": 505130,
|
||||||
"eddbID": 1562,
|
"eddbID": 1562,
|
||||||
"grp": "fh",
|
"grp": "fh",
|
||||||
"id": "fr",
|
"id": "fr",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{
|
{
|
||||||
"bays": 2,
|
"bays": 2,
|
||||||
"class": 7,
|
"class": 7,
|
||||||
"cost": -1,
|
"cost": 2079090,
|
||||||
"eddbID": 1560,
|
"eddbID": 1560,
|
||||||
"grp": "fh",
|
"grp": "fh",
|
||||||
"id": "fh",
|
"id": "fh",
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
{
|
{
|
||||||
"bays": 2,
|
"bays": 2,
|
||||||
"class": 6,
|
"class": 6,
|
||||||
"cost": -1,
|
"cost": 1640350,
|
||||||
"eddbID": 1561,
|
"eddbID": 1561,
|
||||||
"grp": "fh",
|
"grp": "fh",
|
||||||
"id": "fm",
|
"id": "fm",
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
{
|
{
|
||||||
"bays": 1,
|
"bays": 1,
|
||||||
"class": 5,
|
"class": 5,
|
||||||
"cost": -1,
|
"cost": 505130,
|
||||||
"eddbID": 1562,
|
"eddbID": 1562,
|
||||||
"grp": "fh",
|
"grp": "fh",
|
||||||
"id": "fr",
|
"id": "fr",
|
||||||
|
|||||||
Reference in New Issue
Block a user