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,41 +9,16 @@
"properties": {
"priority": { "$ref": "types/base_priority.json" },
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
"cooldown_time": {
"type": "number",
"default": 0,
"description": "Time in seconds the mob has to wait before using the goal again",
"title": "Cooldown time"
},
"goal_radius": {
"type": "number",
"default": 0,
"description": "UNDOCUMANTED",
"title": "UNDOCUMANTED"
},
"sleep_collider_height": {
"type": "number",
"default": 1,
"description": "The height of the mob's collider while sleeping",
"title": "Sleep collider height"
},
"sleep_collider_width": {
"type": "number",
"default": 1,
"description": "The width of the mob's collider while sleeping",
"title": "Sleep collider width"
},
"sleep_y_offset": {
"type": "number",
"default": 1,
"description": "The y offset of the mob's collider while sleeping",
"title": "Sleep y offset"
},
"cooldown_time": { "type": "number", "default": 0, "description": "Time in seconds the mob has to wait before using the goal again", "title": "Cooldown Time" },
"goal_radius": { "type": "number", "default": 0, "description": "UNDOCUMANTED", "title": "UNDOCUMANTED" },
"sleep_collider_height": { "type": "number", "default": 1, "description": "The height of the mob's collider while sleeping", "title": "Sleep Collider Height" },
"sleep_collider_width": { "type": "number", "default": 1, "description": "The width of the mob's collider while sleeping", "title": "Sleep Collider Width" },
"sleep_y_offset": { "type": "number", "default": 1, "description": "The y offset of the mob's collider while sleeping", "title": "Sleep Y Offset" },
"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": "Timeout cooldown"
"title": "Timeout Cooldown"
}
}
}