From d97d75e602acf5941d0f2b47835a09c7bb087f4f Mon Sep 17 00:00:00 2001 From: Ben C Date: Thu, 20 Jul 2023 01:23:39 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 8974ffde..b8c835e9 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -1328,6 +1328,19 @@ "ignoreSun": { "type": "boolean", "description": "Set to true if this object's lighting should ignore the effects of sunlight" + }, + "activationCondition": { + "type": "string", + "description": "Activates this game object when the dialogue condition is met" + }, + "deactivationCondition": { + "type": "string", + "description": "Deactivates this game object when the dialogue condition is met" + }, + "blinkWhenActiveChanged": { + "type": "boolean", + "description": "Should the player close their eyes while the activation state changes. Only relevant if activationCondition or deactivationCondition are set.", + "default": true } } },