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

@@ -30,7 +30,7 @@
"type": "number",
"default": 0,
"description": "Maximum distance in blocks this mob will look for entities to drop an item for.",
"title": "Max Dist"
"title": "Maximum Dist"
},
"minimum_teleport_distance": {
"title": "Minimum Teleport Distance",
@@ -38,7 +38,12 @@
"$comment": "UNDOCUMENTED",
"type": "number"
},
"max_head_look_at_height": { "title": "Max Head Look At Height", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" },
"max_head_look_at_height": {
"title": "Maximum Head Look At Height",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "number"
},
"offering_distance": {
"type": "number",
"default": [1.0],

View File

@@ -40,7 +40,7 @@
"type": "integer",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Max Failed Attempts"
"title": "Maximum Failed Attempts"
}
}
}

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

@@ -15,7 +15,7 @@
"type": "number",
"default": 16,
"description": "To be a valid target choice, the target type cannot be farther away from this entity than `max_dist`.",
"title": "Max Dist"
"title": "Maximum Dist"
},
"must_see": {
"type": "boolean",

View File

@@ -32,7 +32,12 @@
"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": "Goal Radius"
},
"max_dist": { "type": "number", "default": 0, "description": "Maximum distance this mob will look for items to pick up", "title": "Max Dist" },
"max_dist": {
"type": "number",
"default": 0,
"description": "Maximum distance this mob will look for items to pick up",
"title": "Maximum Dist"
},
"pickup_based_on_chance": {
"type": "boolean",
"default": false,

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

@@ -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": {