Merge branch 'more-remote-dialogue-stuff' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into more-remote-dialogue-stuff

This commit is contained in:
Nick 2023-01-17 23:53:24 -05:00
commit b378d2f715

View File

@ -1134,6 +1134,20 @@
"description": "The radius of the remote trigger volume.",
"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": {
"type": "string",
"description": "Relative path to the xml file defining the dialogue."