mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 07:33:24 +00:00
fix bh ids, default loadout tweak, cost, MLF
This commit is contained in:
16
dist/index.js
vendored
16
dist/index.js
vendored
@@ -97,7 +97,7 @@ module.exports = {
|
|||||||
name: "Alliance Chieftain",
|
name: "Alliance Chieftain",
|
||||||
manufacturer: "Lakon",
|
manufacturer: "Lakon",
|
||||||
class: 2,
|
class: 2,
|
||||||
hullCost: 17007927,
|
hullCost: 18182883,
|
||||||
speed: 235,
|
speed: 235,
|
||||||
boost: 337,
|
boost: 337,
|
||||||
boostEnergy: 19,
|
boostEnergy: 19,
|
||||||
@@ -105,7 +105,7 @@ module.exports = {
|
|||||||
baseArmour: 504,
|
baseArmour: 504,
|
||||||
hardness: 70,
|
hardness: 70,
|
||||||
hullMass: 420,
|
hullMass: 420,
|
||||||
masslock: 12,
|
masslock: 13,
|
||||||
pipSpeed: .03875,
|
pipSpeed: .03875,
|
||||||
pitch: 38,
|
pitch: 38,
|
||||||
roll: 90,
|
roll: 90,
|
||||||
@@ -114,7 +114,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
retailCost: 18897696,
|
retailCost: 18897696,
|
||||||
bulkheads: [ {
|
bulkheads: [ {
|
||||||
id: "Bd",
|
id: "CI",
|
||||||
edID: 128816576,
|
edID: 128816576,
|
||||||
eddbID: 813,
|
eddbID: 813,
|
||||||
grp: "bh",
|
grp: "bh",
|
||||||
@@ -125,7 +125,7 @@ module.exports = {
|
|||||||
thermres: 0,
|
thermres: 0,
|
||||||
hullboost: .8
|
hullboost: .8
|
||||||
}, {
|
}, {
|
||||||
id: "Be",
|
id: "CJ",
|
||||||
edID: 128816577,
|
edID: 128816577,
|
||||||
eddbID: 814,
|
eddbID: 814,
|
||||||
grp: "bh",
|
grp: "bh",
|
||||||
@@ -136,7 +136,7 @@ module.exports = {
|
|||||||
thermres: 0,
|
thermres: 0,
|
||||||
hullboost: 1.52
|
hullboost: 1.52
|
||||||
}, {
|
}, {
|
||||||
id: "Bf",
|
id: "CK",
|
||||||
edID: 128816578,
|
edID: 128816578,
|
||||||
eddbID: 815,
|
eddbID: 815,
|
||||||
grp: "bh",
|
grp: "bh",
|
||||||
@@ -147,7 +147,7 @@ module.exports = {
|
|||||||
thermres: 0,
|
thermres: 0,
|
||||||
hullboost: 2.5
|
hullboost: 2.5
|
||||||
}, {
|
}, {
|
||||||
id: "Bg",
|
id: "CL",
|
||||||
edID: 128816579,
|
edID: 128816579,
|
||||||
eddbID: 816,
|
eddbID: 816,
|
||||||
grp: "bh",
|
grp: "bh",
|
||||||
@@ -158,7 +158,7 @@ module.exports = {
|
|||||||
thermres: .5,
|
thermres: .5,
|
||||||
hullboost: 2.5
|
hullboost: 2.5
|
||||||
}, {
|
}, {
|
||||||
id: "Bh",
|
id: "CM",
|
||||||
edID: 128816580,
|
edID: 128816580,
|
||||||
eddbID: 817,
|
eddbID: 817,
|
||||||
grp: "bh",
|
grp: "bh",
|
||||||
@@ -200,7 +200,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
defaults: {
|
defaults: {
|
||||||
standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ],
|
standard: [ "6E", "6E", "5E", "5E", "6E", "4E", "4C" ],
|
||||||
hardpoints: [ 0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0 ],
|
hardpoints: [ 17, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0 ],
|
||||||
internal: [ "03", "4e", "02", "", "2h" ]
|
internal: [ "03", "4e", "02", "", "2h" ]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
16
dist/index.json
vendored
16
dist/index.json
vendored
@@ -143,7 +143,7 @@
|
|||||||
"name": "Alliance Chieftain",
|
"name": "Alliance Chieftain",
|
||||||
"manufacturer": "Lakon",
|
"manufacturer": "Lakon",
|
||||||
"class": 2,
|
"class": 2,
|
||||||
"hullCost": 17007927,
|
"hullCost": 18182883,
|
||||||
"speed": 235,
|
"speed": 235,
|
||||||
"boost": 337,
|
"boost": 337,
|
||||||
"boostEnergy": 19,
|
"boostEnergy": 19,
|
||||||
@@ -151,7 +151,7 @@
|
|||||||
"baseArmour": 504,
|
"baseArmour": 504,
|
||||||
"hardness": 70,
|
"hardness": 70,
|
||||||
"hullMass": 420,
|
"hullMass": 420,
|
||||||
"masslock": 12,
|
"masslock": 13,
|
||||||
"pipSpeed": 0.03875,
|
"pipSpeed": 0.03875,
|
||||||
"pitch": 38,
|
"pitch": 38,
|
||||||
"roll": 90,
|
"roll": 90,
|
||||||
@@ -161,7 +161,7 @@
|
|||||||
"retailCost": 18897696,
|
"retailCost": 18897696,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "Bd",
|
"id": "CI",
|
||||||
"edID": 128816576,
|
"edID": 128816576,
|
||||||
"eddbID": 813,
|
"eddbID": 813,
|
||||||
"grp": "bh",
|
"grp": "bh",
|
||||||
@@ -173,7 +173,7 @@
|
|||||||
"hullboost": 0.8
|
"hullboost": 0.8
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Be",
|
"id": "CJ",
|
||||||
"edID": 128816577,
|
"edID": 128816577,
|
||||||
"eddbID": 814,
|
"eddbID": 814,
|
||||||
"grp": "bh",
|
"grp": "bh",
|
||||||
@@ -185,7 +185,7 @@
|
|||||||
"hullboost": 1.52
|
"hullboost": 1.52
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bf",
|
"id": "CK",
|
||||||
"edID": 128816578,
|
"edID": 128816578,
|
||||||
"eddbID": 815,
|
"eddbID": 815,
|
||||||
"grp": "bh",
|
"grp": "bh",
|
||||||
@@ -197,7 +197,7 @@
|
|||||||
"hullboost": 2.5
|
"hullboost": 2.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bg",
|
"id": "CL",
|
||||||
"edID": 128816579,
|
"edID": 128816579,
|
||||||
"eddbID": 816,
|
"eddbID": 816,
|
||||||
"grp": "bh",
|
"grp": "bh",
|
||||||
@@ -209,7 +209,7 @@
|
|||||||
"hullboost": 2.5
|
"hullboost": 2.5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Bh",
|
"id": "CM",
|
||||||
"edID": 128816580,
|
"edID": 128816580,
|
||||||
"eddbID": 817,
|
"eddbID": 817,
|
||||||
"grp": "bh",
|
"grp": "bh",
|
||||||
@@ -289,8 +289,8 @@
|
|||||||
"4C"
|
"4C"
|
||||||
],
|
],
|
||||||
"hardpoints": [
|
"hardpoints": [
|
||||||
0,
|
|
||||||
17,
|
17,
|
||||||
|
0,
|
||||||
17,
|
17,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"name": "Alliance Chieftain",
|
"name": "Alliance Chieftain",
|
||||||
"manufacturer": "Lakon",
|
"manufacturer": "Lakon",
|
||||||
"class": 2,
|
"class": 2,
|
||||||
"hullCost": 17007927,
|
"hullCost": 18182883,
|
||||||
"speed": 235,
|
"speed": 235,
|
||||||
"boost": 337,
|
"boost": 337,
|
||||||
"boostEnergy": 19,
|
"boostEnergy": 19,
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
"baseArmour": 504,
|
"baseArmour": 504,
|
||||||
"hardness": 70,
|
"hardness": 70,
|
||||||
"hullMass": 420,
|
"hullMass": 420,
|
||||||
"masslock": 12,
|
"masslock": 13,
|
||||||
"pipSpeed": 0.03875,
|
"pipSpeed": 0.03875,
|
||||||
"pitch": 38,
|
"pitch": 38,
|
||||||
"roll": 90,
|
"roll": 90,
|
||||||
@@ -23,11 +23,11 @@
|
|||||||
},
|
},
|
||||||
"retailCost": 18897696,
|
"retailCost": 18897696,
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{ "id": "Bd", "edID": 128816576, "eddbID": 813, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
{ "id": "CI", "edID": 128816576, "eddbID": 813, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||||
{ "id": "Be", "edID": 128816577, "eddbID": 814, "grp": "bh", "cost": 6803170, "mass": 19, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
{ "id": "CJ", "edID": 128816577, "eddbID": 814, "grp": "bh", "cost": 6803170, "mass": 19, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||||
{ "id": "Bf", "edID": 128816578, "eddbID": 815, "grp": "bh", "cost": 15307134, "mass": 38, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
|
{ "id": "CK", "edID": 128816578, "eddbID": 815, "grp": "bh", "cost": 15307134, "mass": 38, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
|
||||||
{ "id": "Bg", "edID": 128816579, "eddbID": 816, "grp": "bh", "cost": 36175859, "mass": 38, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
|
{ "id": "CL", "edID": 128816579, "eddbID": 816, "grp": "bh", "cost": 36175859, "mass": 38, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
|
||||||
{ "id": "Bh", "edID": 128816580, "eddbID": 817, "grp": "bh", "cost": 40087682, "mass": 38, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
|
{ "id": "CM", "edID": 128816580, "eddbID": 817, "grp": "bh", "cost": 40087682, "mass": 38, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
|
||||||
],
|
],
|
||||||
"slots": {
|
"slots": {
|
||||||
"standard": [6, 6, 5, 5, 6, 4, 4],
|
"standard": [6, 6, 5, 5, 6, 4, 4],
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
},
|
},
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"standard": ["6E", "6E", "5E", "5E", "6E", "4E", "4C"],
|
"standard": ["6E", "6E", "5E", "5E", "6E", "4E", "4C"],
|
||||||
"hardpoints": [0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0],
|
"hardpoints": [17, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0],
|
||||||
"internal": ["03", "4e", "02", "", "2h"]
|
"internal": ["03", "4e", "02", "", "2h"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user