54 lines
926 B
JSON
54 lines
926 B
JSON
{
|
|
"initialStations": [
|
|
{
|
|
"label": "Orbital Station",
|
|
"startingModules": [
|
|
"module_arg_dock_m_01_lowtech",
|
|
"module_gen_prod_energycells_01",
|
|
"module_arg_stor_solid_m_01",
|
|
"module_arg_stor_liquid_m_01"
|
|
],
|
|
"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"
|
|
}
|
|
}
|