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 @@
{
"asp": {
"group": "ex",
"name": "Asp",
"manufacturer": "Lakon",
"class": 2,
"cost": 6135658,
"speed": 250,
"boost": 340,
"agility": 6,
"shields": 140,
"armour": 210,
"fuelcost": 50,
"slotCap": {
"properties": {
"group": "ex",
"name": "Asp",
"manufacturer": "Lakon",
"class": 2,
"cost": 6135658,
"speed": 250,
"boost": 340,
"agility": 6,
"shields": 140,
"armour": 210,
"fuelcost": 50,
"mass": 280
},
"slots": {
"common": [
5,
5,
@@ -43,7 +46,7 @@
2
]
},
"defaultComponents": {
"defaults": {
"common": [
"5E",
"5E",
@@ -74,7 +77,6 @@
"00",
"2h"
]
},
"mass": 280
}
}
}