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 @@
{
"eagle": {
"group": "co",
"name": "Eagle",
"manufacturer": "Core Dynamics",
"class": 1,
"cost": 10446,
"speed": 240,
"boost": 350,
"agility": 10,
"shields": 60,
"armour": 40,
"fuelcost": 50,
"slotCap": {
"properties": {
"group": "co",
"name": "Eagle",
"manufacturer": "Core Dynamics",
"class": 1,
"cost": 10446,
"speed": 240,
"boost": 350,
"agility": 10,
"shields": 60,
"armour": 40,
"fuelcost": 50,
"mass": 50
},
"slots": {
"common": [
2,
3,
@@ -33,7 +36,7 @@
1
]
},
"defaultComponents": {
"defaults": {
"common": [
"2E",
"3E",
@@ -54,7 +57,6 @@
"00",
"2h"
]
},
"mass": 50
}
}
}