From deb5f1670de9d8e0a7f6348d5e54e2ab017bb426 Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Wed, 13 Jul 2022 21:21:29 +0100 Subject: [PATCH] Update admire_item.json #41 --- .../entities/format/behaviors/admire_item.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/source/behavior/entities/format/behaviors/admire_item.json b/source/behavior/entities/format/behaviors/admire_item.json index 83f42e5e..a1d904b9 100644 --- a/source/behavior/entities/format/behaviors/admire_item.json +++ b/source/behavior/entities/format/behaviors/admire_item.json @@ -9,26 +9,24 @@ "$ref": "types/priority.json" }, "admire_item_sound": { + "title": "Admire Item Sound", "type": "string", - "description": "The sound event to play when admiring the item", - "title": "Admire Item Sound" + "description": "The sound event to play when admiring the item" }, "on_admire_item_start": { - "$ref": "../types/event.json", "title": "On Admire Item Start", - "description": "The event to run when admiring the item", - "$comment": "UNDOCUMENTED" + "$ref": "../types/event.json", + "description": "The event to run when admiring the item" }, "on_admire_item_stop": { - "$ref": "../types/event.json", "title": "On Admire Item Stop", - "description": "The event to run when no longer admiring the item", - "$comment": "UNDOCUMENTED" + "$ref": "../types/event.json", + "description": "The event to run when no longer admiring the item" }, "sound_interval": { + "title": "Sound Interval", "default": 0, "description": "The range of time in seconds to randomly wait before playing the sound again.", - "title": "Sound Interval", "oneOf": [ { "type": "array",