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

16 lines
534 B
JSON

{
"initialStations": [
{ "constructibleId": "station-core", "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": "gas-miner", "count": 1, "center": [60, 0, 28], "systemId": "helios" }
],
"patrolRoutes": [],
"miningDefaults": {
"nodeSystemId": "perseus",
"refinerySystemId": "helios"
}
}