Skip to content

Commit 199cb03

Browse files
committed
Add warcry speed effect
1 parent c44fa2e commit 199cb03

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Modules/CalcPerform.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ local function doActorMisc(env, actor)
424424
end
425425
modDB:NewMod("Speed", "INC", 2 * effect, "Onslaught", ModFlag.Attack)
426426
modDB:NewMod("Speed", "INC", 2 * effect, "Onslaught", ModFlag.Cast)
427-
-- TODO: Needs to add other INC speed like Warcry Speed, or proper Skill Speed mod needs to be created
427+
modDB:NewMod("Speed", "INC", 2 * effect, "Onslaught", ModFlag.Warcry)
428+
-- TODO: Skill speed effect is vague and says "and similar stats", may apply to more than this
428429
modDB:NewMod("MovementSpeed", "INC", effect, "Onslaught")
429430
end
430431
if modDB:Flag(nil, "Fanaticism") and actor.mainSkill and actor.mainSkill.activeEffect.srcInstance.selfCast then

0 commit comments

Comments
 (0)