Refactor world bootstrap and allow empty startup worlds
This commit is contained in:
12
shared/data/scenarios/empty.json
Normal file
12
shared/data/scenarios/empty.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"worldGeneration": {
|
||||
"seed": 8,
|
||||
"targetSystemCount": 2,
|
||||
"useKnownSystems": true,
|
||||
"aiControllerFactionCount": 0,
|
||||
"generatePlayerFaction": false
|
||||
},
|
||||
"initialStations": [],
|
||||
"shipFormations": [],
|
||||
"patrolRoutes": []
|
||||
}
|
||||
Reference in New Issue
Block a user