Updated Schemas

This commit is contained in:
github-actions[bot] 2022-09-11 00:02:09 +00:00
parent e5b652ba22
commit 7c54d20d63

View File

@ -5,6 +5,11 @@
"description": "Configuration for a specific star system", "description": "Configuration for a specific star system",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"farClipPlaneOverride": {
"type": "number",
"description": "An override value for the far clip plane. Allows you to see farther.",
"format": "float"
},
"canEnterViaWarpDrive": { "canEnterViaWarpDrive": {
"type": "boolean", "type": "boolean",
"description": "Whether this system can be warped to via the warp drive. If you set factRequiredForWarp, this will be true.", "description": "Whether this system can be warped to via the warp drive. If you set factRequiredForWarp, this will be true.",