From b0b3a166e89e749f31f7410b3a391d58f5c8ff9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Jun 2022 20:50:24 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 5615d7fa..6405ffbe 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -895,6 +895,12 @@ "description": "Allows you to trigger dialogue from a distance when you walk into an area.", "$ref": "#/definitions/MVector3" }, + "interactRange": { + "type": "number", + "description": "Distance from radius the prompt appears", + "format": "float", + "default": 2.0 + }, "remoteTriggerRadius": { "type": "number", "description": "The radius of the remote trigger volume.",