mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
UI changes, added utilitiy services, persistance, serialization
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user