mirror of
https://github.com/EDCD/coriolis-data.git
synced 2025-12-08 23:23:23 +00:00
Merge pull request #74 from Brighter-Applications/features/add_cobra5
Adding Cobra Mk V
This commit is contained in:
164
ships/cobra_mk_v.json
Normal file
164
ships/cobra_mk_v.json
Normal file
@@ -0,0 +1,164 @@
|
||||
{
|
||||
"cobra_mk_v": {
|
||||
"edID": 129031229,
|
||||
"properties": {
|
||||
"name": "Cobra Mk V",
|
||||
"manufacturer": "Faulcon DeLacy",
|
||||
"class": 1,
|
||||
"hullCost": 1477085,
|
||||
"speed": 291,
|
||||
"boost": 412,
|
||||
"boostEnergy": 10,
|
||||
"boostInt": 5,
|
||||
"baseShieldStrength": 160,
|
||||
"heatCapacity": 245,
|
||||
"baseArmour": 180,
|
||||
"hardness": 40,
|
||||
"hullMass": 150,
|
||||
"masslock": 8,
|
||||
"pipSpeed": 0.125,
|
||||
"pitch": 45.61,
|
||||
"roll": 121.62,
|
||||
"yaw": 33.45,
|
||||
"crew": 3,
|
||||
"reserveFuelCapacity": 0.49
|
||||
},
|
||||
"retailCost": 1989461,
|
||||
"bulkheads": [
|
||||
{
|
||||
"id": "5G",
|
||||
"edID": 129031231,
|
||||
"grp": "bh",
|
||||
"cost": 0,
|
||||
"mass": 0,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 0.8
|
||||
},
|
||||
{
|
||||
"id": "5H",
|
||||
"edID": 129031232,
|
||||
"grp": "bh",
|
||||
"cost": 795784,
|
||||
"mass": 14,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 1.52
|
||||
},
|
||||
{
|
||||
"id": "5I",
|
||||
"edID": 129031233,
|
||||
"grp": "bh",
|
||||
"cost": 1790514,
|
||||
"mass": 27,
|
||||
"causres": 0,
|
||||
"explres": -0.4,
|
||||
"kinres": -0.2,
|
||||
"thermres": 0,
|
||||
"hullboost": 2.5
|
||||
},
|
||||
{
|
||||
"id": "5J",
|
||||
"edID": 129031234,
|
||||
"grp": "bh",
|
||||
"cost": 4177866,
|
||||
"mass": 27,
|
||||
"causres": 0,
|
||||
"explres": -0.5,
|
||||
"kinres": -0.75,
|
||||
"thermres": 0.5,
|
||||
"hullboost": 2.5
|
||||
},
|
||||
{
|
||||
"id": "5K",
|
||||
"edID": 129031235,
|
||||
"grp": "bh",
|
||||
"cost": 4689157,
|
||||
"mass": 27,
|
||||
"causres": 0,
|
||||
"explres": 0.2,
|
||||
"kinres": 0.25,
|
||||
"thermres": -0.4,
|
||||
"hullboost": 2.5
|
||||
}
|
||||
],
|
||||
"slots": {
|
||||
"standard": [
|
||||
4,
|
||||
4,
|
||||
4,
|
||||
3,
|
||||
4,
|
||||
3,
|
||||
4
|
||||
],
|
||||
"hardpoints": [
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
5,
|
||||
4,
|
||||
4,
|
||||
4,
|
||||
3,
|
||||
3,
|
||||
3,
|
||||
2,
|
||||
1,
|
||||
{
|
||||
"class": 1,
|
||||
"name": "PlanetaryApproachSuite",
|
||||
"eligible": {
|
||||
"pas": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"defaults": {
|
||||
"standard": [
|
||||
"4E",
|
||||
"4E",
|
||||
"FS",
|
||||
"3E",
|
||||
"4E",
|
||||
"3E",
|
||||
"4C"
|
||||
],
|
||||
"hardpoints": [
|
||||
17,
|
||||
17,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"internal": [
|
||||
"47",
|
||||
0,
|
||||
"02",
|
||||
0,
|
||||
"01",
|
||||
0,
|
||||
0,
|
||||
"3x",
|
||||
"3w",
|
||||
"4F"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -9,6 +9,7 @@ module.exports = {
|
||||
beluga: require('./beluga').beluga,
|
||||
cobra_mk_iii: require('./cobra_mk_iii').cobra_mk_iii,
|
||||
cobra_mk_iv: require('./cobra_mk_iv').cobra_mk_iv,
|
||||
cobra_mk_v: require('./cobra_mk_v').cobra_mk_v,
|
||||
diamondback_explorer: require('./diamondback_explorer').diamondback_explorer,
|
||||
diamondback: require('./diamondback_scout').diamondback,
|
||||
dolphin: require('./dolphin').dolphin,
|
||||
|
||||
Reference in New Issue
Block a user