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 @@
{
"anaconda": {
"group": "mp",
"name": "Anaconda",
"manufacturer": "Faulcon DeLacy",
"class": 3,
"cost": 141889932,
"speed": 180,
"boost": 240,
"agility": 2,
"shields": 350,
"armour": 525,
"fuelcost": 50,
"slotCap": {
"properties": {
"group": "mp",
"name": "Anaconda",
"manufacturer": "Faulcon DeLacy",
"class": 3,
"cost": 141889932,
"speed": 180,
"boost": 240,
"agility": 2,
"shields": 350,
"armour": 525,
"fuelcost": 50,
"mass": 400
},
"slots": {
"common": [
8,
7,
@@ -53,7 +56,7 @@
2
]
},
"defaultComponents": {
"defaults": {
"common": [
"8E",
"7E",
@@ -94,7 +97,6 @@
"2h",
"00"
]
},
"mass": 400
}
}
}