Updated
This commit is contained in:
@@ -3,47 +3,17 @@
|
||||
"$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": "Knockback roar 1.8.0",
|
||||
"title": "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"
|
||||
},
|
||||
"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" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user