UI changes, added utilitiy services, persistance, serialization

This commit is contained in:
Colin McLeod
2015-05-01 01:14:29 -07:00
parent f736a078ec
commit 51ac98d10f
82 changed files with 2709 additions and 2516 deletions

View File

@@ -1,17 +1,20 @@
{
"cobra_mk_iii": {
"group": "mp",
"name": "Cobra Mk III",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"cost": 235787,
"speed": 280,
"boost": 400,
"agility": 6,
"shields": 80,
"armour": 120,
"fuelcost": 50,
"slotCap": {
"properties": {
"group": "mp",
"name": "Cobra Mk III",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"cost": 235787,
"speed": 280,
"boost": 400,
"agility": 6,
"shields": 80,
"armour": 120,
"fuelcost": 50,
"mass": 180
},
"slots": {
"common": [
4,
4,
@@ -38,7 +41,7 @@
2
]
},
"defaultComponents": {
"defaults": {
"common": [
"4E",
"4E",
@@ -64,7 +67,6 @@
0,
"2h"
]
},
"mass": 180
}
}
}