Applying some schemas fixes

This commit is contained in:
DaanV2
2024-02-17 12:32:54 +01:00
parent b84a0b530b
commit 98fc2bb2c3
10 changed files with 119 additions and 52 deletions

View File

@@ -10,7 +10,7 @@
"duration": {
"title": "Duration",
"description": "Random range in seconds after which the croaking stops. Can also be a constant.",
"$ref": "../../../../general/vectors/integer2OrValue.json"
"$ref": "../../../../general/vectors/number2OrValue.json"
},
"filters": {
"title": "Filters",

View File

@@ -76,6 +76,11 @@
"$ref": "../types/trigger.json",
"description": "Defines the event to trigger when this entity successfully attacks."
},
"on_kill": {
"title": "On Kill",
"$ref": "../types/trigger.json",
"description": "[UNDOCUMENTED] Defines the event to trigger when this entity successfully kills a target."
},
"outer_boundary_time_increase": {
"title": "Outer Boundary Time Increase",
"type": "number",