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

65 lines
971 B
JSON
Executable File

{
"sidewinder": {
"eddbID": 18,
"properties": {
"name": "Sidewinder",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"hullCost": 12870,
"speed": 220,
"boost": 320,
"boostEnergy": 7,
"agility": 8,
"baseShieldStrength": 40,
"baseArmour": 108,
"hullMass": 25,
"masslock": 6,
"pipSpeed": 0.1375
},
"retailCost": 32000,
"slots": {
"standard": [
2,
2,
2,
1,
1,
1,
1
],
"hardpoints": [
1,
1,
0,
0
],
"internal": [
2,
2,
1
]
},
"defaults": {
"standard": [
"2E",
"2E",
"2E",
"1E",
"1E",
"1E",
"1C"
],
"hardpoints": [
17,
17,
0,
0
],
"internal": [
"3v",
"01",
"2h"
]
}
}
}