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

66
data/ships/adder.json Normal file
View File

@@ -0,0 +1,66 @@
{
"adder": {
"group": "ex",
"name": "Adder",
"manufacturer": "Zorgon Peterson",
"class": 1,
"cost": 39993,
"speed": 220,
"boost": 320,
"agility": 8,
"shields": 60,
"armour": 90,
"fuelcost": 50,
"componentCapacity": {
"common": [
3,
3,
3,
1,
2,
3,
3
],
"hardpoints": [
2,
1,
1,
0,
0
],
"internal": [
3,
3,
2,
2,
1
]
},
"defaultComponents": {
"common": [
"3E",
"3E",
"3E",
"1E",
"2E",
"3E",
"3C"
],
"hardpoints": [
0,
17,
17,
0,
0
],
"internal": [
0,
0,
0,
0,
0
]
},
"mass": 35
}
}

100
data/ships/anaconda.json Normal file
View File

@@ -0,0 +1,100 @@
{
"anaconda": {
"group": "mp",
"name": "Anaconda",
"manufacturer": "Faulcon DeLacy",
"class": 3,
"cost": 141889932,
"speed": 180,
"boost": 240,
"agility": 2,
"shields": 350,
"armour": 525,
"fuelcost": 50,
"componentCapacity": {
"common": [
8,
7,
6,
5,
8,
8,
5
],
"hardpoints": [
4,
3,
3,
3,
2,
2,
1,
1,
0,
0,
0,
0,
0,
0,
0,
0
],
"internal": [
7,
6,
6,
6,
5,
5,
5,
4,
4,
4,
2
]
},
"defaultComponents": {
"common": [
"8E",
"7E",
"6E",
"5E",
"8E",
"8E",
"5C"
],
"hardpoints": [
0,
0,
0,
0,
0,
0,
17,
17,
0,
0,
0,
0,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"mass": 400
}
}

80
data/ships/asp.json Normal file
View File

@@ -0,0 +1,80 @@
{
"asp": {
"group": "ex",
"name": "Asp",
"manufacturer": "Lakon",
"class": 2,
"cost": 6135658,
"speed": 250,
"boost": 340,
"agility": 6,
"shields": 140,
"armour": 210,
"fuelcost": 50,
"componentCapacity": {
"common": [
5,
5,
5,
4,
4,
5,
5
],
"hardpoints": [
0,
0,
0,
0,
1,
1,
1,
1,
2,
2
],
"internal": [
6,
5,
3,
3,
3,
2,
2
]
},
"defaultComponents": {
"common": [
"5E",
"5E",
"5E",
"4E",
"4E",
"5E",
"5C"
],
"hardpoints": [
0,
0,
0,
0,
17,
17,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0,
0,
0,
0
]
},
"mass": 280
}
}

View File

@@ -0,0 +1,70 @@
{
"cobra_mk_iii": {
"group": "mp",
"name": "Cobra Mk III",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"cost": 235787,
"speed": 280,
"boost": 400,
"agility": 6,
"shields": 80,
"armour": 120,
"fuelcost": 50,
"componentCapacity": {
"common": [
4,
4,
4,
3,
3,
3,
4
],
"hardpoints": [
2,
2,
1,
1,
0,
0
],
"internal": [
4,
4,
4,
2,
2,
2
]
},
"defaultComponents": {
"common": [
"4E",
"4E",
"4E",
"3E",
"3E",
"3E",
"4C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0,
0,
0
]
},
"mass": 180
}
}

60
data/ships/eagle.json Normal file
View File

@@ -0,0 +1,60 @@
{
"eagle": {
"group": "co",
"name": "Eagle",
"manufacturer": "Core Dynamics",
"class": 1,
"cost": 10446,
"speed": 240,
"boost": 350,
"agility": 10,
"shields": 60,
"armour": 40,
"fuelcost": 50,
"componentCapacity": {
"common": [
2,
3,
3,
1,
2,
2,
2
],
"hardpoints": [
1,
1,
1,
0
],
"internal": [
3,
2,
1
]
},
"defaultComponents": {
"common": [
"2E",
"3E",
"3E",
"1E",
"2E",
"2E",
"2C"
],
"hardpoints": [
17,
17,
0,
0
],
"internal": [
0,
0,
0
]
},
"mass": 50
}
}

View File

@@ -0,0 +1,78 @@
{
"federal_dropship": {
"group": "mp",
"name": "Federal Dropship",
"manufacturer": "Core Dynamics",
"class": 2,
"cost": 18969990,
"speed": 180,
"boost": 300,
"agility": 0,
"shields": 200,
"armour": 300,
"fuelcost": 50,
"componentCapacity": {
"common": [
6,
6,
5,
5,
6,
4,
4
],
"hardpoints": [
0,
0,
0,
0,
2,
2,
3,
2,
2
],
"internal": [
6,
5,
5,
4,
3,
3,
2
]
},
"defaultComponents": {
"common": [
"6E",
"6E",
"5E",
"5E",
"6E",
"4E",
"4C"
],
"hardpoints": [
0,
0,
0,
0,
0,
0,
0,
17,
17
],
"internal": [
0,
0,
0,
0,
0,
0,
0
]
},
"mass": 580
}
}

View File

@@ -0,0 +1,78 @@
{
"fer_de_lance": {
"group": "co",
"name": "Fer-de-Lance",
"manufacturer": "Zorgon Peterson",
"class": 2,
"cost": 51232230,
"speed": 260,
"boost": 350,
"agility": 6,
"shields": 300,
"armour": 225,
"fuelcost": 50,
"componentCapacity": {
"common": [
5,
5,
4,
4,
6,
4,
3
],
"hardpoints": [
4,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0
],
"internal": [
5,
4,
4,
2,
1
]
},
"defaultComponents": {
"common": [
"5E",
"5E",
"4E",
"4E",
"6E",
"4E",
"3C"
],
"hardpoints": [
0,
17,
17,
0,
0,
0,
0,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0,
0
]
},
"mass": 250
}
}

60
data/ships/hauler.json Normal file
View File

@@ -0,0 +1,60 @@
{
"hauler": {
"group": "fr",
"name": "Hauler",
"manufacturer": "Zorgon Peterson",
"class": 1,
"cost": 29807,
"speed": 200,
"boost": 300,
"agility": 6,
"shields": 50,
"armour": 50,
"fuelcost": 50,
"componentCapacity": {
"common": [
2,
2,
2,
1,
1,
1,
2
],
"hardpoints": [
1,
0,
0
],
"internal": [
3,
3,
2,
1
]
},
"defaultComponents": {
"common": [
"2E",
"2E",
"2E",
"1E",
"1E",
"1E",
"2C"
],
"hardpoints": [
17,
0,
0
],
"internal": [
0,
0,
0,
0
]
},
"mass": 14
}
}

View File

@@ -0,0 +1,78 @@
{
"imperial_clipper": {
"group": "mp",
"name": "Imperial Clipper",
"manufacturer": "Gutamaya",
"class": 3,
"cost": 21077784,
"speed": 300,
"boost": 380,
"agility": 2,
"shields": 180,
"armour": 270,
"fuelcost": 50,
"componentCapacity": {
"common": [
6,
6,
5,
5,
6,
5,
4
],
"hardpoints": [
3,
3,
2,
2,
0,
0,
0,
0
],
"internal": [
7,
6,
4,
4,
3,
3,
2,
2
]
},
"defaultComponents": {
"common": [
"6E",
"6E",
"5E",
"5E",
"6E",
"5E",
"4C"
],
"hardpoints": [
0,
0,
17,
17,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0,
0,
0,
0,
0
]
},
"mass": 400
}
}

76
data/ships/orca.json Normal file
View File

@@ -0,0 +1,76 @@
{
"orca": {
"group": "pa",
"name": "Orca",
"manufacturer": "Saud Kruger",
"class": 3,
"cost": 47798079,
"speed": 300,
"boost": 380,
"agility": 2,
"shields": 220,
"armour": 220,
"fuelcost": 50,
"componentCapacity": {
"common": [
5,
6,
5,
6,
5,
4,
4
],
"hardpoints": [
3,
2,
2,
0,
0,
0,
0
],
"internal": [
6,
5,
5,
5,
4,
3,
2,
2
]
},
"defaultComponents": {
"common": [
"5E",
"6E",
"5E",
"6E",
"5E",
"4E",
"4C"
],
"hardpoints": [
0,
17,
17,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0,
0,
0,
0,
0
]
},
"mass": 580
}
}

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
}
}

View File

@@ -0,0 +1,59 @@
{
"sidewinder": {
"group": "mp",
"name": "Sidewinder",
"class": 1,
"cost": 12887,
"speed": 220,
"boost": 320,
"agility": 8,
"shields": 40,
"armour": 60,
"fuelcost": 50,
"componentCapacity": {
"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": [
0,
0,
0
]
},
"mass": 25
}
}

View File

@@ -0,0 +1,70 @@
{
"type_6_transporter": {
"group": "fr",
"name": "Type-6 Transporter",
"manufacturer": "Lakon",
"class": 2,
"cost": 865782,
"speed": 220,
"boost": 350,
"agility": 3,
"shields": 90,
"armour": 90,
"fuelcost": 50,
"componentCapacity": {
"common": [
3,
4,
4,
2,
3,
2,
4
],
"hardpoints": [
1,
1,
0,
0,
0
],
"internal": [
5,
5,
4,
4,
3,
2,
2
]
},
"defaultComponents": {
"common": [
"3E",
"4E",
"4E",
"2E",
"3E",
"2E",
"4C"
],
"hardpoints": [
17,
17,
0,
0,
0
],
"internal": [
0,
0,
0,
0,
0,
0,
0
]
},
"mass": 155
}
}

View File

@@ -0,0 +1,78 @@
{
"type_7_transport": {
"group": "fr",
"name": "Type-7 Transport",
"manufacturer": "Lakon",
"class": 3,
"cost": 16881511,
"speed": 180,
"boost": 300,
"agility": 2,
"shields": 120,
"armour": 120,
"fuelcost": 50,
"componentCapacity": {
"common": [
4,
5,
5,
4,
3,
3,
5
],
"hardpoints": [
1,
1,
1,
1,
0,
0,
0,
0
],
"internal": [
6,
6,
5,
5,
4,
4,
2,
2
]
},
"defaultComponents": {
"common": [
"4E",
"5E",
"5E",
"4E",
"3E",
"3E",
"5C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0,
0,
0,
0,
0
]
},
"mass": 420
}
}

View File

@@ -0,0 +1,81 @@
{
"type_9_heavy": {
"group": "fr",
"name": "Type-9 Heavy",
"manufacturer": "Lakon",
"class": 3,
"cost": 73255168,
"speed": 130,
"boost": 200,
"agility": 0,
"shields": 240,
"armour": 240,
"fuelcost": 50,
"componentCapacity": {
"common": [
6,
7,
6,
5,
6,
4,
6
],
"hardpoints": [
2,
2,
2,
1,
1,
0,
0,
0,
0
],
"internal": [
7,
6,
5,
4,
4,
3,
3,
2
]
},
"defaultComponents": {
"common": [
"6E",
"7E",
"6E",
"5E",
"6E",
"4E",
"6C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0,
0,
0,
0,
0,
0
]
},
"mass": 1000
}
}

66
data/ships/viper.json Normal file
View File

@@ -0,0 +1,66 @@
{
"viper": {
"group": "co",
"name": "Viper",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"cost": 95893,
"speed": 320,
"boost": 400,
"agility": 6,
"shields": 105,
"armour": 70,
"fuelcost": 50,
"componentCapacity": {
"common": [
3,
3,
3,
2,
3,
3,
2
],
"hardpoints": [
2,
2,
1,
1,
0,
0
],
"internal": [
3,
3,
2,
1
]
},
"defaultComponents": {
"common": [
"3E",
"3E",
"3E",
"2E",
"3E",
"3E",
"2C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0
]
},
"mass": 60
}
}

68
data/ships/vulture.json Normal file
View File

@@ -0,0 +1,68 @@
{
"vulture": {
"group": "co",
"name": "Vulture",
"manufacturer": "Core Dynamics",
"class": 1,
"cost": 4689629,
"speed": 210,
"boost": 340,
"agility": 9,
"shields": 240,
"armour": 160,
"fuelcost": 50,
"componentCapacity": {
"common": [
4,
5,
4,
3,
5,
4,
3
],
"hardpoints": [
3,
3,
0,
0,
0,
0
],
"internal": [
5,
4,
2,
1,
1
]
},
"defaultComponents": {
"common": [
"4E",
"5E",
"4E",
"3E",
"5E",
"4E",
"3C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0
],
"internal": [
0,
0,
0,
0,
0
]
},
"mass": 230
}
}