This commit is contained in:
DaanV2
2021-06-09 11:19:07 +02:00
parent 10070db06d
commit f4ea22c654
11 changed files with 39 additions and 29 deletions

View File

@@ -15,22 +15,22 @@
"title": "Explore Dist"
},
"wait_time": { "type": "integer", "default": 0, "description": "The time the mob will stand around `searching` for POIs", "title": "Wait Time" },
"next_xz": { "title": "TODO", "description": "UNDOCUMENATED", "type": "integer" },
"next_y": { "title": "TODO", "description": "UNDOCUMENATED", "type": "integer" },
"min_wait_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
"max_wait_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
"max_travel_time": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
"min_perimeter": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
"min_dist_from_target": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
"timer_ratio": { "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
"next_xz": { "title": "Next XZ", "description": "UNDOCUMENATED", "type": "integer" },
"next_y": { "title": "Next Y", "description": "UNDOCUMENATED", "type": "integer" },
"min_wait_time": { "title": "Minimum Wait Time", "description": "UNDOCUMENATED", "type": "number" },
"max_wait_time": { "title": "Maximum Wait Time", "description": "UNDOCUMENATED", "type": "number" },
"max_travel_time": { "title": "Maximum Travel Time", "description": "UNDOCUMENATED", "type": "number" },
"min_perimeter": { "title": "Minimum Perimeter", "description": "UNDOCUMENATED", "type": "number" },
"min_dist_from_target": { "title": "Minimum Distance From Target", "description": "UNDOCUMENATED", "type": "number" },
"timer_ratio": { "title": "Timer Ratio", "description": "UNDOCUMENATED", "type": "number" },
"dist_from_boundary": {
"title": "TODO",
"title": "Distance From Boundary",
"description": "UNDOCUMENATED",
"type": "array",
"items": [
{ "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
{ "title": "TODO", "description": "UNDOCUMENATED", "type": "number" },
{ "title": "TODO", "description": "UNDOCUMENATED", "type": "number" }
{ "title": "X", "description": "UNDOCUMENATED", "type": "number" },
{ "title": "Y", "description": "UNDOCUMENATED", "type": "number" },
{ "title": "Z", "description": "UNDOCUMENATED", "type": "number" }
]
}
}

View File

@@ -11,31 +11,31 @@
"type": "boolean",
"default": false,
"description": "If true, the mob will not go into water blocks when going towards a mount",
"title": "TODO Title"
"title": "Avoid Water"
},
"mount_distance": {
"type": "number",
"default": -1,
"description": "This is the distance the mob needs to be, in blocks, from the desired mount to mount it. If the value is below 0, the mob will use its default attack distance",
"title": "TODO Title"
"title": "Mount Distance"
},
"start_delay": {
"type": "integer",
"default": 0,
"description": "Time the mob will wait before starting to move towards the mount",
"title": "TODO Title"
"title": "Start Delay"
},
"target_needed": {
"type": "boolean",
"default": false,
"description": "If true, the mob will only look for a mount if it has a target",
"title": "TODO Title"
"title": "Target Needed"
},
"within_radius": {
"type": "number",
"default": 0,
"description": "Distance in blocks within which the mob will look for a mount",
"title": "TODO Title"
"title": "Within Radius"
}
}
}