Files
coriolis-data/ships/imperial_eagle.json
2015-10-27 11:59:44 -07:00

65 lines
978 B
JSON

{
"imperial_eagle": {
"eddbID": 15,
"properties": {
"name": "Imperial Eagle",
"manufacturer": "Core Dynamics",
"class": 1,
"hullCost": 72180,
"speed": 300,
"boost": 400,
"boostEnergy": 9,
"agility": 6,
"baseShieldStrength": 80,
"baseArmour": 108,
"hullMass": 50,
"masslock": 6,
"pipSpeed": 0.075
},
"retailCost": 110830,
"slots": {
"standard": [
3,
3,
3,
1,
2,
2,
2
],
"hardpoints": [
2,
1,
1,
0
],
"internal": [
3,
2,
1
]
},
"defaults": {
"standard": [
"3E",
"3E",
"3E",
"1E",
"2E",
"2E",
"2C"
],
"hardpoints": [
0,
17,
17,
0
],
"internal": [
"44",
"00",
"2h"
]
}
}
}