Fill defaults in entity behaviors (#116)

This commit is contained in:
Piotr Brzozowski
2022-10-01 23:06:21 +02:00
committed by GitHub
parent 87f9ed6509
commit d088d35a1e
4 changed files with 23 additions and 12 deletions

View File

@@ -59,7 +59,7 @@
"title": "On Celebration End Event"
},
"sound_interval": {
"default": 0,
"default": [2, 7],
"description": "Minimum and maximum time between sound events (positive, in seconds).",
"title": "Sound Interval",
"$ref": "../types/range_number_type.json"