Migrating data to seperate sub-repo

This commit is contained in:
Colin McLeod
2015-10-22 20:31:29 -07:00
commit 0e48c6a8cc
65 changed files with 4532 additions and 0 deletions

70
ships/adder.json Executable file
View File

@@ -0,0 +1,70 @@
{
"adder": {
"properties": {
"name": "Adder",
"manufacturer": "Zorgon Peterson",
"class": 1,
"hullCost": 40000,
"speed": 220,
"boost": 320,
"boostEnergy": 9,
"agility": 8,
"baseShieldStrength": 60,
"baseArmour": 162,
"hullMass": 35,
"masslock": 7,
"pipSpeed": 0.13625
},
"retailCost": 87810,
"slots": {
"standard": [
3,
3,
3,
1,
2,
3,
3
],
"hardpoints": [
2,
1,
1,
0,
0
],
"internal": [
3,
3,
2,
2,
1
]
},
"defaults": {
"standard": [
"3E",
"3E",
"3E",
"1E",
"2E",
"3E",
"3C"
],
"hardpoints": [
0,
17,
17,
0,
0
],
"internal": [
"01",
"44",
"00",
0,
"2h"
]
}
}
}

104
ships/anaconda.json Executable file
View File

@@ -0,0 +1,104 @@
{
"anaconda": {
"properties": {
"name": "Anaconda",
"manufacturer": "Faulcon DeLacy",
"class": 3,
"hullCost": 141889930,
"speed": 180,
"boost": 240,
"boostEnergy": 29,
"agility": 2,
"baseShieldStrength": 350,
"baseArmour": 945,
"hullMass": 400,
"masslock": 23,
"pipSpeed": 0.13875
},
"retailCost": 146969450,
"slots": {
"standard": [
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
]
},
"defaults": {
"standard": [
"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": [
"05",
"04",
"4j",
0,
"03",
0,
0,
0,
0,
"2h",
"00"
]
}
}
}

84
ships/asp.json Executable file
View File

@@ -0,0 +1,84 @@
{
"asp": {
"properties": {
"name": "Asp Explorer",
"manufacturer": "Lakon",
"class": 2,
"hullCost": 6135660,
"speed": 250,
"boost": 340,
"boostEnergy": 14,
"agility": 6,
"baseShieldStrength": 140,
"baseArmour": 378,
"hullMass": 280,
"masslock": 11,
"pipSpeed": 0.13
},
"retailCost": 6661150,
"slots": {
"standard": [
5,
5,
5,
4,
4,
5,
5
],
"hardpoints": [
2,
2,
1,
1,
1,
1,
0,
0,
0,
0
],
"internal": [
6,
5,
3,
3,
3,
2,
2
]
},
"defaults": {
"standard": [
"5E",
"5E",
"5E",
"4E",
"4E",
"5E",
"5C"
],
"hardpoints": [
0,
0,
17,
17,
0,
0,
0,
0,
0,
0
],
"internal": [
"04",
"4e",
"01",
0,
0,
"00",
"2h"
]
}
}
}

74
ships/cobra_mk_iii.json Executable file
View File

@@ -0,0 +1,74 @@
{
"cobra_mk_iii": {
"properties": {
"name": "Cobra Mk III",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"hullCost": 235800,
"speed": 280,
"boost": 400,
"boostEnergy": 11,
"agility": 6,
"baseShieldStrength": 80,
"baseArmour": 216,
"hullMass": 180,
"masslock": 8,
"pipSpeed": 0.125
},
"retailCost": 379720,
"slots": {
"standard": [
4,
4,
4,
3,
3,
3,
4
],
"hardpoints": [
2,
2,
1,
1,
0,
0
],
"internal": [
4,
4,
4,
2,
2,
2
]
},
"defaults": {
"standard": [
"4E",
"4E",
"4E",
"3E",
"3E",
"3E",
"4C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0
],
"internal": [
"02",
"02",
"49",
"00",
0,
"2h"
]
}
}
}

View File

@@ -0,0 +1,74 @@
{
"diamondback_explorer": {
"properties": {
"name": "Diamondback Explorer",
"manufacturer": "Lakon",
"class": 1,
"hullCost": 1635700,
"speed": 260,
"boost": 340,
"boostEnergy": 14,
"agility": 5,
"baseShieldStrength": 146,
"baseArmour": 270,
"hullMass": 298,
"masslock": 10,
"pipSpeed": 0.09625
},
"retailCost": 1894760,
"slots": {
"standard": [
4,
4,
5,
3,
4,
3,
5
],
"hardpoints": [
3,
2,
2,
0,
0,
0,
0
],
"internal": [
4,
4,
3,
3,
2
]
},
"defaults": {
"standard": [
"4E",
"4E",
"5E",
"3E",
"4E",
"3E",
"5C"
],
"hardpoints": [
0,
17,
17,
0,
0,
0,
0
],
"internal": [
"49",
"02",
"01",
0,
"2h"
]
}
}
}

View File

@@ -0,0 +1,74 @@
{
"diamondback": {
"properties": {
"name": "Diamondback Scout",
"manufacturer": "Lakon",
"class": 1,
"hullCost": 461340,
"speed": 283,
"boost": 380,
"boostEnergy": 11,
"agility": 8,
"baseShieldStrength": 118,
"baseArmour": 216,
"hullMass": 170,
"masslock": 8,
"pipSpeed": 0.09875
},
"retailCost": 564330,
"slots": {
"standard": [
4,
4,
4,
2,
3,
2,
4
],
"hardpoints": [
2,
2,
1,
1,
0,
0,
0,
0
],
"internal": [
3,
3,
3,
2
]
},
"defaults": {
"standard": [
"4E",
"4E",
"4E",
"2E",
"3E",
"2E",
"4C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0,
0,
0
],
"internal": [
"44",
0,
0,
"2h"
]
}
}
}

64
ships/eagle.json Executable file
View File

@@ -0,0 +1,64 @@
{
"eagle": {
"properties": {
"name": "Eagle",
"manufacturer": "Core Dynamics",
"class": 1,
"hullCost": 10440,
"speed": 240,
"boost": 350,
"boostEnergy": 9,
"agility": 10,
"baseShieldStrength": 60,
"baseArmour": 72,
"hullMass": 50,
"masslock": 6,
"pipSpeed": 0.0625
},
"retailCost": 44800,
"slots": {
"standard": [
2,
3,
3,
1,
2,
2,
2
],
"hardpoints": [
1,
1,
1,
0
],
"internal": [
3,
2,
1
]
},
"defaults": {
"standard": [
"2E",
"3E",
"3E",
"1E",
"2E",
"2E",
"2C"
],
"hardpoints": [
17,
17,
0,
0
],
"internal": [
"44",
"00",
"2h"
]
}
}
}

View File

@@ -0,0 +1,78 @@
{
"federal_assault_ship": {
"properties": {
"name": "Federal Assault Ship",
"manufacturer": "Core Dynamics",
"class": 2,
"hullCost": 19072000,
"speed": 210,
"boost": 350,
"boostEnergy": 21,
"agility": 6,
"baseShieldStrength": 200,
"baseArmour": 540,
"hullMass": 480,
"masslock": 14,
"pipSpeed": 0.11125
},
"retailCost": 19814210,
"slots": {
"standard": [
6,
6,
5,
5,
6,
4,
4
],
"hardpoints": [
3,
3,
2,
2,
0,
0,
0,
0
],
"internal": [
5,
5,
4,
3,
2,
2
]
},
"defaults": {
"standard": [
"6E",
"6E",
"5E",
"5E",
"6E",
"4E",
"4C"
],
"hardpoints": [
0,
0,
17,
17,
0,
0,
0,
0
],
"internal": [
"4e",
"03",
"02",
"02",
0,
0
]
}
}
}

82
ships/federal_dropship.json Executable file
View File

@@ -0,0 +1,82 @@
{
"federal_dropship": {
"properties": {
"name": "Federal Dropship",
"manufacturer": "Core Dynamics",
"class": 2,
"hullCost": 13469990,
"speed": 180,
"boost": 300,
"boostEnergy": 21,
"agility": 2,
"baseShieldStrength": 200,
"baseArmour": 540,
"hullMass": 580,
"masslock": 14,
"pipSpeed": 0.0725
},
"retailCost": 14314210,
"slots": {
"standard": [
6,
6,
5,
5,
6,
4,
4
],
"hardpoints": [
3,
2,
2,
2,
2,
0,
0,
0,
0
],
"internal": [
6,
5,
5,
4,
3,
3,
2
]
},
"defaults": {
"standard": [
"6E",
"6E",
"5E",
"5E",
"6E",
"4E",
"4C"
],
"hardpoints": [
0,
17,
17,
0,
0,
0,
0,
0,
0
],
"internal": [
"04",
"03",
"4e",
"02",
0,
0,
"2h"
]
}
}
}

View File

@@ -0,0 +1,82 @@
{
"federal_gunship": {
"properties": {
"name": "Federal Gunship",
"manufacturer": "Core Dynamics",
"class": 2,
"hullCost": 34774790,
"speed": 170,
"boost": 280,
"boostEnergy": 21,
"agility": 2,
"baseShieldStrength": 250,
"baseArmour": 630,
"hullMass": 580,
"masslock": 14,
"pipSpeed": 0.1025
},
"retailCost": 35814210,
"slots": {
"standard": [
6,
6,
5,
5,
7,
5,
4
],
"hardpoints": [
3,
2,
2,
2,
2,
1,
1,
0,
0,
0,
0
],
"internal": [
6,
6,
5,
2,
2
]
},
"defaults": {
"standard": [
"6E",
"6E",
"5E",
"5E",
"7E",
"5E",
"4C"
],
"hardpoints": [
0,
17,
17,
0,
0,
0,
0,
0,
0,
0,
0
],
"internal": [
0,
"4j",
"03",
0,
"2h"
]
}
}
}

82
ships/fer_de_lance.json Executable file
View File

@@ -0,0 +1,82 @@
{
"fer_de_lance": {
"properties": {
"name": "Fer-de-Lance",
"manufacturer": "Zorgon Peterson",
"class": 2,
"hullCost": 51232230,
"speed": 260,
"boost": 350,
"boostEnergy": 21,
"agility": 6,
"baseShieldStrength": 300,
"baseArmour": 405,
"hullMass": 250,
"masslock": 12,
"pipSpeed": 0.03875
},
"retailCost": 51567040,
"slots": {
"standard": [
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
]
},
"defaults": {
"standard": [
"5E",
"5E",
"4E",
"4E",
"6E",
"4E",
"3C"
],
"hardpoints": [
0,
17,
17,
0,
0,
0,
0,
0,
0,
0,
0
],
"internal": [
"03",
"49",
"02",
0,
"2h"
]
}
}
}

64
ships/hauler.json Executable file
View File

@@ -0,0 +1,64 @@
{
"hauler": {
"properties": {
"name": "Hauler",
"manufacturer": "Zorgon Peterson",
"class": 1,
"hullCost": 29790,
"speed": 200,
"boost": 300,
"agility": 6,
"boostEnergy": 7,
"baseShieldStrength": 50,
"baseArmour": 90,
"hullMass": 14,
"masslock": 6,
"pipSpeed": 0.1625
},
"retailCost": 52720,
"slots": {
"standard": [
2,
2,
2,
1,
1,
1,
2
],
"hardpoints": [
1,
0,
0
],
"internal": [
3,
3,
2,
1
]
},
"defaults": {
"standard": [
"2E",
"2E",
"2E",
"1E",
"1E",
"1E",
"2C"
],
"hardpoints": [
17,
0,
0
],
"internal": [
"01",
"01",
"3v",
"2h"
]
}
}
}

82
ships/imperial_clipper.json Executable file
View File

@@ -0,0 +1,82 @@
{
"imperial_clipper": {
"properties": {
"name": "Imperial Clipper",
"manufacturer": "Gutamaya",
"class": 3,
"hullCost": 21077780,
"speed": 300,
"boost": 380,
"boostEnergy": 21,
"agility": 2,
"baseShieldStrength": 180,
"baseArmour": 486,
"hullMass": 400,
"masslock": 12,
"pipSpeed": 0.1
},
"retailCost": 22296860,
"slots": {
"standard": [
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
]
},
"defaults": {
"standard": [
"6E",
"6E",
"5E",
"5E",
"6E",
"5E",
"4C"
],
"hardpoints": [
0,
0,
17,
17,
0,
0,
0,
0
],
"internal": [
"05",
"4j",
"02",
0,
0,
0,
"00",
"2h"
]
}
}
}

View File

@@ -0,0 +1,76 @@
{
"imperial_courier": {
"properties": {
"name": "Imperial Courier",
"manufacturer": "Gutamaya",
"class": 1,
"hullCost": 2481550,
"speed": 280,
"boost": 380,
"boostEnergy": 11,
"agility": 6,
"baseShieldStrength": 197,
"baseArmour": 144,
"hullMass": 35,
"masslock": 7,
"pipSpeed": 0.05375
},
"retailCost": 2542930,
"slots": {
"standard": [
4,
3,
3,
1,
3,
2,
3
],
"hardpoints": [
2,
2,
2,
0,
0,
0,
0
],
"internal": [
3,
3,
2,
2,
2,
1
]
},
"defaults": {
"standard": [
"4E",
"3E",
"3E",
"1E",
"3E",
"2E",
"3C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0,
0
],
"internal": [
"01",
"01",
"3v",
"00",
"00",
"2h"
]
}
}
}

64
ships/imperial_eagle.json Normal file
View File

@@ -0,0 +1,64 @@
{
"imperial_eagle": {
"properties": {
"name": "Imperial Eagle",
"manufacturer": "Core Dynamics",
"class": 1,
"hullCost": 72180,
"speed": 300,
"boost": 400,
"boostEnergy": 9,
"agility": 6,
"baseShieldStrength": 80,
"baseArmour": 108,
"hullMass": 50,
"masslock": 6,
"pipSpeed": 0.075
},
"retailCost": 110830,
"slots": {
"standard": [
3,
3,
3,
1,
2,
2,
2
],
"hardpoints": [
2,
1,
1,
0
],
"internal": [
3,
2,
1
]
},
"defaults": {
"standard": [
"3E",
"3E",
"3E",
"1E",
"2E",
"2E",
"2C"
],
"hardpoints": [
0,
17,
17,
0
],
"internal": [
"44",
"00",
"2h"
]
}
}
}

80
ships/orca.json Executable file
View File

@@ -0,0 +1,80 @@
{
"orca": {
"properties": {
"name": "Orca",
"manufacturer": "Saud Kruger",
"class": 3,
"hullCost": 47798080,
"speed": 300,
"boost": 380,
"boostEnergy": 17,
"agility": 2,
"baseShieldStrength": 220,
"baseArmour": 396,
"hullMass": 580,
"masslock": 13,
"pipSpeed": 0.08375
},
"retailCost": 48539890,
"slots": {
"standard": [
5,
6,
5,
6,
5,
4,
4
],
"hardpoints": [
3,
2,
2,
0,
0,
0,
0
],
"internal": [
{ "class": 6, "eligible": { "cr": 1, "hr": 1 } },
{ "class": 5, "eligible": { "cr": 1, "hr": 1 } },
5,
5,
4,
3,
2,
2
]
},
"defaults": {
"standard": [
"5E",
"6E",
"5E",
"6E",
"5E",
"4E",
"4C"
],
"hardpoints": [
0,
17,
17,
0,
0,
0,
0
],
"internal": [
"04",
"03",
"03",
"4e",
"02",
0,
0,
"2h"
]
}
}
}

86
ships/python.json Executable file
View File

@@ -0,0 +1,86 @@
{
"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"
]
}
}
}

64
ships/sidewinder.json Executable file
View File

@@ -0,0 +1,64 @@
{
"sidewinder": {
"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"
]
}
}
}

74
ships/type_6_transporter.json Executable file
View File

@@ -0,0 +1,74 @@
{
"type_6_transporter": {
"properties": {
"name": "Type-6 Transporter",
"manufacturer": "Lakon",
"class": 2,
"hullCost": 865790,
"speed": 220,
"boost": 350,
"boostEnergy": 11,
"agility": 3,
"baseShieldStrength": 90,
"baseArmour": 162,
"hullMass": 155,
"masslock": 8,
"pipSpeed": 0.1475
},
"retailCost": 1045950,
"slots": {
"standard": [
3,
4,
4,
2,
3,
2,
4
],
"hardpoints": [
1,
1,
0,
0,
0
],
"internal": [
5,
5,
4,
4,
3,
2,
2
]
},
"defaults": {
"standard": [
"3E",
"4E",
"4E",
"2E",
"3E",
"2E",
"4C"
],
"hardpoints": [
17,
17,
0,
0,
0
],
"internal": [
"03",
"03",
"02",
"02",
"44",
"00",
"2h"
]
}
}
}

82
ships/type_7_transport.json Executable file
View File

@@ -0,0 +1,82 @@
{
"type_7_transport": {
"properties": {
"name": "Type-7 Transporter",
"manufacturer": "Lakon",
"class": 3,
"hullCost": 16881510,
"speed": 180,
"boost": 300,
"boostEnergy": 11,
"agility": 2,
"baseShieldStrength": 120,
"baseArmour": 216,
"hullMass": 420,
"masslock": 10,
"pipSpeed": 0.16625
},
"retailCost": 17472250,
"slots": {
"standard": [
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
]
},
"defaults": {
"standard": [
"4E",
"5E",
"5E",
"4E",
"3E",
"3E",
"5C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0,
0,
0
],
"internal": [
"04",
"04",
"03",
"03",
"02",
"49",
0,
"2h"
]
}
}
}

86
ships/type_9_heavy.json Executable file
View File

@@ -0,0 +1,86 @@
{
"type_9_heavy": {
"properties": {
"name": "Type-9 Heavy",
"manufacturer": "Lakon",
"class": 3,
"hullCost": 73255150,
"speed": 130,
"boost": 200,
"boostEnergy": 21,
"agility": 0,
"baseShieldStrength": 240,
"baseArmour": 432,
"hullMass": 1000,
"masslock": 16,
"pipSpeed": 0.17375
},
"retailCost": 76555840,
"slots": {
"standard": [
6,
7,
6,
5,
6,
4,
6
],
"hardpoints": [
2,
2,
2,
1,
1,
0,
0,
0,
0
],
"internal": [
8,
7,
6,
5,
4,
4,
3,
3,
2
]
},
"defaults": {
"standard": [
"6E",
"7E",
"6E",
"5E",
"6E",
"4E",
"6C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0,
0,
0,
0
],
"internal": [
"06",
"05",
"4j",
"03",
"02",
0,
"01",
0,
"2h"
]
}
}
}

70
ships/viper.json Executable file
View File

@@ -0,0 +1,70 @@
{
"viper": {
"properties": {
"name": "Viper",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"hullCost": 95900,
"speed": 320,
"boost": 400,
"boostEnergy": 11,
"agility": 6,
"baseShieldStrength": 105,
"baseArmour": 126,
"hullMass": 60,
"masslock": 7,
"pipSpeed": 0.09375
},
"retailCost": 142930,
"slots": {
"standard": [
3,
3,
3,
2,
3,
3,
2
],
"hardpoints": [
2,
2,
1,
1,
0,
0
],
"internal": [
3,
3,
2,
1
]
},
"defaults": {
"standard": [
"3E",
"3E",
"3E",
"2E",
"3E",
"3E",
"2C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0
],
"internal": [
"01",
"44",
0,
"2h"
]
}
}
}

72
ships/vulture.json Executable file
View File

@@ -0,0 +1,72 @@
{
"vulture": {
"properties": {
"name": "Vulture",
"manufacturer": "Core Dynamics",
"class": 1,
"hullCost": 4689640,
"speed": 210,
"boost": 340,
"boostEnergy": 17,
"agility": 9,
"baseShieldStrength": 240,
"baseArmour": 288,
"hullMass": 230,
"masslock": 10,
"pipSpeed": 0.02375
},
"retailCost": 4925620,
"slots": {
"standard": [
4,
5,
4,
3,
5,
4,
3
],
"hardpoints": [
3,
3,
0,
0,
0,
0
],
"internal": [
5,
4,
2,
1,
1
]
},
"defaults": {
"standard": [
"4E",
"5E",
"4E",
"3E",
"5E",
"4E",
"3C"
],
"hardpoints": [
17,
17,
0,
0,
0,
0
],
"internal": [
"4e",
"02",
0,
0,
"2h"
]
}
}
}