Skip to content

Commit

Permalink
WarWithin/TheStonevault/Skarmorak: Timer updates due to hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Oct 16, 2024
1 parent da51c19 commit 7f8ce79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions WarWithin/TheStonevault/Skarmorak.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ end
function mod:OnEngage()
fortifiedShellCount = 1
self:SetStage(1)
self:CDBar(422233, 3.9) -- Crystalline Smash
self:CDBar(423538, 10.9) -- Unstable Crash
self:CDBar(422233, 4.5) -- Crystalline Smash
self:CDBar(423538, 10.6) -- Unstable Crash
self:CDBar(423200, 37.5, CL.count:format(self:SpellName(423200), fortifiedShellCount)) -- Fortified Shell
end

Expand All @@ -63,7 +63,7 @@ end

function mod:CrystallineSmash(args)
self:Message(args.spellId, "purple")
self:CDBar(args.spellId, 16.6)
self:CDBar(args.spellId, 17.0)
self:PlaySound(args.spellId, "alert")
end

Expand Down Expand Up @@ -119,9 +119,9 @@ do
function mod:FortifiedShellRemoved(args)
self:SetStage(1)
self:Message(423200, "green", CL.removed_after:format(args.spellName, args.time - fortifiedShellStart)) -- Fortified Shell
self:CDBar(422233, 6.9) -- Crystalline Smash
self:CDBar(423538, 14.2) -- Unstable Crash
self:CDBar(423200, 40.9, CL.count:format(self:SpellName(423200), fortifiedShellCount)) -- Fortified Shell
self:CDBar(422233, 10.0) -- Crystalline Smash
self:CDBar(423538, 16.1) -- Unstable Crash
self:CDBar(423200, 42.8, CL.count:format(self:SpellName(423200), fortifiedShellCount)) -- Fortified Shell
self:PlaySound(423200, "info") -- Fortified Shell
end
end
Expand Down

0 comments on commit 7f8ce79

Please sign in to comment.