Files
coriolis/data/ships/sidewinder.json

60 lines
833 B
JSON

{
"sidewinder": {
"group": "mp",
"name": "Sidewinder",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"cost": 12887,
"speed": 220,
"boost": 320,
"agility": 8,
"shields": 40,
"armour": 60,
"fuelcost": 50,
"slotCap": {
"common": [
2,
2,
2,
1,
1,
1,
1
],
"hardpoints": [
1,
1,
0,
0
],
"internal": [
2,
2,
1
]
},
"defaultComponents": {
"common": [
"2E",
"2E",
"2E",
"1E",
"1E",
"1E",
"1C"
],
"hardpoints": [
17,
17,
0,
0
],
"internal": [
"3v",
"01",
"2h"
]
},
"mass": 25
}
}