Updated Schemas

This commit is contained in:
github-actions[bot] 2022-11-08 05:30:54 +00:00
parent 53230dfcf3
commit d5ec0b20f3

View File

@ -1773,9 +1773,16 @@
"description": "Type of singularity (white hole or black hole)",
"$ref": "#/definitions/SingularityType"
},
"hasAudio": {
"hasWarpEffects": {
"type": "boolean",
"description": "Whether it has ambient audio"
"description": "Whether a black hole emits blue particles upon warping. It doesn't scale, so disabling this for small black holes is recommended"
},
"renderQueueOverride": {
"type": "integer",
"description": "Optional override for the render queue. If the singularity is rendering oddly, increasing this to 3000 can help",
"format": "int32",
"maximum": 3500.0,
"minimum": 2501.0
}
}
},