Files
coriolis-data/ships/beluga.json
Jonathan Harris d0cc8ffb1c Make test results helpful again
Re-apply 07c76b2.
Add some missing eddbIDs and remove placeholder edID and eddbID values.
Change tests to detect placeholder edID and eddbID values.
2016-10-14 18:34:20 +01:00

49 lines
1.5 KiB
JSON
Executable File

{
"beluga": {
"edID": -1,
"eddbID": -1,
"properties": {
"name": "Beluga Liner",
"manufacturer": "Saud Kruger",
"class": 3,
"hullCost": -1,
"speed": 195,
"boost": 273,
"boostEnergy": 20,
"agility": 2,
"baseShieldStrength": 92,
"baseArmour": 504,
"hullMass": 1100,
"masslock": 18,
"pipSpeed": -1,
"luxuryCabins": true,
"fighterHangars": true
},
"retailCost": -1,
"bulkheads": [
{ "id": "cl", "cost": 0, "mass": 0 },
{ "id": "cm", "cost": -1, "mass": 83 },
{ "id": "cn", "cost": -1, "mass": 165 },
{ "id": "co", "cost": -1, "mass": 165 },
{ "id": "cp", "cost": -1, "mass": 165 }
],
"slots": {
"standard": [6, 7, 7, 8, 6, 5, 7],
"hardpoints": [2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0],
"internal": [
6, 6,
{ "class": 6, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 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 } },
{ "class": 5, "eligible": { "cr": 1, "hr": 1, "pce": 1, "pci": 1, "pcm": 1, "pcq": 1 } },
4, 3, 3, 3, 3
]
},
"defaults": {
"standard": ["6E", "7E", "7E", "8E", "6E", "5E", "7C"],
"hardpoints": [17, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"internal": ["4j", "04", "6dbusiness", "6dbusiness", "4dbusiness", "4dbusiness", "02", "01", 0, 0, "2h"]
}
}
}