mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
initial challenger file
This commit is contained in:
50
ships/alliance_challenger.json
Normal file
50
ships/alliance_challenger.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"alliance_challenger": {
|
||||
"edID": 128816574,
|
||||
"eddbID": 33,
|
||||
"properties": {
|
||||
"name": "Alliance Challenger",
|
||||
"manufacturer": "Lakon",
|
||||
"class": 2,
|
||||
"hullCost": 18182883,
|
||||
"speed": 130,
|
||||
"boost": 310,
|
||||
"boostEnergy": 19,
|
||||
"baseShieldStrength": 220,
|
||||
"baseArmour": 300,
|
||||
"hardness": 65,
|
||||
"hullMass": 450,
|
||||
"masslock": 13,
|
||||
"pipSpeed": 0.03875,
|
||||
"pitch": 32,
|
||||
"roll": 90,
|
||||
"yaw": 16,
|
||||
"crew": 2
|
||||
},
|
||||
"retailCost": 19382252,
|
||||
"requirements": {
|
||||
"horizons": true
|
||||
},
|
||||
"bulkheads": [
|
||||
{ "id": "0K", "edID": 128816576, "eddbID": 1640, "grp": "bh", "cost": 0, "mass": 0, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 0.8 },
|
||||
{ "id": "0P", "edID": 128816577, "eddbID": 1641, "grp": "bh", "cost": 6803170, "mass": 40, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 1.52 },
|
||||
{ "id": "0Q", "edID": 128816578, "eddbID": 1642, "grp": "bh", "cost": 15307134, "mass": 78, "explres": -0.4, "kinres": -0.2, "thermres": 0, "hullboost": 2.5 },
|
||||
{ "id": "0R", "edID": 128816579, "eddbID": 1643, "grp": "bh", "cost": 36175859, "mass": 78, "explres": -0.5, "kinres": -0.75, "thermres": 0.5, "hullboost": 2.5 },
|
||||
{ "id": "0S", "edID": 128816580, "eddbID": 1644, "grp": "bh", "cost": 40087682, "mass": 78, "explres": 0.2, "kinres": 0.25, "thermres": -0.4, "hullboost": 2.5 }
|
||||
],
|
||||
"slots": {
|
||||
"standard": [6, 6, 5, 5, 6, 4, 4],
|
||||
"hardpoints": [3, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0],
|
||||
"internal": [6, 6, 3, 3, 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": [17, 0, 17, 0, 0, 0, 0, 0, 0, 0],
|
||||
"internal": ["04", "4h", "01", "01", "2h", "", "", "", ""]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
module.exports = {
|
||||
adder: require('./adder').adder,
|
||||
alliance_chieftain: require('./alliance_chieftain').alliance_chieftain,
|
||||
alliance_challenger: require('./alliance_challenger').alliance_challenger,
|
||||
anaconda: require('./anaconda').anaconda,
|
||||
asp: require('./asp').asp,
|
||||
asp_scout: require('./asp_scout').asp_scout,
|
||||
|
||||
Reference in New Issue
Block a user