Adding Cobra MK IV

This commit is contained in:
Colin McLeod
2015-12-13 12:15:52 -08:00
parent a4dc6239dd
commit 3d52b89a20
2 changed files with 38 additions and 0 deletions

View File

@@ -194,5 +194,12 @@
{ "id": "cd", "eddbID": 0, "name": "Military Grade Composite", "cost": 2813540, "mass": 23 },
{ "id": "ce", "eddbID": 0, "name": "Mirrored Surface Composite", "cost": 6649330, "mass": 23 },
{ "id": "cf", "eddbID": 0, "name": "Reactive Surface Composite", "cost": 7368340, "mass": 23 }
],
"cobra_mk_iv": [
{ "id": "cg", "eddbID": 0, "name": "Lightweight Alloy", "cost": 0, "mass": 0 },
{ "id": "ch", "eddbID": 0, "name": "Reinforced Alloy", "cost": 151890, "mass": 14 },
{ "id": "ci", "eddbID": 0, "name": "Military Grade Composite", "cost": 341750, "mass": 27 },
{ "id": "cj", "eddbID": 0, "name": "Mirrored Surface Composite", "cost": 797410, "mass": 27 },
{ "id": "ck", "eddbID": 0, "name": "Reactive Surface Composite", "cost": 895000, "mass": 27 }
]
}

31
ships/cobra_mk_iv.json Normal file
View File

@@ -0,0 +1,31 @@
{
"cobra_mk_iv": {
"eddbID": null,
"properties": {
"name": "Cobra Mk IV",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"hullCost": 235800,
"speed": 200,
"boost": 300,
"boostEnergy": 11,
"agility": 4,
"baseShieldStrength": 125,
"baseArmour": 216,
"hullMass": 210,
"masslock": 8,
"pipSpeed": 0.125
},
"retailCost": 379720,
"slots": {
"standard": [4, 4, 4, 3, 3, 3, 4],
"hardpoints": [2, 2, 1, 1, 1, 0, 0],
"internal": [4, 4, 4, 4, 3, 3, 2, 2]
},
"defaults": {
"standard": ["4E", "4E", "4E", "3E", "3E", "3E", "4C"],
"hardpoints": [17, 17, 0, 0, 0, 0, 0 ],
"internal": ["02", "02", "49", 0, 0, 0, "00", "2h"]
}
}
}