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",