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 @@
{
"adder": {
"group": "ex",
"name": "Adder",
"manufacturer": "Zorgon Peterson",
"class": 1,
"cost": 39993,
"speed": 220,
"boost": 320,
"agility": 8,
"shields": 60,
"armour": 90,
"fuelcost": 50,
"slotCap": {
"properties": {
"group": "ex",
"name": "Adder",
"manufacturer": "Zorgon Peterson",
"class": 1,
"cost": 39993,
"speed": 220,
"boost": 320,
"agility": 8,
"shields": 60,
"armour": 90,
"fuelcost": 50,
"mass": 35
},
"slots": {
"common": [
3,
3,
@@ -36,7 +39,7 @@
1
]
},
"defaultComponents": {
"defaults": {
"common": [
"3E",
"3E",
@@ -60,7 +63,6 @@
0,
"2h"
]
},
"mass": 35
}
}
}