Skip to content

Commit

Permalink
Outlaw trinket and stealth padding adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Dec 21, 2023
1 parent c223fc7 commit ec78aab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions Dragonflight/APLs/RogueOutlaw.simc
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ actions.cds+=/fireblood
actions.cds+=/ancestral_call
# Default conditions for usable items.
actions.cds+=/use_item,name=manic_grieftorch,use_off_gcd=1,if=!stealthed.all&gcd.remains>gcd.max-0.1&buff.between_the_eyes.up|boss&fight_remains<=5
actions.cds+=/use_item,name=dragonfire_bomb_dispenser,use_off_gcd=1,if=!stealthed.all&time>0&((!trinket.1.is.dragonfire_bomb_dispenser&trinket.1.cooldown.remains>10|trinket.2.cooldown.remains>10)|cooldown.dragonfire_bomb_dispenser.charges>2|boss&fight_remains<20|!trinket.2.has_cooldown|!trinket.1.has_cooldown)
actions.cds+=/use_item,name=beacon_to_the_beyond,use_off_gcd=1,if=!stealthed.all&gcd.remains>gcd.max-0.1&buff.between_the_eyes.up|boss&fight_remains<=5
actions.cds+=/use_item,name=stormeaters_boon,if=!stealthed.all&(spell_targets.blade_flurry>desired_targets|raid_event.adds.in>60|boss&fight_remains<10)
actions.cds+=/use_item,name=windscar_whetstone,if=!stealthed.all&(spell_targets.blade_flurry>desired_targets|raid_event.adds.in>60|boss&fight_remains<7)
actions.cds+=/trinket1,if=!stealthed.all&(buff.between_the_eyes.up|trinket.1.has_stat.any_dps|boss&fight_remains<=20)
actions.cds+=/trinket2,if=!stealthed.all&(buff.between_the_eyes.up|trinket.2.has_stat.any_dps|boss&fight_remains<=20)
actions.cds+=/use_items,if=!stealthed.all&(buff.between_the_eyes.up|boss&fight_remains<=20)
actions.cds+=/use_item,name=dragonfire_bomb_dispenser,use_off_gcd=1,if=!stealthed.mantle&time>0&((!trinket.1.is.dragonfire_bomb_dispenser&trinket.1.cooldown.remains>10|trinket.2.cooldown.remains>10)|cooldown.dragonfire_bomb_dispenser.charges>2|boss&fight_remains<20|!trinket.2.has_cooldown|!trinket.1.has_cooldown)
actions.cds+=/use_item,name=beacon_to_the_beyond,use_off_gcd=1,if=!stealthed.mantle&gcd.remains>gcd.max-0.1&buff.between_the_eyes.up|boss&fight_remains<=5
actions.cds+=/use_item,name=stormeaters_boon,if=!stealthed.mantle&(spell_targets.blade_flurry>desired_targets|raid_event.adds.in>60|boss&fight_remains<10)
actions.cds+=/use_item,name=windscar_whetstone,if=!stealthed.mantle&(spell_targets.blade_flurry>desired_targets|raid_event.adds.in>60|boss&fight_remains<7)
actions.cds+=/trinket1,if=!stealthed.mantle&(buff.between_the_eyes.up|trinket.1.has_stat.any_dps|boss&fight_remains<=20)
actions.cds+=/trinket2,if=!stealthed.mantle&(buff.between_the_eyes.up|trinket.2.has_stat.any_dps|boss&fight_remains<=20)
actions.cds+=/use_items,if=!stealthed.mantle&(buff.between_the_eyes.up|boss&fight_remains<=20)

## Finishers
# Use Between the Eyes to keep the crit buff up, but on cooldown if Improved/Greenskins/T30, and avoid overriding Greenskins
Expand Down
Loading

0 comments on commit ec78aab

Please sign in to comment.