Skip to content

Commit

Permalink
Outlaw: Stealth Padding setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Nov 23, 2023
1 parent d7aba62 commit cee0aa1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dragonflight/APLs/RogueOutlaw.simc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ actions+=/variable,name=finish_condition,value=effective_combo_points>=cp_max_sp
actions+=/variable,name=blade_flurry_sync,value=spell_targets.blade_flurry<2&raid_event.adds.in>20|buff.blade_flurry.remains>gcd
actions+=/call_action_list,name=cds
# High priority stealth list, will fall through if no conditions are met
actions+=/call_action_list,name=stealth,strict=1,if=stealthed.all
actions+=/call_action_list,name=stealth,strict=1,if=stealthed.all&stealthed.all_remains>settings.stealth_padding
actions+=/run_action_list,name=finish,if=variable.finish_condition
actions+=/call_action_list,name=build
actions+=/arcane_torrent,if=energy.base_deficit>=15+energy.regen
Expand Down
Loading

0 comments on commit cee0aa1

Please sign in to comment.