Updated Schemas

This commit is contained in:
Ben C 2023-01-18 05:15:37 +00:00
parent fb0d9e30f6
commit f3fbf652ea

View File

@ -1134,19 +1134,9 @@
"description": "The radius of the remote trigger volume.", "description": "The radius of the remote trigger volume.",
"format": "float" "format": "float"
}, },
"remoteTriggerPrereqConditions": { "remoteTriggerPrereqCondition": {
"type": "array", "type": "string",
"description": "If setting up a remote trigger volume, these conditions must be met for it to trigger", "description": "If setting up a remote trigger volume, this conditions must be met for it to trigger. Note: This is a dialogue condition, not a persistent condition."
"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",