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 @@
{
"python": {
"group": "mp",
"name": "Python",
"manufacturer": "Faulcon DeLacy",
"class": 2,
"cost": 55171395,
"speed": 230,
"boost": 280,
"agility": 6,
"shields": 260,
"armour": 260,
"fuelcost": 50,
"slotCap": {
"properties": {
"group": "mp",
"name": "Python",
"manufacturer": "Faulcon DeLacy",
"class": 2,
"cost": 55171395,
"speed": 230,
"boost": 280,
"agility": 6,
"shields": 260,
"armour": 260,
"fuelcost": 50,
"mass": 350
},
"slots": {
"common": [
7,
6,
@@ -44,7 +47,7 @@
2
]
},
"defaultComponents": {
"defaults": {
"common": [
"7E",
"6E",
@@ -76,7 +79,6 @@
"00",
"2h"
]
},
"mass": 350
}
}
}