add horizons requirement to chieftan

thanks @joshlcampbell
This commit is contained in:
willyb321
2018-01-27 12:35:10 +11:00
parent 3ee790b150
commit de3df31419
3 changed files with 9 additions and 0 deletions

3
dist/index.js vendored
View File

@@ -113,6 +113,9 @@ module.exports = {
crew: 2 crew: 2
}, },
retailCost: 18897696, retailCost: 18897696,
requirements: {
horizons: true
},
bulkheads: [ { bulkheads: [ {
id: "CI", id: "CI",
edID: 128816576, edID: 128816576,

3
dist/index.json vendored
View File

@@ -159,6 +159,9 @@
"crew": 2 "crew": 2
}, },
"retailCost": 18897696, "retailCost": 18897696,
"requirements": {
"horizons": true
},
"bulkheads": [ "bulkheads": [
{ {
"id": "CI", "id": "CI",

View File

@@ -22,6 +22,9 @@
"crew": 2 "crew": 2
}, },
"retailCost": 18897696, "retailCost": 18897696,
"requirements": {
"horizons": true
},
"bulkheads": [ "bulkheads": [
{ "id": "CI", "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": "CJ", "edID": 128816577, "eddbID": 814, "grp": "bh", "cost": 6803170, "mass": 75, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 }, { "id": "CJ", "edID": 128816577, "eddbID": 814, "grp": "bh", "cost": 6803170, "mass": 75, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },