Updated filter refernences

This commit is contained in:
DaanV2
2021-06-03 14:11:45 +02:00
parent 8edda85149
commit 85f00c81cf
217 changed files with 277 additions and 349 deletions

View File

@@ -6,8 +6,8 @@
"description": "Allows a mob with the hide component to attempt to move to - and hide at - an owned or nearby POI.",
"required": [],
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"duration": { "type": "number", "default": 1, "description": "Amount of time in seconds that the mob reacts.", "title": "TODO Title" },
"poi_type": { "type": "string", "default": "", "description": "Defines what POI type to hide at.", "title": "TODO Title" },
"timeout_cooldown": {