Refine ship orders and viewer controls
This commit is contained in:
66
shared/data/scenarios/minimal.json
Normal file
66
shared/data/scenarios/minimal.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"worldGeneration": {
|
||||
"seed": 1,
|
||||
"targetSystemCount": 1,
|
||||
"useKnownSystems": false,
|
||||
"aiControllerFactionCount": 0,
|
||||
"generatePlayerFaction": false
|
||||
},
|
||||
"systems": [
|
||||
{
|
||||
"id": "minimal",
|
||||
"label": "Minimal Test System",
|
||||
"position": [0, 0, 0],
|
||||
"stars": [
|
||||
{
|
||||
"kind": "main-sequence",
|
||||
"color": "#fff1b8",
|
||||
"glow": "#ffd35a",
|
||||
"size": 420000,
|
||||
"orbitRadius": 0,
|
||||
"orbitSpeed": 0,
|
||||
"orbitPhaseAtEpoch": 0
|
||||
}
|
||||
],
|
||||
"asteroidField": {
|
||||
"decorationCount": 0,
|
||||
"radiusOffset": 0,
|
||||
"radiusVariance": 0,
|
||||
"heightVariance": 0
|
||||
},
|
||||
"resourceNodes": [
|
||||
{
|
||||
"sourceKind": "asteroid-belt",
|
||||
"angle": 0.6,
|
||||
"radiusOffset": 180000,
|
||||
"inclinationDegrees": 3,
|
||||
"oreAmount": 12000,
|
||||
"itemId": "ore",
|
||||
"shardCount": 9
|
||||
}
|
||||
],
|
||||
"planets": [
|
||||
{
|
||||
"label": "Primer",
|
||||
"planetType": "terrestrial",
|
||||
"shape": "sphere",
|
||||
"moons": [],
|
||||
"orbitRadius": 0.8,
|
||||
"orbitSpeed": 0.14,
|
||||
"orbitEccentricity": 0.01,
|
||||
"orbitInclination": 0,
|
||||
"orbitLongitudeOfAscendingNode": 0,
|
||||
"orbitArgumentOfPeriapsis": 0,
|
||||
"orbitPhaseAtEpoch": 0,
|
||||
"size": 6200,
|
||||
"color": "#6ea7d4",
|
||||
"tilt": 0,
|
||||
"hasRing": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"initialStations": [],
|
||||
"shipFormations": [],
|
||||
"patrolRoutes": []
|
||||
}
|
||||
Reference in New Issue
Block a user