Files
coriolis/data/ships/adder.json

68 lines
932 B
JSON

{
"adder": {
"properties": {
"group": "ex",
"name": "Adder",
"manufacturer": "Zorgon Peterson",
"class": 1,
"cost": 39993,
"speed": 220,
"boost": 320,
"agility": 8,
"shields": 60,
"armour": 90,
"fuelcost": 50,
"mass": 35
},
"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"
]
}
}
}