Files
coriolis/data/ships/vulture.json
2015-05-04 18:31:34 -07:00

70 lines
956 B
JSON

{
"vulture": {
"properties": {
"grp": "co",
"name": "Vulture",
"manufacturer": "Core Dynamics",
"class": 1,
"cost": 4689629,
"speed": 210,
"boost": 340,
"agility": 9,
"shields": 240,
"armour": 160,
"fuelcost": 50,
"mass": 230
},
"slots": {
"common": [
4,
5,
4,
3,
5,
4,
3
],
"hardpoints": [
3,
3,
0,
0,
0,
0
],
"internal": [
5,
4,
2,
1,
1
]
},
"defaults": {
"common": [
"4E",
"5E",
"4E",
"3E",
"5E",
"4E",
"3C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0
],
"internal": [
"4e",
"02",
0,
0,
"2h"
]
}
}
}