Skip to content

Commit

Permalink
Tweak timings
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 13, 2016
1 parent 05d42b0 commit ff7b07c
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Legion/DarkheartThicket/Dresaron.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end

function mod:DownDraft(args)
self:Message(args.spellId, "Important", "Warning")
self:Bar(args.spellId, 30) -- hc pull:21.7, 30.3, 30.4
self:CDBar(args.spellId, 30) -- pull:20.8, 34.7 / hc pull:21.7, 30.3, 30.4
end

do
Expand Down
10 changes: 3 additions & 7 deletions Legion/DarkheartThicket/ShadeOfXavius.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function mod:OnBossEnable()
end

function mod:OnEngage()
self:CDBar(200289, 27) -- Growing Paranoia
self:CDBar(200289, 25.5) -- Growing Paranoia
self:CDBar(200185, 8) -- Nightmare Bolt
end

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

function mod:GrowingParanoia(args)
self:TargetMessage(args.spellId, args.destName, "Attention", "Alarm")
self:CDBar(args.spellId, self:Normal() and 20 or 27) -- pull:28.4, 20.6, 21.9 / hc pull:27.1, 32.8, 26.7, 27.9
self:CDBar(args.spellId, 26) -- pull:25.5, 26.8, 28.0, 19.5 / hc pull:27.1, 32.8, 26.7, 27.9
end

function mod:GrowingParanoiaApplied(args)
Expand All @@ -65,11 +65,7 @@ do
end
function mod:NightmareBolt(args)
self:GetBossTarget(printTarget, 0.4, args.sourceGUID)
if args.spellId == 212834 then -- Normal
self:CDBar(200185, 23) -- pull:8.9, 23.0, 23.1
else
self:CDBar(200185, 23) -- XXX hc pull:9.1, 23.1, 37.6, 21.8 -- hc pull:9.4, 23.5, 21.8
end
--self:CDBar(200185, 23) -- pull:9.6, 19.5, 30.4, 24.3, 19.4 / hc pull:9.1, 23.1, 37.6, 21.8
end
function mod:WakingNightmareOver()
self:SecondaryIcon(200185)
Expand Down
2 changes: 1 addition & 1 deletion Legion/EyeOfAzshara/WarlordParjesh.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ end

function mod:ImpalingSpear(args)
self:TargetMessage(args.spellId, args.destName, "Important", "Alarm")
self:CDBar(args.spellId, 31) -- pull:35.0, 31.6 / hc pull:28.8, 28.0, 27.9 XXX
self:CDBar(args.spellId, 31) -- pull:35.0, 31.6 / hc pull:29.2, 29.2, 26.8 XXX
self:PrimaryIcon(args.spellId, args.destName)
if self:Me(args.destGUID) then
self:Say(args.spellId)
Expand Down
6 changes: 3 additions & 3 deletions Legion/EyeOfAzshara/WrathOfAzshara.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ end
function mod:CHAT_MSG_RAID_BOSS_EMOTE(_, msg, _, _, _, unit) -- Arcane Bomb
if msg:find("192708", nil, true) then -- Fires with _START, target scanning doesn't work.
self:TargetMessage(192706, unit, "Important", "Alarm")
self:CDBar(192706, 30) -- XXX pull:23.1, 30.4, 23.1 / hc pull:26.7, 31.6
self:CDBar(192706, p2 and 23 or 30) -- pull:23.1, 30.4, 23.1 / hc pull:26.7, 31.2, 23.1
end
end

Expand All @@ -75,15 +75,15 @@ do
if self:Me(guid) then
self:Say(197365)
end
self:PrimaryIcon(197365, player)
self:SecondaryIcon(197365, player)
self:TargetMessage(197365, player, "Important", "Alarm", nil, nil, true)
end
function mod:CrushingDepths(args) -- Heroic+
self:GetBossTarget(printTarget, 0.4, args.sourceGUID)
self:CDBar(args.spellId, 41) -- pull:20.8, 41.3
end
function mod:CrushingDepthsEnd(args)
self:PrimaryIcon(args.spellId)
self:SecondaryIcon(args.spellId)
end
end

Expand Down
4 changes: 2 additions & 2 deletions Legion/HallsOfValor/God-KingSkovald.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end

function mod:OnEngage()
self:CDBar(193826, 11) -- Ragnarok
self:CDBar(193668, 24) -- Savage Blade
self:CDBar(193668, self:Normal() and 24 or 47) -- Savage Blade
self:CDBar(193659, 8.5) -- Felblaze Rush
end

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

function mod:SavageBlade(args)
self:Message(args.spellId, "Attention", self:Tank() and "Warning")
self:CDBar(args.spellId, 18) -- pull:24.3, 24.3, 17.8, 20.9
self:CDBar(args.spellId, 18) -- pull:24.3, 24.3, 17.8, 20.9 / hc pull:48.6, 19.5 / m pull:47.3, 24.3, 37.6
end

function mod:Ragnarok(args)
Expand Down
4 changes: 2 additions & 2 deletions Legion/HallsOfValor/Hymdall.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ end

function mod:DancingBlade(args)
self:Message(args.spellId, "Urgent", "Alert", CL.incoming:format(args.spellName))
self:CDBar(args.spellId, bladeCount % 2 == 0 and 10 or 31)
self:CDBar(args.spellId, bladeCount % 2 == 0 and 10 or 31) -- pull:5.2, 31.5, 10.9, 31.6, 10.9, 32.4, 10.1
bladeCount = bladeCount + 1
end

function mod:HornOfValor(args)
self:Message(args.spellId, "Important", "Long", CL.casting:format(args.spellName))
self:CDBar(args.spellId, 42) -- 42.0-43.7
self:CDBar(args.spellId, 42) -- pull:10.1, 42.4, 43.3
end

do
Expand Down
6 changes: 4 additions & 2 deletions Legion/HallsOfValor/Odyn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function mod:OnBossEnable()
end

function mod:OnEngage()
self:Bar(198263, 24) -- Radiant Tempest
self:Bar(198263, self:Mythic() and 8 or 24) -- Radiant Tempest
self:Bar(198077, 40) -- Shatter Spears
self:Bar(197961, 44) -- Runic Brand
end
Expand All @@ -55,6 +55,7 @@ end

function mod:RunicBrand(args)
self:Message(args.spellId, "Attention", "Alarm", CL.casting:format(args.spellName))
self:Bar(args.spellId, 56) -- m pull:44.0, 56.0
end

function mod:RunicBrandYou(args)
Expand All @@ -65,11 +66,12 @@ end

function mod:RadiantTempest(args)
self:Message(args.spellId, "Important", "Long")
self:CDBar(args.spellId, 56)
self:CDBar(args.spellId, self:Mythic() and 80 or 56) -- hc pull:24.0 / m pull:8.0, 80.0
end

function mod:ShatterSpears(args)
self:Message(args.spellId, "Important", "Alert", CL.incoming:format(args.spellName))
self:Bar(args.spellId, 56) -- m pull:40.0, 56.0
end

function mod:UNIT_SPELLCAST_SUCCEEDED(_, _, _, _, spellId)
Expand Down

0 comments on commit ff7b07c

Please sign in to comment.