mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-09 15:35:35 +00:00
add horizons requirement to chieftan
thanks @joshlcampbell
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -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
3
dist/index.json
vendored
@@ -159,6 +159,9 @@
|
|||||||
"crew": 2
|
"crew": 2
|
||||||
},
|
},
|
||||||
"retailCost": 18897696,
|
"retailCost": 18897696,
|
||||||
|
"requirements": {
|
||||||
|
"horizons": true
|
||||||
|
},
|
||||||
"bulkheads": [
|
"bulkheads": [
|
||||||
{
|
{
|
||||||
"id": "CI",
|
"id": "CI",
|
||||||
|
|||||||
@@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user