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 @@
{
"sidewinder": {
"group": "mp",
"name": "Sidewinder",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"cost": 12887,
"speed": 220,
"boost": 320,
"agility": 8,
"shields": 40,
"armour": 60,
"fuelcost": 50,
"slotCap": {
"properties": {
"group": "mp",
"name": "Sidewinder",
"manufacturer": "Faulcon DeLacy",
"class": 1,
"cost": 12887,
"speed": 220,
"boost": 320,
"agility": 8,
"shields": 40,
"armour": 60,
"fuelcost": 50,
"mass": 25
},
"slots": {
"common": [
2,
2,
@@ -33,7 +36,7 @@
1
]
},
"defaultComponents": {
"defaults": {
"common": [
"2E",
"2E",
@@ -54,7 +57,6 @@
"01",
"2h"
]
},
"mass": 25
}
}
}