Updated ships and modules for 2.2

This commit is contained in:
Cmdr McDonald
2016-10-14 16:55:05 +01:00
parent 17022f193a
commit 914cef457e
75 changed files with 3183 additions and 1768 deletions

21
ships/orca.json Normal file → Executable file
View File

@@ -7,15 +7,16 @@
"manufacturer": "Saud Kruger",
"class": 3,
"hullCost": 47798080,
"speed": 300,
"boost": 380,
"speed": 303,
"boost": 384,
"boostEnergy": 17,
"agility": 2,
"baseShieldStrength": 220,
"baseShieldStrength": 114,
"baseArmour": 396,
"hullMass": 580,
"masslock": 13,
"pipSpeed": 0.08375
"pipSpeed": 0.08375,
"luxuryCabins": true
},
"retailCost": 48539890,
"bulkheads": [
@@ -26,18 +27,18 @@
{ "id": "BQ", "edID": 128049332, "eddbID": 802, "cost": 114408510, "mass": 87 }
],
"slots": {
"standard": [5, 6, 5, 6, 5, 4, 4],
"standard": [5, 6, 5, 6, 5, 4, 5],
"hardpoints": [3, 2, 2, 0, 0, 0, 0],
"internal": [
{ "class": 6, "eligible": { "cr": 1, "hr": 1 } },
{ "class": 5, "eligible": { "cr": 1, "hr": 1 } },
{ "class": 6, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
{ "class": 5, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
5, 5, 4, 3, 2, 2
]
},
"defaults": {
"standard": ["5E", "6E", "5E", "6E", "5E", "4E", "4C"],
"standard": ["5E", "6E", "5E", "6E", "5E", "4E", "5C"],
"hardpoints": [0, 17, 17, 0, 0, 0, 0],
"internal": ["04", "03", "03", "4e", "02", 0, 0, "2h"]
"internal": ["6e economy", "4e economy", "03", "4e", "02", 0, 0, "2h"]
}
}
}
}