Updated titles

This commit is contained in:
DaanV2
2021-06-24 17:46:39 +02:00
parent ae2f83e07c
commit c71ba5ab36
23 changed files with 105 additions and 92 deletions

View File

@@ -12,7 +12,7 @@
"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": "Timeout Cooldown"
}
}
}

View File

@@ -12,25 +12,25 @@
"type": "number",
"default": 0.5,
"description": "Distance in blocks within the mob considers it has reached the goal. This is the `wiggle room` to stop the AI from bouncing back and forth trying to reach a specific spot",
"title": "TODO Title"
"title": "Goal Radius"
},
"search_count": {
"type": "integer",
"default": 10,
"description": "The number of blocks each tick that the mob will check within it's search range and height for a valid block to move to. A value of 0 will have the mob check every block within range in one tick",
"title": "TODO Title"
"title": "Search Count"
},
"search_height": {
"type": "integer",
"default": 1,
"description": "Height in blocks the mob will look for land to move towards",
"title": "TODO Title"
"title": "Search Height"
},
"search_range": {
"type": "integer",
"default": 0,
"description": "The distance in blocks it will look for land to move towards",
"title": "TODO Title"
"title": "Search Range"
}
}
}

View File

@@ -8,6 +8,6 @@
"properties": {
"priority": { "$ref": "./types/priority.json" },
"speed_multiplier": { "$ref": "./types/speed_multiplier.json" },
"poi_type": { "type": "string", "description": "Tells the goal what POI type it should be looking for", "title": "TODO Title" }
"poi_type": { "type": "string", "description": "Tells the goal what POI type it should be looking for", "title": "Point Of Interest Type" }
}
}

View File

@@ -12,13 +12,13 @@
"type": "number",
"default": 16,
"description": "Defines the distance from the mob, in blocks, that the block to move to will be chosen.",
"title": "TODO Title"
"title": "Block Distance"
},
"within_radius": {
"type": "number",
"default": 0,
"description": "Defines the distance in blocks the mob has to be from the block for the movement to be finished.",
"title": "TODO Title"
"title": "Within Radius"
}
}
}