Skip to content

Commit

Permalink
Feral -Added support for Djaruun, Pillar of the Elder Flame
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteOne committed May 17, 2024
1 parent 1166650 commit 0f08454
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rotations/Druid/Feral/FeralCuteOne.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,13 @@ end -- End Action List - Builder
-- Action List - Cooldown
actionList.Cooldown = function()
if unit.distance(units.dyn5) < 5 then
-- Use Item - Djaruun, Pillar of the Elder Flame
if use.able.djaruunPillarOfTheElderFlame() and ui.useCDs() then
if use.djaruunPillarOfTheElderFlame() then
ui.debug("Using Djaruun, Pillar of the Elder Flame")
return true
end
end
-- Use Item - Algethar Puzzle Box
-- use_item,name=algethar_puzzle_box,if=fight_remains<35|(!variable.align_3minutes)
if useTrinket(items.algetharPuzzleBox) and use.able.algetharPuzzleBox() and ((unit.ttdGroup(40) < 35 or (not var.align3Minutes))) then
Expand Down

0 comments on commit 0f08454

Please sign in to comment.