auto: Formatted documents
This commit is contained in:
@@ -8,8 +8,18 @@
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/base_priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/base_speed_multiplier.json" },
|
||||
"cooldown_max": { "type": "number", "default": 0, "description": "Maximum time in seconds the mob has to wait before using the goal again", "title": "Cooldown Max" },
|
||||
"cooldown_min": { "type": "number", "default": 0, "description": "Minimum time in seconds the mob has to wait before using the goal again", "title": "Cooldown Min" },
|
||||
"cooldown_max": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Maximum time in seconds the mob has to wait before using the goal again",
|
||||
"title": "Cooldown Max"
|
||||
},
|
||||
"cooldown_min": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Minimum time in seconds the mob has to wait before using the goal again",
|
||||
"title": "Cooldown Min"
|
||||
},
|
||||
"mob_detect_dist": {
|
||||
"type": "number",
|
||||
"default": 6,
|
||||
|
||||
Reference in New Issue
Block a user