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 @@
{
"vulture": {
"group": "co",
"name": "Vulture",
"manufacturer": "Core Dynamics",
"class": 1,
"cost": 4689629,
"speed": 210,
"boost": 340,
"agility": 9,
"shields": 240,
"armour": 160,
"fuelcost": 50,
"slotCap": {
"properties": {
"group": "co",
"name": "Vulture",
"manufacturer": "Core Dynamics",
"class": 1,
"cost": 4689629,
"speed": 210,
"boost": 340,
"agility": 9,
"shields": 240,
"armour": 160,
"fuelcost": 50,
"mass": 230
},
"slots": {
"common": [
4,
5,
@@ -37,7 +40,7 @@
1
]
},
"defaultComponents": {
"defaults": {
"common": [
"4E",
"5E",
@@ -62,7 +65,6 @@
0,
"2h"
]
},
"mass": 230
}
}
}