54 lines
858 B
JSON
54 lines
858 B
JSON
{
|
|
"initialStations": [
|
|
{
|
|
"label": "Orbital Station",
|
|
"startingModules": [
|
|
"dock-bay-small",
|
|
"power-core",
|
|
"bulk-bay",
|
|
"liquid-tank"
|
|
],
|
|
"systemId": "helios",
|
|
"planetIndex": 2,
|
|
"lagrangeSide": -1
|
|
}
|
|
],
|
|
"shipFormations": [
|
|
{
|
|
"shipId": "constructor",
|
|
"count": 1,
|
|
"center": [
|
|
45,
|
|
0,
|
|
20
|
|
],
|
|
"systemId": "helios"
|
|
},
|
|
{
|
|
"shipId": "miner",
|
|
"count": 1,
|
|
"center": [
|
|
52,
|
|
0,
|
|
24
|
|
],
|
|
"systemId": "helios"
|
|
},
|
|
{
|
|
"shipId": "hauler",
|
|
"count": 1,
|
|
"center": [
|
|
60,
|
|
0,
|
|
28
|
|
],
|
|
"systemId": "helios"
|
|
}
|
|
],
|
|
"patrolRoutes": [],
|
|
"miningDefaults": {
|
|
"nodeSystemId": "perseus",
|
|
"refinerySystemId": "helios"
|
|
}
|
|
}
|