Initial commit

This commit is contained in:
Colin McLeod
2015-04-10 12:25:47 -07:00
commit 1097ca5a42
112 changed files with 10638 additions and 0 deletions

82
data/ships/python.json Normal file
View File

@@ -0,0 +1,82 @@
{
"python": {
"group": "mp",
"name": "Python",
"manufacturer": "Faulcon DeLacy",
"class": 2,
"cost": 55171395,
"speed": 230,
"boost": 280,
"agility": 6,
"shields": 260,
"armour": 260,
"fuelcost": 50,
"componentCapacity": {
"common": [
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
]
},
"defaultComponents": {
"common": [
"7E",
"6E",
"5E",
"4E",
"7E",
"6E",
"5C"
],
"hardpoints": [
0,
0,
0,
17,
17,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"mass": 350
}
}