Updated Schemas

This commit is contained in:
github-actions[bot] 2022-07-15 13:37:01 +00:00
parent 8652f84221
commit a2ed79341a

View File

@ -580,6 +580,10 @@
"description": "The color of the shafts of light coming from the entrances to the node. Leave blank for the default yellowish color: (131, 124, 105, 255)",
"$ref": "#/definitions/MColor"
},
"farFogTint": {
"description": "The color a dimension's background fog turns when you approach this node (if it's in a dimension). If this node is not in a dimension, this does nothing. Leave blank for the default yellowish white color: (255, 245, 217, 255)",
"$ref": "#/definitions/MColor"
},
"possibleExits": {
"type": "array",
"description": "An array of integers from 0-5. By default, all entrances are allowed. To force this node to warp players out from only one hole set this value to [3], [5], or similar. Values of 0-5 only.",