From 0ab7be1f714f0ae7bbba5acd5d3f430a740574f4 Mon Sep 17 00:00:00 2001 From: Ben C Date: Wed, 18 Jan 2023 04:50:09 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index c69a205c..f7bfd00b 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -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."