initial chieftan

stats are from FDL (and IDs)
This commit is contained in:
willyb321
2018-01-19 15:57:50 +11:00
parent 9f2c576dff
commit 51ee7c9af3
4 changed files with 332 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
{
"alliance_chieftan": {
"edID": 128049352,
"eddbID": 12,
"properties": {
"name": "Alliance Chieftan",
"manufacturer": "Lakon",
"class": 2,
"hullCost": 51232230,
"speed": 260,
"boost": 350,
"boostEnergy": 19,
"baseShieldStrength": 300,
"baseArmour": 504,
"hardness": 70,
"hullMass": 250,
"masslock": 12,
"pipSpeed": 0.03875,
"pitch": 38,
"roll": 90,
"yaw": 12,
"crew": 2
},
"retailCost": 51567040,
"bulkheads": [
{ "id": "Bd", "edID": 128049352, "eddbID": 813, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
{ "id": "Be", "edID": 128049353, "eddbID": 814, "grp": "bh", "cost": 20626820, "mass": 19, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
{ "id": "Bf", "edID": 128049354, "eddbID": 815, "grp": "bh", "cost": 46410340, "mass": 38, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
{ "id": "Bg", "edID": 128049355, "eddbID": 816, "grp": "bh", "cost": 109683090, "mass": 38, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
{ "id": "Bh", "edID": 128049356, "eddbID": 817, "grp": "bh", "cost": 121543510, "mass": 38, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
],
"slots": {
"standard": [6, 6, 5, 5, 6, 4, 4],
"hardpoints": [3, 3, 2, 1, 1, 1, 0, 0, 0, 0],
"internal": [5, 5, 4, 2, 2,
{ "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } },
{ "class": 4, "name": "Military", "eligible": { "hr": 1, "scb": 1, "mrp": 1 } }
]
},
"defaults": {
"standard": ["6E", "6E", "5E", "5E", "6E", "4E", "4C"],
"hardpoints": [0, 17, 17, 0, 0, 0, 0, 0, 0, 0, 0],
"internal": [""]
}
}
}

View File

@@ -1,5 +1,6 @@
module.exports = {
adder: require('./adder').adder,
alliance_chieftan: require('./alliance_chieftan').alliance_chieftan,
anaconda: require('./anaconda').anaconda,
asp: require('./asp').asp,
asp_scout: require('./asp_scout').asp_scout,