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 @@
{
"imperial_cutter": {
"eddbID": null,
"properties": {
"name": "Imperial Cutter",
"manufacturer": "Gutamaya",
"class": 3,
"hullCost": 199926890,
"speed": 200,
"boost": 320,
"boostEnergy": 23,
"agility": 2,
"baseShieldStrength": 605,
"baseArmour": 720,
"hullMass": 1100,
"masslock": null,
"pipSpeed": 0.05
},
"retailCost": 208969450,
"slots": {
"standard": [8,8,7,7,7,7,6],
"hardpoints": [4,3,3,2,2,2,2,0,0,0,0,0,0,0,0],
"internal": [8,8,6,6,6,5,5,4,3]
},
"defaults": {
"standard": ["8E","8E","7E","7E","7E","7E","6C"],
"hardpoints": [0,0,0,17,17,0,0,0,0,0,0,0,0,0,0],
"internal": ["4t","06","04",0,0,0,0,"01","2h"]
}
}
}