mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Merge branch 'hawkbar-vessel-fixes' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into hawkbar-vessel-fixes
This commit is contained in:
commit
174500a19d
@ -145,7 +145,7 @@
|
|||||||
},
|
},
|
||||||
"alwaysPresent": {
|
"alwaysPresent": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Whether the vessel should spawn in this system even if it wasn't used to warp to it."
|
"description": "Whether the vessel should spawn in this system even if it wasn't used to warp to it. This will automatically power on the vessel."
|
||||||
},
|
},
|
||||||
"spawnOnVessel": {
|
"spawnOnVessel": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
@ -156,6 +156,10 @@
|
|||||||
"description": "Whether the vessel should have physics enabled. This must be set to false for the vessel to stay attached to a parent body.",
|
"description": "Whether the vessel should have physics enabled. This must be set to false for the vessel to stay attached to a parent body.",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
|
"hasZeroGravityVolume": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Whether the vessel should have a zero-gravity volume around it that ignores any other sources of gravity, like the vessel works in Dark Bramble."
|
||||||
|
},
|
||||||
"vesselSpawn": {
|
"vesselSpawn": {
|
||||||
"description": "The location that the vessel will warp to.",
|
"description": "The location that the vessel will warp to.",
|
||||||
"$ref": "#/definitions/VesselInfo"
|
"$ref": "#/definitions/VesselInfo"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user