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

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