From 7b268e7d25c9054a43210053efd2326e2cd4ca7f Mon Sep 17 00:00:00 2001 From: ChibiMango <32205345+ChibiMango@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:43:16 +0100 Subject: [PATCH] Update delayed_attack.json corrected description --- source/behavior/entities/format/behaviors/delayed_attack.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/behavior/entities/format/behaviors/delayed_attack.json b/source/behavior/entities/format/behaviors/delayed_attack.json index 0fdb6881..d6bfebe3 100644 --- a/source/behavior/entities/format/behaviors/delayed_attack.json +++ b/source/behavior/entities/format/behaviors/delayed_attack.json @@ -3,7 +3,7 @@ "additionalProperties": false, "type": "object", "title": "Delayed Attack", - "description": "Allows the mob to drink potions based on specified environment conditions.", + "description": "Allows an entity to attack, while also delaying the damage-dealt until a specific time in the attack animation.", "properties": { "priority": { "$ref": "./types/priority.json" }, "speed_multiplier": { "$ref": "./types/speed_multiplier.json" },