{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "blockception.minecraft.behaviour.entities.1.8.0.minecraft.behavior.knockback_roar", "description": "Allows the mob to perform a damaging knockback that affects all nearby entities.", "type": "object", "title": "Behavior.knockback_roar 1.8.0", "additionalProperties": false, "required": [], "properties": { "priority": { "$ref": "types/base_priority.json" }, "attack_time": { "type": "number", "default": 0.5, "description": "The delay after which the knockback occurs (in seconds).", "title": "TODO title" }, "cooldown_time": { "type": "number", "default": 0, "description": "Time in seconds the mob has to wait before using the goal again", "title": "TODO title" }, "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": "TODO", "title": "Trigger" } } }