Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-26 01:31:58 +00:00
parent 4088852ce0
commit 5b62deb4b0

View File

@ -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."
}
}
},