Updated Schemas

This commit is contained in:
github-actions[bot] 2022-09-06 03:37:40 +00:00
parent 331d33ac77
commit 70f07c20a9

View File

@ -2468,6 +2468,10 @@
"type": "string", "type": "string",
"description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)."
}, },
"rename": {
"type": "string",
"description": "An optional rename of this volume."
},
"audio": { "audio": {
"type": "string", "type": "string",
"description": "The audio to use. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list." "description": "The audio to use. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
@ -2541,6 +2545,10 @@
"type": "string", "type": "string",
"description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)."
}, },
"rename": {
"type": "string",
"description": "An optional rename of this volume."
},
"type": { "type": {
"description": "The type of hazard for this volume.", "description": "The type of hazard for this volume.",
"default": "general", "default": "general",
@ -2618,6 +2626,10 @@
"parentPath": { "parentPath": {
"type": "string", "type": "string",
"description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)."
},
"rename": {
"type": "string",
"description": "An optional rename of this volume."
} }
} }
}, },
@ -2638,6 +2650,10 @@
"type": "string", "type": "string",
"description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)."
}, },
"rename": {
"type": "string",
"description": "An optional rename of this volume."
},
"target": { "target": {
"description": "What the notification will show for.", "description": "What the notification will show for.",
"default": "all", "default": "all",
@ -2700,6 +2716,10 @@
"type": "string", "type": "string",
"description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)." "description": "The relative path from the planet to the parent of this object. Optional (will default to the root sector)."
}, },
"rename": {
"type": "string",
"description": "An optional rename of this volume."
},
"maxAngle": { "maxAngle": {
"type": "number", "type": "number",
"description": "The max view angle (in degrees) the player can see the volume with to unlock the fact (`observe` only)", "description": "The max view angle (in degrees) the player can see the volume with to unlock the fact (`observe` only)",