This commit is contained in:
DaanV2
2021-07-01 16:42:21 +02:00
parent 63b688b92e
commit 5ec27268ea
91 changed files with 212 additions and 177 deletions

View File

@@ -7,12 +7,12 @@
"required": [],
"properties": {
"priority": { "$ref": "./types/priority.json" },
"max_dist": { "type": "number", "default": 0, "description": "Maximum distance to look for an entity", "title": "Max Dist" },
"max_dist": { "type": "number", "default": 0, "description": "Maximum distance to look for an entity", "title": "Maximum Dist" },
"max_flee": {
"type": "number",
"default": 0.5,
"description": "Distance in blocks within the mob considers it should stop fleeing.",
"title": "Max Flee"
"title": "Maximum Flee"
},
"walk_speed_multiplier": {
"type": "number",

View File

@@ -9,13 +9,13 @@
"priority": { "$ref": "types/priority.json" },
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
"max_seconds_before_search": {
"title": "Max Seconds Before Search",
"title": "Maximum Seconds Before Search",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "number"
},
"search_cooldown_max_seconds": {
"title": "Search Cooldown Max Seconds",
"title": "Search Cooldown Maximum Seconds",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "number"

View File

@@ -17,7 +17,7 @@
"type": "number",
"default": 10.0,
"description": "Minimum distance the target must be for the mob to run this goal.",
"title": "Min Radius"
"title": "Minimum Radius"
},
"within_radius_event": {
"$ref": "../types/event.json",

View File

@@ -33,31 +33,31 @@
},
"x_max_rotation": {
"type": "number",
"title": "X Max Rotation",
"title": "X Maximum Rotation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"y_max_head_rotation": {
"type": "number",
"title": "Y Max Head Rotation",
"title": "Y Maximum Head Rotation",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"max_distance": {
"type": "number",
"title": "Max Distance",
"title": "Maximum Distance",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"max_sneak_range": {
"type": "number",
"title": "Max Sneak Range",
"title": "Maximum Sneak Range",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"max_sprint_range": {
"type": "number",
"title": "Max Sprint Range",
"title": "Maximum Sprint Range",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},

View File

@@ -10,26 +10,26 @@
"max_look_count": {
"type": "integer",
"default": 2,
"description": "The max amount of unique looks a mob will have while looking around.",
"title": "Max Look Count"
"description": "The Maximum amount of unique looks a mob will have while looking around.",
"title": "Maximum Look Count"
},
"max_look_time": {
"type": "integer",
"default": 40,
"description": "The max amount of time (in ticks) a mob will stay looking at a direction while looking around.",
"title": "Max Look Time"
"description": "The Maximum amount of time (in ticks) a mob will stay looking at a direction while looking around.",
"title": "Maximum Look Time"
},
"min_look_count": {
"type": "integer",
"default": 1,
"description": "The min amount of unique looks a mob will have while looking around.",
"title": "Min Look Count"
"description": "The Minimum amount of unique looks a mob will have while looking around.",
"title": "Minimum Look Count"
},
"min_look_time": {
"type": "integer",
"default": 20,
"description": "The min amount of time (in ticks) a mob will stay looking at a direction while looking around.",
"title": "Min Look Time"
"description": "The Minimum amount of time (in ticks) a mob will stay looking at a direction while looking around.",
"title": "Minimum Look Time"
},
"probability": { "type": "number", "default": 0.02, "description": "The probability of randomly looking around/sitting.", "title": "Probability" }
}

View File

@@ -24,7 +24,7 @@
"type": "number",
"default": 10,
"description": "The minimum amount of time in seconds before the mob can stand back up",
"title": "Min Sit Time"
"title": "Minimum Sit Time"
},
"start_chance": {
"type": "number",

View File

@@ -16,7 +16,7 @@
"turn_range": { "type": "number", "title": "Turn Range", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"min_change_direction_time": {
"type": "number",
"title": "Min Change Direction Time",
"title": "Minimum Change Direction Time",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}

View File

@@ -29,13 +29,13 @@
"type": "number",
"default": 10,
"description": "The maximum distance away a target can be before the mob gives up on stalking",
"title": "Max Stalk Dist"
"title": "Maximum Stalk Dist"
},
"pounce_max_dist": {
"type": "number",
"default": 5,
"description": "The maximum distance away from the target in blocks to begin pouncing at the target",
"title": "Pounce Max Dist"
"title": "Pounce Maximum Dist"
},
"set_persistent": {
"type": "boolean",
@@ -47,7 +47,7 @@
"strike_dist": {
"type": "number",
"default": 2,
"description": "The max distance away from the target when landing from the pounce that will still result in damaging the target",
"description": "The Maximum distance away from the target when landing from the pounce that will still result in damaging the target",
"title": "Strike Dist"
},
"stuck_time": {

View File

@@ -10,7 +10,7 @@
"carried_item_switch_time": {
"type": "number",
"default": 2,
"description": "The max time in seconds that the trader will hold an item before attempting to switch for a different item that takes the same trade",
"description": "The Maximum time in seconds that the trader will hold an item before attempting to switch for a different item that takes the same trade",
"title": "Carried Item Switch Time"
},
"cooldown": {
@@ -22,13 +22,13 @@
"interest_time": {
"type": "number",
"default": 45,
"description": "The max time in seconds that the trader will be interested with showing it's trade items",
"description": "The Maximum time in seconds that the trader will be interested with showing it's trade items",
"title": "Interest_time"
},
"remove_item_time": {
"type": "number",
"default": 1,
"description": "The max time in seconds that the trader will wait when you no longer have items to trade",
"description": "The Maximum time in seconds that the trader will wait when you no longer have items to trade",
"title": "Remove Item Time"
},
"within_radius": {

View File

@@ -34,13 +34,13 @@
"sound_delay_max": {
"type": "integer",
"default": 0,
"description": "The max interval in which a sound will play",
"description": "The Maximum interval in which a sound will play",
"title": "Sound Delay Maximum"
},
"sound_delay_min": {
"type": "integer",
"default": 0,
"description": "The min interval in which a sound will play",
"description": "The Minimum interval in which a sound will play",
"title": "Sound Delay Minimum"
},
"work_in_rain_tolerance": {