Files
coriolis-data/ships/imperial_clipper.json
2015-11-14 00:05:52 -08:00

31 lines
732 B
JSON
Executable File

{
"imperial_clipper": {
"eddbID": 13,
"properties": {
"name": "Imperial Clipper",
"manufacturer": "Gutamaya",
"class": 3,
"hullCost": 21077780,
"speed": 300,
"boost": 380,
"boostEnergy": 21,
"agility": 2,
"baseShieldStrength": 180,
"baseArmour": 486,
"hullMass": 400,
"masslock": 12,
"pipSpeed": 0.1
},
"retailCost": 22296860,
"slots": {
"standard": [6,6,5,5,6,5,4],
"hardpoints": [3,3,2,2,0,0,0,0],
"internal": [7,6,4,4,3,3,2,2]
},
"defaults": {
"standard": ["6E","6E","5E","5E","6E","5E","4C"],
"hardpoints": [0,0,17,17,0,0,0,0],
"internal": ["05","4j","02",0,0,0,"00","2h"]
}
}
}