Adding ships and modules from 1.5 beta

This commit is contained in:
Colin McLeod
2015-11-14 00:04:22 -08:00
parent 5350fb5e07
commit d4730b6379
16 changed files with 559 additions and 408 deletions

View File

@@ -0,0 +1,31 @@
{
"federal_corvette": {
"eddbID": null,
"properties": {
"name": "Federal Corvette",
"manufacturer": "Core Dynamics",
"class": 3,
"hullCost": 182589570,
"speed": 200,
"boost": 260,
"boostEnergy": 27,
"agility": 2,
"baseShieldStrength": 555,
"baseArmour": 666,
"hullMass": 900,
"masslock": null,
"pipSpeed": 0.125
},
"retailCost": 187969450,
"slots": {
"standard": [8,7,6,5,8,8,5],
"hardpoints": [4,4,3,2,2,1,1,0,0,0,0,0,0,0,0],
"internal": [7,7,7,6,6,5,5,4,4,3]
},
"defaults": {
"standard": ["8E","7E","6E","5E","8E","8E","5C"],
"hardpoints": [0,0,0,17,17,0,0,0,0,0,0,0,0,0,0],
"internal": ["4o","05",0,0,0,0,0,"02","01","2h"]
}
}
}