Skip to content

Commit

Permalink
Reverted revert of MfD (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
skasch committed Aug 21, 2016
1 parent ce89e41 commit 4e8386b
Show file tree
Hide file tree
Showing 19 changed files with 40 additions and 40 deletions.
8 changes: 4 additions & 4 deletions engine/class_modules/sc_rogue.cpp
Expand Up @@ -6102,7 +6102,7 @@ void rogue_t::init_action_list()
def -> add_action( potion_action );
}

precombat -> add_talent( this, "Marked for Death" );
precombat -> add_talent( this, "Marked for Death", "if=raid_event.adds.in>40" );

if ( specialization() == ROGUE_ASSASSINATION )
{
Expand Down Expand Up @@ -6163,7 +6163,7 @@ void rogue_t::init_action_list()
// Cooldowns
action_priority_list_t* cds = get_action_priority_list( "cds" );
// Targets the target who will die the sooner to fresh MfD
cds -> add_talent( this, "Marked for Death", "target_if=min:target.time_to_die,if=combo_points.deficit>=5", "Cooldowns" );
cds -> add_talent( this, "Marked for Death", "target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|combo_points.deficit>=5", "Cooldowns" );
// If Maalus, simply sync Vendetta with Maalus
{
if ( has_maalus )
Expand Down Expand Up @@ -6282,7 +6282,7 @@ void rogue_t::init_action_list()
}
cds -> add_talent( this, "Cannonball Barrage", "if=spell_targets.cannonball_barrage>=1" );
cds -> add_action( this, "Adrenaline Rush", "if=!buff.adrenaline_rush.up" );
cds -> add_talent( this, "Marked for Death", "target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled" );
cds -> add_talent( this, "Marked for Death", "target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|((raid_event.adds.in>40|buff.true_bearing.remains>15)&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)" );
cds -> add_action( this, "Sprint", "if=equipped.thraxis_tricksy_treads&combo_points>=action.run_through.cp_max_spend-1-(buff.broadsides.up&buff.jolly_roger.up)+cooldown.death_from_above.up" );
cds -> add_action( this, "Curse of the Dreadblades", "if=combo_points.deficit>=4" );

Expand Down Expand Up @@ -6337,7 +6337,7 @@ void rogue_t::init_action_list()
}
cds -> add_action( this, "Shadow Blades", "if=!buff.shadow_blades.up" );
cds -> add_action( this, "Goremaw's Bite", "if=(combo_points.deficit>=2&energy.deficit>55&time<10)|(combo_points.deficit>=4&energy.deficit>45)|target.time_to_die<8" );
cds -> add_talent( this, "Marked for Death", "target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled" );
cds -> add_talent( this, "Marked for Death", "target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|(raid_event.adds.in>40&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)" );

// Stealthed Rotation
action_priority_list_t* stealthed = get_action_priority_list( "stealthed" );
Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier18H/Rogue_Assassination_T18H.simc
Expand Up @@ -22,7 +22,7 @@ actions.precombat+=/snapshot_stats
actions.precombat+=/apply_poison
actions.precombat+=/stealth
actions.precombat+=/potion,name=draenic_agility
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40

# Executed every time the actor is available.

Expand All @@ -43,7 +43,7 @@ actions+=/call_action_list,name=finish
actions+=/call_action_list,name=build

# Cooldowns
actions.cds=marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=5
actions.cds=marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|combo_points.deficit>=5
actions.cds+=/vendetta,if=target.time_to_die<20
actions.cds+=/vendetta,if=artifact.urge_to_kill.enabled&dot.rupture.ticking&(!talent.exsanguinate.enabled|cooldown.exsanguinate.remains<5)&(energy<55|time<10|spell_targets.fan_of_knives>=2)
actions.cds+=/vendetta,if=!artifact.urge_to_kill.enabled&dot.rupture.ticking&(!talent.exsanguinate.enabled|cooldown.exsanguinate.remains<1)
Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier18H/Rogue_Outlaw_T18H.simc
Expand Up @@ -22,7 +22,7 @@ actions.precombat+=/food,type=jumbo_sea_dog
actions.precombat+=/snapshot_stats
actions.precombat+=/stealth
actions.precombat+=/potion,name=draenic_agility
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40

# Executed every time the actor is available.

Expand All @@ -47,7 +47,7 @@ actions.cds+=/berserking
actions.cds+=/arcane_torrent,if=energy.deficit>40
actions.cds+=/cannonball_barrage,if=spell_targets.cannonball_barrage>=1
actions.cds+=/adrenaline_rush,if=!buff.adrenaline_rush.up
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|((raid_event.adds.in>40|buff.true_bearing.remains>15)&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)
actions.cds+=/sprint,if=equipped.thraxis_tricksy_treads&combo_points>=action.run_through.cp_max_spend-1-(buff.broadsides.up&buff.jolly_roger.up)+cooldown.death_from_above.up
actions.cds+=/curse_of_the_dreadblades,if=combo_points.deficit>=4

Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier18H/Rogue_Subtlety_T18H.simc
Expand Up @@ -22,7 +22,7 @@ actions.precombat+=/food,type=jumbo_sea_dog
actions.precombat+=/snapshot_stats
actions.precombat+=/stealth
actions.precombat+=/potion,name=draenic_agility
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40
actions.precombat+=/symbols_of_death
actions.precombat+=/vanish,if=set_bonus.tier18_4pc

Expand All @@ -43,7 +43,7 @@ actions.cds+=/berserking,if=stealthed
actions.cds+=/arcane_torrent,if=stealthed&energy.deficit>70
actions.cds+=/shadow_blades,if=!buff.shadow_blades.up
actions.cds+=/goremaws_bite,if=(combo_points.deficit>=2&energy.deficit>55&time<10)|(combo_points.deficit>=4&energy.deficit>45)|target.time_to_die<8
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|(raid_event.adds.in>40&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)

# Stealthed Rotation
actions.stealthed=symbols_of_death,if=buff.shadowmeld.down&buff.symbols_of_death.remains<target.time_to_die-4&buff.symbols_of_death.remains<=buff.symbols_of_death.duration*0.3
Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier18M/Rogue_Assassination_T18M.simc
Expand Up @@ -22,7 +22,7 @@ actions.precombat+=/snapshot_stats
actions.precombat+=/apply_poison
actions.precombat+=/stealth
actions.precombat+=/potion,name=draenic_agility
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40

# Executed every time the actor is available.

Expand All @@ -44,7 +44,7 @@ actions+=/call_action_list,name=finish
actions+=/call_action_list,name=build

# Cooldowns
actions.cds=marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=5
actions.cds=marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|combo_points.deficit>=5
actions.cds+=/vendetta,if=target.time_to_die<20|buff.maalus.react
actions.cds+=/vanish,if=talent.subterfuge.enabled&combo_points<=2&!dot.rupture.exsanguinated|talent.shadow_focus.enabled&!dot.rupture.exsanguinated&combo_points.deficit>=2

Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier18M/Rogue_Outlaw_T18M.simc
Expand Up @@ -22,7 +22,7 @@ actions.precombat+=/food,type=jumbo_sea_dog
actions.precombat+=/snapshot_stats
actions.precombat+=/stealth
actions.precombat+=/potion,name=draenic_agility
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40

# Executed every time the actor is available.

Expand All @@ -48,7 +48,7 @@ actions.cds+=/berserking
actions.cds+=/arcane_torrent,if=energy.deficit>40
actions.cds+=/cannonball_barrage,if=spell_targets.cannonball_barrage>=1
actions.cds+=/adrenaline_rush,if=!buff.adrenaline_rush.up
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|((raid_event.adds.in>40|buff.true_bearing.remains>15)&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)
actions.cds+=/sprint,if=equipped.thraxis_tricksy_treads&combo_points>=action.run_through.cp_max_spend-1-(buff.broadsides.up&buff.jolly_roger.up)+cooldown.death_from_above.up
actions.cds+=/curse_of_the_dreadblades,if=combo_points.deficit>=4

Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier18M/Rogue_Subtlety_T18M.simc
Expand Up @@ -22,7 +22,7 @@ actions.precombat+=/food,type=jumbo_sea_dog
actions.precombat+=/snapshot_stats
actions.precombat+=/stealth
actions.precombat+=/potion,name=draenic_agility
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40
actions.precombat+=/symbols_of_death
actions.precombat+=/vanish,if=set_bonus.tier18_4pc

Expand All @@ -44,7 +44,7 @@ actions.cds+=/berserking,if=stealthed
actions.cds+=/arcane_torrent,if=stealthed&energy.deficit>70
actions.cds+=/shadow_blades,if=!buff.shadow_blades.up
actions.cds+=/goremaws_bite,if=(combo_points.deficit>=2&energy.deficit>55&time<10)|(combo_points.deficit>=4&energy.deficit>45)|target.time_to_die<8
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|(raid_event.adds.in>40&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)

# Stealthed Rotation
actions.stealthed=symbols_of_death,if=buff.shadowmeld.down&buff.symbols_of_death.remains<target.time_to_die-4&buff.symbols_of_death.remains<=buff.symbols_of_death.duration*0.3
Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier18N/Rogue_Assassination_T18N.simc
Expand Up @@ -22,7 +22,7 @@ actions.precombat+=/snapshot_stats
actions.precombat+=/apply_poison
actions.precombat+=/stealth
actions.precombat+=/potion,name=draenic_agility
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40

# Executed every time the actor is available.

Expand All @@ -43,7 +43,7 @@ actions+=/call_action_list,name=finish
actions+=/call_action_list,name=build

# Cooldowns
actions.cds=marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=5
actions.cds=marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|combo_points.deficit>=5
actions.cds+=/vendetta,if=target.time_to_die<20
actions.cds+=/vendetta,if=artifact.urge_to_kill.enabled&dot.rupture.ticking&(!talent.exsanguinate.enabled|cooldown.exsanguinate.remains<5)&(energy<55|time<10|spell_targets.fan_of_knives>=2)
actions.cds+=/vendetta,if=!artifact.urge_to_kill.enabled&dot.rupture.ticking&(!talent.exsanguinate.enabled|cooldown.exsanguinate.remains<1)
Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier18N/Rogue_Outlaw_T18N.simc
Expand Up @@ -22,7 +22,7 @@ actions.precombat+=/food,type=jumbo_sea_dog
actions.precombat+=/snapshot_stats
actions.precombat+=/stealth
actions.precombat+=/potion,name=draenic_agility
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40

# Executed every time the actor is available.

Expand All @@ -47,7 +47,7 @@ actions.cds+=/berserking
actions.cds+=/arcane_torrent,if=energy.deficit>40
actions.cds+=/cannonball_barrage,if=spell_targets.cannonball_barrage>=1
actions.cds+=/adrenaline_rush,if=!buff.adrenaline_rush.up
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|((raid_event.adds.in>40|buff.true_bearing.remains>15)&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)
actions.cds+=/sprint,if=equipped.thraxis_tricksy_treads&combo_points>=action.run_through.cp_max_spend-1-(buff.broadsides.up&buff.jolly_roger.up)+cooldown.death_from_above.up
actions.cds+=/curse_of_the_dreadblades,if=combo_points.deficit>=4

Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier18N/Rogue_Subtlety_T18N.simc
Expand Up @@ -22,7 +22,7 @@ actions.precombat+=/food,type=jumbo_sea_dog
actions.precombat+=/snapshot_stats
actions.precombat+=/stealth
actions.precombat+=/potion,name=draenic_agility
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40
actions.precombat+=/symbols_of_death
actions.precombat+=/vanish,if=set_bonus.tier18_4pc

Expand All @@ -43,7 +43,7 @@ actions.cds+=/berserking,if=stealthed
actions.cds+=/arcane_torrent,if=stealthed&energy.deficit>70
actions.cds+=/shadow_blades,if=!buff.shadow_blades.up
actions.cds+=/goremaws_bite,if=(combo_points.deficit>=2&energy.deficit>55&time<10)|(combo_points.deficit>=4&energy.deficit>45)|target.time_to_die<8
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|(raid_event.adds.in>40&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)

# Stealthed Rotation
actions.stealthed=symbols_of_death,if=buff.shadowmeld.down&buff.symbols_of_death.remains<target.time_to_die-4&buff.symbols_of_death.remains<=buff.symbols_of_death.duration*0.3
Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier19H/Rogue_Assassination_T19H.simc
Expand Up @@ -23,7 +23,7 @@ actions.precombat+=/snapshot_stats
actions.precombat+=/apply_poison
actions.precombat+=/stealth
actions.precombat+=/potion,name=deadly_grace
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40

# Executed every time the actor is available.

Expand All @@ -44,7 +44,7 @@ actions+=/call_action_list,name=finish
actions+=/call_action_list,name=build

# Cooldowns
actions.cds=marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=5
actions.cds=marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|combo_points.deficit>=5
actions.cds+=/vendetta,if=target.time_to_die<20
actions.cds+=/vendetta,if=artifact.urge_to_kill.enabled&dot.rupture.ticking&(!talent.exsanguinate.enabled|cooldown.exsanguinate.remains<5)&(energy<55|time<10|spell_targets.fan_of_knives>=2)
actions.cds+=/vendetta,if=!artifact.urge_to_kill.enabled&dot.rupture.ticking&(!talent.exsanguinate.enabled|cooldown.exsanguinate.remains<1)
Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier19H/Rogue_Outlaw_T19H.simc
Expand Up @@ -23,7 +23,7 @@ actions.precombat+=/food,type=seedbattered_fish_plate
actions.precombat+=/snapshot_stats
actions.precombat+=/stealth
actions.precombat+=/potion,name=deadly_grace
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40

# Executed every time the actor is available.

Expand All @@ -48,7 +48,7 @@ actions.cds+=/berserking
actions.cds+=/arcane_torrent,if=energy.deficit>40
actions.cds+=/cannonball_barrage,if=spell_targets.cannonball_barrage>=1
actions.cds+=/adrenaline_rush,if=!buff.adrenaline_rush.up
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|((raid_event.adds.in>40|buff.true_bearing.remains>15)&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)
actions.cds+=/sprint,if=equipped.thraxis_tricksy_treads&combo_points>=action.run_through.cp_max_spend-1-(buff.broadsides.up&buff.jolly_roger.up)+cooldown.death_from_above.up
actions.cds+=/curse_of_the_dreadblades,if=combo_points.deficit>=4

Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier19H/Rogue_Subtlety_T19H.simc
Expand Up @@ -23,7 +23,7 @@ actions.precombat+=/food,type=seedbattered_fish_plate
actions.precombat+=/snapshot_stats
actions.precombat+=/stealth
actions.precombat+=/potion,name=deadly_grace
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40
actions.precombat+=/symbols_of_death

# Executed every time the actor is available.
Expand All @@ -42,7 +42,7 @@ actions.cds+=/berserking,if=stealthed
actions.cds+=/arcane_torrent,if=stealthed&energy.deficit>70
actions.cds+=/shadow_blades,if=!buff.shadow_blades.up
actions.cds+=/goremaws_bite,if=(combo_points.deficit>=2&energy.deficit>55&time<10)|(combo_points.deficit>=4&energy.deficit>45)|target.time_to_die<8
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|(raid_event.adds.in>40&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)

# Stealthed Rotation
actions.stealthed=symbols_of_death,if=buff.shadowmeld.down&buff.symbols_of_death.remains<target.time_to_die-4&buff.symbols_of_death.remains<=buff.symbols_of_death.duration*0.3
Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier19M/Rogue_Assassination_T19M.simc
Expand Up @@ -23,7 +23,7 @@ actions.precombat+=/snapshot_stats
actions.precombat+=/apply_poison
actions.precombat+=/stealth
actions.precombat+=/potion,name=deadly_grace
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40

# Executed every time the actor is available.

Expand All @@ -44,7 +44,7 @@ actions+=/call_action_list,name=finish
actions+=/call_action_list,name=build

# Cooldowns
actions.cds=marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=5
actions.cds=marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|combo_points.deficit>=5
actions.cds+=/vendetta,if=target.time_to_die<20
actions.cds+=/vendetta,if=artifact.urge_to_kill.enabled&dot.rupture.ticking&(!talent.exsanguinate.enabled|cooldown.exsanguinate.remains<5)&(energy<55|time<10|spell_targets.fan_of_knives>=2)
actions.cds+=/vendetta,if=!artifact.urge_to_kill.enabled&dot.rupture.ticking&(!talent.exsanguinate.enabled|cooldown.exsanguinate.remains<1)
Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier19M/Rogue_Outlaw_T19M.simc
Expand Up @@ -23,7 +23,7 @@ actions.precombat+=/food,type=seedbattered_fish_plate
actions.precombat+=/snapshot_stats
actions.precombat+=/stealth
actions.precombat+=/potion,name=deadly_grace
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40

# Executed every time the actor is available.

Expand All @@ -48,7 +48,7 @@ actions.cds+=/berserking
actions.cds+=/arcane_torrent,if=energy.deficit>40
actions.cds+=/cannonball_barrage,if=spell_targets.cannonball_barrage>=1
actions.cds+=/adrenaline_rush,if=!buff.adrenaline_rush.up
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|((raid_event.adds.in>40|buff.true_bearing.remains>15)&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)
actions.cds+=/sprint,if=equipped.thraxis_tricksy_treads&combo_points>=action.run_through.cp_max_spend-1-(buff.broadsides.up&buff.jolly_roger.up)+cooldown.death_from_above.up
actions.cds+=/curse_of_the_dreadblades,if=combo_points.deficit>=4

Expand Down
4 changes: 2 additions & 2 deletions profiles/Tier19M/Rogue_Subtlety_T19M.simc
Expand Up @@ -23,7 +23,7 @@ actions.precombat+=/food,type=seedbattered_fish_plate
actions.precombat+=/snapshot_stats
actions.precombat+=/stealth
actions.precombat+=/potion,name=deadly_grace
actions.precombat+=/marked_for_death
actions.precombat+=/marked_for_death,if=raid_event.adds.in>40
actions.precombat+=/symbols_of_death

# Executed every time the actor is available.
Expand All @@ -42,7 +42,7 @@ actions.cds+=/berserking,if=stealthed
actions.cds+=/arcane_torrent,if=stealthed&energy.deficit>70
actions.cds+=/shadow_blades,if=!buff.shadow_blades.up
actions.cds+=/goremaws_bite,if=(combo_points.deficit>=2&energy.deficit>55&time<10)|(combo_points.deficit>=4&energy.deficit>45)|target.time_to_die<8
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled
actions.cds+=/marked_for_death,target_if=min:target.time_to_die,if=target.time_to_die<combo_points.deficit|(raid_event.adds.in>40&combo_points.deficit>=4+talent.deeper_strategem.enabled+talent.anticipation.enabled)

# Stealthed Rotation
actions.stealthed=symbols_of_death,if=buff.shadowmeld.down&buff.symbols_of_death.remains<target.time_to_die-4&buff.symbols_of_death.remains<=buff.symbols_of_death.duration*0.3
Expand Down

0 comments on commit 4e8386b

Please sign in to comment.