{ "$id": "blockception.minecraft.behavior.entities.minecraft.behavior.roar", "additionalProperties": false, "type": "object", "title": "Roar", "description": "Allows this entity to roar at another entity based on data in minecraft:anger_level. Once the anger threshold specified in minecraft:anger_level has been reached, this entity will roar for the specified amount of time, look at the other entity, apply anger boost towards it, and finally target it.", "properties": { "priority": { "$ref": "./types/priority.json" }, "control_flags": { "$ref": "./types/control_flags.json" }, "duration": { "title": "Duration", "type": "number", "default": 0.0, "description": "Goal duration in seconds." } } }