Updated
This commit is contained in:
@@ -8,12 +8,7 @@
|
||||
"required": [],
|
||||
"properties": {
|
||||
"priority": { "$ref": "./types/base_priority.json" },
|
||||
"walk_speed_multiplier": {
|
||||
"type": "number",
|
||||
"default": 1.0,
|
||||
"description": "Multiplier for the walking speed while using this attack",
|
||||
"title": "Walk Speed Multiplier"
|
||||
},
|
||||
"walk_speed_multiplier": { "type": "number", "default": 1.0, "description": "Multiplier for the walking speed while using this attack", "title": "Walk Speed Multiplier" },
|
||||
"sprint_speed_multiplier": {
|
||||
"type": "number",
|
||||
"default": 1.0,
|
||||
@@ -26,40 +21,12 @@
|
||||
"description": "Multiplier for the sneaking speed. 1.0 means the ocelot will move at the speed it normally sneaks",
|
||||
"title": "Sneak Speed Multiplier"
|
||||
},
|
||||
"cooldown_time": {
|
||||
"type": "number",
|
||||
"title": "Cooldown time",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"x_max_rotation": {
|
||||
"type": "number",
|
||||
"title": "X max rotation",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"y_max_head_rotation": {
|
||||
"type": "number",
|
||||
"title": "Y max head rotation",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"max_distance": {
|
||||
"type": "number",
|
||||
"title": "Max distance",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"max_sneak_range": {
|
||||
"type": "number",
|
||||
"title": "Max sneak range",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"max_sprint_range": {
|
||||
"type": "number",
|
||||
"title": "Max sprint range",
|
||||
"description": "UNDOCUMENTATED"
|
||||
},
|
||||
"reach_multiplier": {
|
||||
"type": "number",
|
||||
"title": "Reach multiplier",
|
||||
"description": "UNDOCUMENTATED"
|
||||
}
|
||||
"cooldown_time": { "type": "number", "title": "Cooldown Time", "description": "UNDOCUMENTATED" },
|
||||
"x_max_rotation": { "type": "number", "title": "X Max Rotation", "description": "UNDOCUMENTATED" },
|
||||
"y_max_head_rotation": { "type": "number", "title": "Y Max Head Rotation", "description": "UNDOCUMENTATED" },
|
||||
"max_distance": { "type": "number", "title": "Max Distance", "description": "UNDOCUMENTATED" },
|
||||
"max_sneak_range": { "type": "number", "title": "Max Sneak Range", "description": "UNDOCUMENTATED" },
|
||||
"max_sprint_range": { "type": "number", "title": "Max Sprint Range", "description": "UNDOCUMENTATED" },
|
||||
"reach_multiplier": { "type": "number", "title": "Reach Multiplier", "description": "UNDOCUMENTATED" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user