Add sound event schema and use where appropriate (#120)

* Fix typo in module name

* Add sound_event schema and add it where appropriate
This commit is contained in:
Piotr Brzozowski
2022-10-02 21:51:03 +02:00
committed by GitHub
parent 8b599b4562
commit c60e5c0d39
28 changed files with 444 additions and 38 deletions

View File

@@ -21,7 +21,7 @@
}
},
"begin_transform_sound": {
"type": "string",
"$ref": "../../../../general/sound_event.json",
"description": "Sound to play when the transformation starts.",
"title": "Begin Transform Sound"
},
@@ -106,7 +106,7 @@
"title": "Preserve Equipment"
},
"transformation_sound": {
"type": "string",
"$ref": "../../../../general/sound_event.json",
"default": "",
"description": "Sound to play when the entity is done transforming.",
"title": "Transformation Sound"