updating todo titles
This commit is contained in:
@@ -10,37 +10,36 @@
|
||||
"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"
|
||||
},
|
||||
"max_failed_attempts": {
|
||||
"type": "integer",
|
||||
"$comment": "NOT DOCUMENTATED BY MINECRAFT",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"title": "TODO Title"
|
||||
"title": "Max Failed Attempts"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,21 +11,26 @@
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
"description": "The delay after which the knockback occurs (in seconds).",
|
||||
"title": "TODO Title"
|
||||
"title": "Attack Time"
|
||||
},
|
||||
"cooldown_time": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Time in seconds the mob has to wait before using the goal again",
|
||||
"title": "TODO Title"
|
||||
"title": "Cooldown Time"
|
||||
},
|
||||
"duration": { "type": "number", "default": 1, "description": "The duration of the roar (in seconds).", "title": "TODO Title" },
|
||||
"knockback_damage": { "type": "integer", "default": 6, "description": "The damage dealt by the knockback roar.", "title": "TODO Title" },
|
||||
"knockback_range": { "type": "integer", "default": 4, "description": "The radius (in blocks) of the knockback effect.", "title": "TODO Title" },
|
||||
"knockback_strength": { "type": "integer", "default": 4, "description": "The strength of the knockback.", "title": "TODO Title" },
|
||||
"Trigger": { "$ref": "../types/trigger.json", "description": "On_roar_end", "title": "TODO Title" },
|
||||
"knockback_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"duration": { "type": "number", "default": 1, "description": "The duration of the roar (in seconds).", "title": "Duration" },
|
||||
"knockback_damage": { "type": "integer", "default": 6, "description": "The damage dealt by the knockback roar.", "title": "Knockback Damage" },
|
||||
"knockback_range": {
|
||||
"type": "integer",
|
||||
"default": 4,
|
||||
"description": "The radius (in blocks) of the knockback effect.",
|
||||
"title": "Knockback Range"
|
||||
},
|
||||
"knockback_strength": { "type": "integer", "default": 4, "description": "The strength of the knockback.", "title": "Knockback Strength" },
|
||||
"Trigger": { "$ref": "../types/trigger.json", "description": "On_roar_end", "title": "Trigger" },
|
||||
"knockback_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "Knockback Filters" },
|
||||
"damage_filters": { "$ref": "../../filters/filters.json", "description": "UNDOCUMENTATED", "title": "Damage Filters" },
|
||||
"on_roar_end": { "$ref": "../types/event.json", "description": "UNDOCUMENTATED", "title": "On Roar End" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -39,6 +39,6 @@
|
||||
"title": "Look Time",
|
||||
"items": [{ "type": "number" }, { "type": "number" }]
|
||||
},
|
||||
"target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"target_distance": { "type": "number", "description": "UNDOCUMENTATED", "title": "Target Distance" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"description": "If true, the mob can pickup items to its hand or armor slots",
|
||||
"title": "Can Pickup To Hand Or Equipment"
|
||||
},
|
||||
"cooldown_after_being_attacked": { "type": "number", "default": true, "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"cooldown_after_being_attacked": { "type": "number", "default": true, "description": "UNDOCUMENTATED", "title": "Cooldown After Being Attacked" },
|
||||
"goal_radius": {
|
||||
"type": "number",
|
||||
"default": 0.5,
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"properties": {
|
||||
"priority": { "$ref": "types/priority.json" },
|
||||
"speed_multiplier": { "$ref": "types/speed_multiplier.json" },
|
||||
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" },
|
||||
"avoid_damage_blocks": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Avoid Damage Blocks" },
|
||||
"can_land_on_trees": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
@@ -27,6 +27,6 @@
|
||||
"description": "Distance in blocks that the mob will look up or down for a new spot to move to. Must be at least 1",
|
||||
"title": "Y Dist"
|
||||
},
|
||||
"y_offset": { "type": "integer", "description": "UNDOCUMENTATED", "title": "UNDOCUMENTATED" }
|
||||
"y_offset": { "type": "integer", "description": "UNDOCUMENTATED", "title": "Y Offset" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,29 +22,29 @@
|
||||
},
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/priority.json" },
|
||||
"cast_duration": { "type": "number", "description": "Time in seconds for the entire event sending process", "title": "TODO Title" },
|
||||
"cast_duration": { "type": "number", "description": "Time in seconds for the entire event sending process", "title": "Cast Duration" },
|
||||
"event_choices": {
|
||||
"type": "array",
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Event Choices",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"title": "UNDOCUMENTATED",
|
||||
"title": "Event Choice",
|
||||
"description": "UNDOCUMENTATED",
|
||||
"properties": {
|
||||
"min_activation_range": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"max_activation_range": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"cooldown_time": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"cast_duration": { "type": "number", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"min_activation_range": { "type": "number", "title": "Minimum Activation Range", "description": "UNDOCUMENTATED" },
|
||||
"max_activation_range": { "type": "number", "title": "Maxmimum Activation Range", "description": "UNDOCUMENTATED" },
|
||||
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTATED" },
|
||||
"cast_duration": { "type": "number", "title": "Cast Duration", "description": "UNDOCUMENTATED" },
|
||||
"filters": { "$ref": "../../filters/filters.json" },
|
||||
"particle_color": { "type": "string", "format": "color-hex", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"weight": { "type": "integer", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"start_sound_event": { "type": "string", "title": "UNDOCUMENTATED", "description": "UNDOCUMENTATED" },
|
||||
"particle_color": { "type": "string", "format": "color-hex", "title": "Particle Color", "description": "UNDOCUMENTATED" },
|
||||
"weight": { "type": "integer", "title": "Weight", "description": "UNDOCUMENTATED" },
|
||||
"start_sound_event": { "type": "string", "title": "Start Sound Event", "description": "UNDOCUMENTATED" },
|
||||
"sequence": { "$ref": "#/definitions/sequence" }
|
||||
}
|
||||
}
|
||||
},
|
||||
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
"sequence": { "$ref": "#/definitions/sequence", "description": "UNDOCUMENTATED", "title": "Sequence" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "If true, the mob can stop being tempted if the player moves too fast while close to this mob",
|
||||
"title": "TODO Title"
|
||||
"title": "Can Get Scared"
|
||||
},
|
||||
"can_tempt_while_ridden": { "type": "boolean", "title": "Can Tempt While Ridden", "description": "UNDOCUMENTATED" },
|
||||
"can_tempt_vertically": { "type": "boolean", "title": "Can Tempt Vertically", "description": "UNDOCUMENTATED" },
|
||||
@@ -20,13 +20,13 @@
|
||||
"type": "array",
|
||||
"description": "List of items this mob is tempted by",
|
||||
"items": { "$ref": "../../../../general/item/identifier.json" },
|
||||
"title": "TODO Title"
|
||||
"title": "Items"
|
||||
},
|
||||
"within_radius": {
|
||||
"type": "number",
|
||||
"default": 0,
|
||||
"description": "Distance in blocks this mob can get tempted by a player holding an item they like",
|
||||
"title": "TODO Title"
|
||||
"title": "Within Radius"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user