Files
coriolis/data/ships/adder.json
2015-06-18 09:52:18 -07:00

69 lines
956 B
JSON
Executable File

{
"adder": {
"properties": {
"grp": "ex",
"name": "Adder",
"manufacturer": "Zorgon Peterson",
"class": 1,
"cost": 39993,
"speed": 220,
"boost": 320,
"agility": 8,
"shields": 60,
"armour": 162,
"fuelcost": 50,
"mass": 35
},
"retailCost": 87808,
"slots": {
"common": [
3,
3,
3,
1,
2,
3,
3
],
"hardpoints": [
2,
1,
1,
0,
0
],
"internal": [
3,
3,
2,
2,
1
]
},
"defaults": {
"common": [
"3E",
"3E",
"3E",
"1E",
"2E",
"3E",
"3C"
],
"hardpoints": [
0,
17,
17,
0,
0
],
"internal": [
"01",
"44",
"00",
0,
"2h"
]
}
}
}