Skip to content

Instantly share code, notes, and snippets.

@mauriciosilva
Created February 13, 2017 08:07
Show Gist options
  • Save mauriciosilva/fc43164071a474de8972f8e27a9eb8f5 to your computer and use it in GitHub Desktop.
Save mauriciosilva/fc43164071a474de8972f8e27a9eb8f5 to your computer and use it in GitHub Desktop.
Cobra MK IV build out
{
"$schema": "http://cdn.coriolis.io/schemas/ship-loadout/3.json#",
"name": "mauo's cobra",
"ship": "Cobra Mk IV",
"references": [
{
"name": "Coriolis.io",
"url": "https://coriolis.io/outfit/cobra_mk_iv/2pbtcFbladasaf4272g2l0p0p000303034503C02t1lv6.AwRj-UMlmI==.Aw18SQ==?bn=mauo's%20cobra",
"code": "2pbtcFbladasaf4272g2l0p0p000303034503C02t1lv6.AwRj-UMlmI==.Aw18SQ==",
"shipId": "cobra_mk_iv"
}
],
"components": {
"standard": {
"bulkheads": "Military Grade Composite",
"cargoHatch": {
"enabled": false,
"priority": 1
},
"powerPlant": {
"class": 4,
"rating": "B",
"enabled": true,
"priority": 1
},
"thrusters": {
"class": 4,
"rating": "C",
"enabled": true,
"priority": 1
},
"frameShiftDrive": {
"class": 4,
"rating": "B",
"enabled": true,
"priority": 1
},
"lifeSupport": {
"class": 3,
"rating": "A",
"enabled": true,
"priority": 1
},
"powerDistributor": {
"class": 3,
"rating": "A",
"enabled": true,
"priority": 1
},
"sensors": {
"class": 3,
"rating": "A",
"enabled": true,
"priority": 1
},
"fuelTank": {
"class": 4,
"rating": "C",
"enabled": true,
"priority": 1
}
},
"hardpoints": [
{
"class": 2,
"rating": "F",
"enabled": true,
"priority": 1,
"group": "Multi-cannon",
"mount": "Gimballed"
},
{
"class": 2,
"rating": "B",
"enabled": true,
"priority": 1,
"group": "Missile Rack",
"mount": "Fixed",
"missile": "S"
},
{
"class": 1,
"rating": "D",
"enabled": false,
"priority": 1,
"group": "Mining Laser",
"mount": "Fixed"
},
{
"class": 1,
"rating": "E",
"enabled": true,
"priority": 1,
"group": "Beam Laser",
"mount": "Gimballed"
},
{
"class": 1,
"rating": "E",
"enabled": true,
"priority": 1,
"group": "Beam Laser",
"mount": "Gimballed"
}
],
"utility": [
{
"class": 0,
"rating": "I",
"enabled": true,
"priority": 1,
"group": "Countermeasure",
"name": "Chaff Launcher"
},
{
"class": 0,
"rating": "I",
"enabled": true,
"priority": 1,
"group": "Countermeasure",
"name": "Point Defence"
}
],
"internal": [
{
"class": 4,
"rating": "E",
"enabled": true,
"priority": 1,
"group": "Cargo Rack"
},
{
"class": 4,
"rating": "E",
"enabled": true,
"priority": 1,
"group": "Cargo Rack"
},
{
"class": 4,
"rating": "A",
"enabled": true,
"priority": 1,
"group": "Shield Generator"
},
{
"class": 4,
"rating": "E",
"enabled": true,
"priority": 1,
"group": "Cargo Rack"
},
{
"class": 3,
"rating": "A",
"enabled": false,
"priority": 1,
"group": "Collector Limpet Controller"
},
{
"class": 3,
"rating": "A",
"enabled": true,
"priority": 1,
"group": "Fuel Scoop"
},
{
"class": 2,
"rating": "A",
"enabled": false,
"priority": 1,
"group": "Refinery"
},
{
"class": 2,
"rating": "G",
"enabled": false,
"priority": 1,
"group": "Planetary Vehicle Hangar"
}
]
},
"stats": {
"class": 1,
"hullCost": 603740,
"speed": 200,
"boost": 300,
"boostEnergy": 11,
"agility": 4,
"baseShieldStrength": 120,
"baseArmour": 216,
"hullMass": 210,
"masslock": 8,
"pipSpeed": 0.13,
"moduleCostMultiplier": 1,
"fuelCapacity": 16,
"cargoCapacity": 48,
"ladenMass": 389.8,
"armourAdded": 0,
"armourMultiplier": 1.95,
"shieldMultiplier": 1,
"totalCost": 7541160,
"unladenMass": 325.8,
"totalDps": 13,
"armour": 420,
"powerAvailable": 14.3,
"powerRetracted": 10.52,
"powerDeployed": 13.7,
"unladenRange": 14.72,
"fullTankRange": 14.13,
"ladenRange": 12.39,
"unladenFastestRange": 96.33,
"ladenFastestRange": 84.24,
"maxJumpCount": 7,
"shieldStrength": 172.79,
"topSpeed": 200.94,
"topBoost": 301.41
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment