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

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