This commit is contained in:
DaanV2
2021-03-21 15:18:38 +01:00
parent d3298267bc
commit 698ee42623
960 changed files with 5960 additions and 22946 deletions

View File

@@ -9,23 +9,13 @@
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_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"
},
"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": {
"type": "number",
"default": 8,
"description": "The cooldown time in seconds before the goal can be reused after a internal failure or timeout condition.",
"title": "TODO title"
"title": "TODO Title"
}
}
}