Skip to content

Commit

Permalink
AQ40/Ouro: Make knockback a cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Dec 7, 2024
1 parent a491ff8 commit 6c8b525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AQ40/Ouro.lua
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ end
function mod:Sweep(args)
self:Message(args.spellId, "orange", CL.knockback)
self:DelayedMessage(args.spellId, 16, "orange", CL.custom_sec:format(CL.knockback, 5))
self:Bar(args.spellId, 21, CL.knockback)
self:CDBar(args.spellId, 21, CL.knockback)
self:PlaySound(args.spellId, "alarm")
end

Expand Down Expand Up @@ -122,11 +122,11 @@ do

-- Sweep
self:DelayedMessage(26103, 16, "orange", CL.custom_sec:format(CL.knockback, 5))
self:Bar(26103, 21, CL.knockback)
self:CDBar(26103, 21, CL.knockback)

-- Sand Blast
self:DelayedMessage(26102, 17, "red", CL.custom_sec:format(self:SpellName(26102), 5))
self:Bar(26102, 22)
self:CDBar(26102, 22)

-- Scarab Despawn
scarabCount = scarabCount + 1
Expand Down

0 comments on commit 6c8b525

Please sign in to comment.