mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
4088852ce0
commit
5b62deb4b0
@ -7,7 +7,7 @@
|
||||
"properties": {
|
||||
"canEnterViaWarpDrive": {
|
||||
"type": "boolean",
|
||||
"description": "Whether this system can be warped to via the warp drive",
|
||||
"description": "Whether this system can be warped to via the warp drive. If you set factRequiredForWarp, this will be overwritten.",
|
||||
"default": true
|
||||
},
|
||||
"destroyStockPlanets": {
|
||||
@ -22,7 +22,7 @@
|
||||
},
|
||||
"factRequiredForWarp": {
|
||||
"type": "string",
|
||||
"description": "Set to the FactID that must be revealed before it can be warped to. Don't set `CanEnterViaWarpDrive` to `false` if\nyou're using this, that would make no sense."
|
||||
"description": "Set to the FactID that must be revealed before it can be warped to. Don't set `canEnterViaWarpDrive` to `false` if\nyou're using this, because it will be overwritten."
|
||||
},
|
||||
"loopDuration": {
|
||||
"type": "number",
|
||||
@ -138,6 +138,10 @@
|
||||
"warpExitRotation": {
|
||||
"description": "Euler angles by which the warp exit will be oriented.",
|
||||
"$ref": "#/definitions/MVector3"
|
||||
},
|
||||
"promptFact": {
|
||||
"type": "string",
|
||||
"description": "A ship log fact which will make a prompt appear showing the coordinates when you're in the Vessel."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user