Skip to content

Commit

Permalink
Arcane: Tweak some variable logic.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hekili committed Dec 16, 2023
1 parent 7e270cb commit 889f0b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dragonflight/APLs/EvokerDevastation.simc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ actions.aoe+=/dragonrage,if=target.time_to_die>=32|boss&fight_remains<30
# Use tip to get that sweet aggro
actions.aoe+=/tip_the_scales,if=buff.dragonrage.up&(active_enemies<=3+3*talent.eternitys_span|!cooldown.fire_breath.up)
# Cast Fire Breath - stagger for swell/blazing shards outside DR DS optimization: Only cast if current fight will last 8s+ or encounter ends in less than 30s
+actions.aoe+=/call_action_list,name=fb,if=empowering.fire_breath|(!talent.dragonrage|variable.next_dragonrage>variable.dr_prep_time_aoe|!talent.animosity)&((buff.power_swell.remains<variable.r1_cast_time|(!talent.volatility&active_enemies=3))&buff.blazing_shards.remains<variable.r1_cast_time|buff.dragonrage.up)&(target.time_to_die>=8|boss&fight_remains<30)
actions.aoe+=/call_action_list,name=fb,if=empowering.fire_breath|(!talent.dragonrage|variable.next_dragonrage>variable.dr_prep_time_aoe|!talent.animosity)&((buff.power_swell.remains<variable.r1_cast_time|(!talent.volatility&active_enemies=3))&buff.blazing_shards.remains<variable.r1_cast_time|buff.dragonrage.up)&(target.time_to_die>=8|boss&fight_remains<30)
# Cast Eternity Surge - stagger for swell/blazing shards outside DR DS optimization: Only cast if current fight will last 8s+ or encounter ends in less than 30s
actions.aoe+=/call_action_list,name=es,if=empowering.eternity_surge|buff.dragonrage.up|!talent.dragonrage|(cooldown.dragonrage.remains>variable.dr_prep_time_aoe&(buff.power_swell.remains<variable.r1_cast_time|(!talent.volatility&active_enemies=3))&buff.blazing_shards.remains<variable.r1_cast_time)&(target.time_to_die>=8|boss&fight_remains<30)
# Cast DB if not in DR and not going to overflow essence.
Expand Down
2 changes: 1 addition & 1 deletion Dragonflight/APLs/MageArcane.simc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
actions.precombat+=/arcane_intellect
actions.precombat+=/arcane_familiar
actions.precombat+=/conjure_mana_gem
## actions.precombat+=/variable,name=aoe_target_count,op=reset,default=3
actions.precombat+=/variable,name=aoe_target_count,op=reset,value=3
## actions.precombat+=/variable,name=conserve_mana,op=set,value=0
actions.precombat+=/variable,name=opener_min_mana,op=set,value=225000-(25000*!talent.arcane_harmony)
# Variable indicates use of a trinket that boosts stats during burst
Expand Down
Loading

0 comments on commit 889f0b6

Please sign in to comment.