feat: rework modules, items and fuel
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
{
|
||||
"initialStations": [
|
||||
{
|
||||
"constructibleId": "station-core",
|
||||
"label": "Orbital Station",
|
||||
"startingModules": [
|
||||
"dock-bay-small",
|
||||
"power-core",
|
||||
"bulk-bay",
|
||||
"liquid-tank"
|
||||
],
|
||||
"systemId": "helios",
|
||||
"planetIndex": 2,
|
||||
"lagrangeSide": -1
|
||||
@@ -29,7 +35,7 @@
|
||||
"systemId": "helios"
|
||||
},
|
||||
{
|
||||
"shipId": "gas-miner",
|
||||
"shipId": "hauler",
|
||||
"count": 1,
|
||||
"center": [
|
||||
60,
|
||||
@@ -37,16 +43,6 @@
|
||||
28
|
||||
],
|
||||
"systemId": "helios"
|
||||
},
|
||||
{
|
||||
"shipId": "gas-miner",
|
||||
"count": 1,
|
||||
"center": [
|
||||
60,
|
||||
0,
|
||||
32
|
||||
],
|
||||
"systemId": "helios"
|
||||
}
|
||||
],
|
||||
"patrolRoutes": [],
|
||||
|
||||
Reference in New Issue
Block a user