@@ -9,26 +9,24 @@
|
|||||||
"$ref": "types/priority.json"
|
"$ref": "types/priority.json"
|
||||||
},
|
},
|
||||||
"admire_item_sound": {
|
"admire_item_sound": {
|
||||||
|
"title": "Admire Item Sound",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The sound event to play when admiring the item",
|
"description": "The sound event to play when admiring the item"
|
||||||
"title": "Admire Item Sound"
|
|
||||||
},
|
},
|
||||||
"on_admire_item_start": {
|
"on_admire_item_start": {
|
||||||
"$ref": "../types/event.json",
|
|
||||||
"title": "On Admire Item Start",
|
"title": "On Admire Item Start",
|
||||||
"description": "The event to run when admiring the item",
|
"$ref": "../types/event.json",
|
||||||
"$comment": "UNDOCUMENTED"
|
"description": "The event to run when admiring the item"
|
||||||
},
|
},
|
||||||
"on_admire_item_stop": {
|
"on_admire_item_stop": {
|
||||||
"$ref": "../types/event.json",
|
|
||||||
"title": "On Admire Item Stop",
|
"title": "On Admire Item Stop",
|
||||||
"description": "The event to run when no longer admiring the item",
|
"$ref": "../types/event.json",
|
||||||
"$comment": "UNDOCUMENTED"
|
"description": "The event to run when no longer admiring the item"
|
||||||
},
|
},
|
||||||
"sound_interval": {
|
"sound_interval": {
|
||||||
|
"title": "Sound Interval",
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"description": "The range of time in seconds to randomly wait before playing the sound again.",
|
"description": "The range of time in seconds to randomly wait before playing the sound again.",
|
||||||
"title": "Sound Interval",
|
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|||||||
Reference in New Issue
Block a user