Updated Schemas

This commit is contained in:
Ben C 2023-01-18 04:50:09 +00:00
parent a4bb3896c8
commit 0ab7be1f71

View File

@ -1134,6 +1134,20 @@
"description": "The radius of the remote trigger volume.", "description": "The radius of the remote trigger volume.",
"format": "float" "format": "float"
}, },
"remoteTriggerPrereqConditions": {
"type": "array",
"description": "If setting up a remote trigger volume, these conditions must be met for it to trigger",
"items": {
"type": "string"
}
},
"remoteTriggerOnEnterConditions": {
"type": "array",
"description": "If setting up a remote trigger volume, but I have no idea what this does at all",
"items": {
"type": "string"
}
},
"xmlFile": { "xmlFile": {
"type": "string", "type": "string",
"description": "Relative path to the xml file defining the dialogue." "description": "Relative path to the xml file defining the dialogue."