From f3fbf652ea5f2ca06bf2edca94349eb5aaa82f27 Mon Sep 17 00:00:00 2001 From: Ben C Date: Wed, 18 Jan 2023 05:15:37 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index f7bfd00b..e688ff86 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1134,19 +1134,9 @@ "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" - } + "remoteTriggerPrereqCondition": { + "type": "string", + "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." }, "xmlFile": { "type": "string",