Files
coriolis/data/ships/python.json
2015-10-22 20:19:56 -07:00

86 lines
1.2 KiB
JSON
Executable File

{
"python": {
"properties": {
"name": "Python",
"manufacturer": "Faulcon DeLacy",
"class": 2,
"hullCost": 55171380,
"speed": 230,
"boost": 300,
"boostEnergy": 24,
"agility": 6,
"baseShieldStrength": 260,
"baseArmour": 468,
"hullMass": 350,
"masslock": 17,
"pipSpeed": 0.0975
},
"retailCost": 56978180,
"slots": {
"standard": [
7,
6,
5,
4,
7,
6,
5
],
"hardpoints": [
3,
3,
3,
2,
2,
0,
0,
0,
0
],
"internal": [
6,
6,
6,
5,
5,
4,
3,
3,
2
]
},
"defaults": {
"standard": [
"7E",
"6E",
"5E",
"4E",
"7E",
"6E",
"5C"
],
"hardpoints": [
0,
0,
0,
17,
17,
0,
0,
0,
0
],
"internal": [
"04",
"04",
"4j",
"03",
0,
0,
0,
"00",
"2h"
]
}
}
}