Update admire_item.json

#41
This commit is contained in:
ChibiMango
2022-07-13 21:21:29 +01:00
parent 764708701a
commit deb5f1670d

View File

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