2020-11-01 17:22:42 +01:00
{
"$schema" : "http://json-schema.org/draft-07/schema" ,
2021-04-04 13:52:35 +02:00
"$id" : "blockception.minecraft.behavior.entities.1.8.0.minecraft.behavior.ocelotattack" ,
2020-11-01 17:22:42 +01:00
"type" : "object" ,
2021-01-27 01:06:07 +01:00
"title" : "Ocelotattack 1.8.0" ,
2020-11-01 17:22:42 +01:00
"additionalProperties" : false ,
"description" : "Can only be used by the Ocelot. Allows it to perform the sneak and pounce attack." ,
"required" : [ ] ,
"properties" : {
2020-12-12 00:09:25 +01:00
"priority" : { "$ref" : "./types/base_priority.json" } ,
2021-03-21 15:18:38 +01:00
"walk_speed_multiplier" : { "type" : "number" , "default" : 1.0 , "description" : "Multiplier for the walking speed while using this attack" , "title" : "Walk Speed Multiplier" } ,
2020-11-01 17:22:42 +01:00
"sprint_speed_multiplier" : {
"type" : "number" ,
"default" : 1.0 ,
"description" : "Multiplier for the running speed of this mob while using this attack" ,
"title" : "Sprint Speed Multiplier"
} ,
"sneak_speed_multiplier" : {
"type" : "number" ,
"default" : 1.0 ,
"description" : "Multiplier for the sneaking speed. 1.0 means the ocelot will move at the speed it normally sneaks" ,
"title" : "Sneak Speed Multiplier"
} ,
2021-03-21 15:18:38 +01:00
"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" }
2020-11-01 17:22:42 +01:00
}
}