Files
space-game/shared/data/scenario.json

144 lines
3.5 KiB
JSON

{
"initialStations": [
{
"label": "Dominion Power Relay",
"color": "#7ed4ff",
"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": "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": [ 40, 0, 12 ],
"systemId": "helios",
"factionId": "sol-dominion"
},
{
"shipId": "miner",
"count": 1,
"center": [ 54, 0, 18 ],
"systemId": "helios",
"factionId": "sol-dominion"
},
{
"shipId": "hauler",
"count": 1,
"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": [],
"miningDefaults": {
"nodeSystemId": "perseus",
"refinerySystemId": "helios"
}
}