Deepen faction economy and station planning

This commit is contained in:
2026-03-19 23:34:06 -04:00
parent 9a5040cf1f
commit cd1fe776a5
33 changed files with 3170 additions and 175 deletions

View File

@@ -1,50 +1,138 @@
{
"initialStations": [
{
"label": "Orbital Station",
"label": "Dominion Power Relay",
"color": "#7ed4ff",
"objective": "power",
"startingModules": [
"module_arg_dock_m_01_lowtech",
"module_gen_prod_energycells_01",
"module_arg_stor_solid_m_01",
"module_arg_stor_liquid_m_01",
"module_arg_stor_container_m_01",
"module_gen_prod_refinedmetals_01"
"module_gen_prod_energycells_01"
],
"systemId": "helios",
"factionId": "sol-dominion",
"planetIndex": 1,
"lagrangeSide": -1
},
{
"label": "Dominion Hullworks",
"color": "#7ed4ff",
"objective": "hullparts",
"startingModules": [
"module_arg_dock_m_01_lowtech",
"module_arg_stor_container_m_01",
"module_gen_prod_energycells_01",
"module_gen_prod_hullparts_01"
],
"systemId": "helios",
"factionId": "sol-dominion",
"planetIndex": 2,
"lagrangeSide": -1
},
{
"label": "Dominion Clay Grid",
"color": "#7ed4ff",
"objective": "claytronics",
"startingModules": [
"module_arg_dock_m_01_lowtech",
"module_arg_stor_container_m_01",
"module_gen_prod_energycells_01",
"module_gen_prod_claytronics_01"
],
"systemId": "helios",
"factionId": "sol-dominion",
"planetIndex": 0,
"lagrangeSide": 1
},
{
"label": "League Power Relay",
"color": "#ff8f70",
"objective": "power",
"startingModules": [
"module_arg_dock_m_01_lowtech",
"module_arg_stor_liquid_m_01",
"module_arg_stor_container_m_01",
"module_gen_prod_energycells_01"
],
"systemId": "sol",
"factionId": "asterion-league",
"planetIndex": 1,
"lagrangeSide": 1
},
{
"label": "League Hullworks",
"color": "#ff8f70",
"objective": "hullparts",
"startingModules": [
"module_arg_dock_m_01_lowtech",
"module_arg_stor_container_m_01",
"module_gen_prod_energycells_01",
"module_gen_prod_hullparts_01"
],
"systemId": "sol",
"factionId": "asterion-league",
"planetIndex": 2,
"lagrangeSide": 1
},
{
"label": "League Clay Grid",
"color": "#ff8f70",
"objective": "claytronics",
"startingModules": [
"module_arg_dock_m_01_lowtech",
"module_arg_stor_container_m_01",
"module_gen_prod_energycells_01",
"module_gen_prod_claytronics_01"
],
"systemId": "sol",
"factionId": "asterion-league",
"planetIndex": 3,
"lagrangeSide": -1
}
],
"shipFormations": [
{
"shipId": "constructor",
"count": 1,
"center": [
45,
0,
20
],
"systemId": "helios"
"center": [ 40, 0, 12 ],
"systemId": "helios",
"factionId": "sol-dominion"
},
{
"shipId": "miner",
"count": 1,
"center": [
52,
0,
24
],
"systemId": "helios"
"center": [ 54, 0, 18 ],
"systemId": "helios",
"factionId": "sol-dominion"
},
{
"shipId": "hauler",
"count": 1,
"center": [
60,
0,
28
],
"systemId": "helios"
"center": [ 62, 0, 8 ],
"systemId": "helios",
"factionId": "sol-dominion"
},
{
"shipId": "constructor",
"count": 1,
"center": [ 42, 0, -16 ],
"systemId": "sol",
"factionId": "asterion-league"
},
{
"shipId": "miner",
"count": 1,
"center": [ 56, 0, -12 ],
"systemId": "sol",
"factionId": "asterion-league"
},
{
"shipId": "hauler",
"count": 1,
"center": [ 68, 0, -18 ],
"systemId": "sol",
"factionId": "asterion-league"
}
],
"patrolRoutes": [],