Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Executed before combat begins. Accepts non-harmful actions only.
- actions.precombat=flask,type=flask_of_the_seventh_demon
- actions.precombat+=/food,type=the_hungry_magister,if=!equipped.majordomos_dinner_bell
- actions.precombat+=/food,type=nightborne_delicacy_platter,if=equipped.majordomos_dinner_bell
- actions.precombat+=/augmentation,type=defiled
- # Snapshot raid buffed stats before combat begins and pre-potting is done.
- actions.precombat+=/snapshot_stats
- actions.precombat+=/potion,name=old_war
- actions.precombat+=/metamorphosis,if=!(talent.demon_reborn.enabled&talent.demonic.enabled)
- actions=auto_attack
- actions+=/pick_up_fragment
- actions+=/vengeful_retreat,if=talent.prepared.enabled|(talent.momentum.enabled&buff.momentum.down)
- actions+=/fel_rush,if=talent.momentum.enabled&buff.momentum.down&cooldown.vengeful_retreat.remains>buff.momentum.duration
- actions+=/call_action_list,name=cooldowns
- actions+=/fury_of_the_illidari,if=raid_event.adds.in>60
- actions+=/call_action_list,name=AoE,if=spell_targets.blade_dance1>1
- actions+=/call_action_list,name=single_target
- actions.single_target+=/fel_eruption
- actions.single_target+=/death_sweep,if=talent.first_blood.enabled
- actions.single_target+=/fel_rush,if=charges=2&buff.momentum.down
- actions.single_target+=/annihilation
- actions.single_target+=/fel_barrage,if=charges>=5&(buff.momentum.up|!talent.momentum.enabled)&raid_event.adds.in>30
- actions.single_target+=/throw_glaive,if=talent.bloodlet.enabled&raid_event.adds.in>recharge_time
- #Use Eye Beam on a single target with Demonic or Blind Fury. Only use with Demonic if it will extend or trigger Metamorphosis. Save it for AoE.
- actions.single_target+=/eye_beam,if=((talent.blind_fury.enabled&!talent.demonic.enabled)|(talent.demonic.enabled&(!buff.metamorphosis.up|!buff.metamorphosis.extended_by_demonic)))&(buff.momentum.up|!talent.momentum.enabled)&raid_event.adds.in>45-15*talent.demonic_appetite.enabled
- actions.single_target+=/felblade
- actions.single_target+=/blade_dance,if=talent.first_blood.enabled&(cooldown.eye_beam.remains>0|!talent.demonic.enabled)
- actions.single_target+=/chaos_strike,if=cooldown.eye_beam.remains>0|!talent.demonic.enabled
- actions.single_target+=/fel_rush,if=!talent.momentum.enabled&(!buff.metamorphosis.up|!talent.demonic.enabled)&raid_event.adds.in>recharge_time
- actions.single_target+=/demons_bite
- actions.single_target+=/throw_glaive
- actions.AoE+=/death_sweep
- actions.AoE+=/fel_barrage,if=charges>=5
- actions.AoE+=/eye_beam
- actions.AoE+=/fel_rush
- actions.AoE+=/blade_dance,if=cooldown.eye_beam.remains>0
- actions.AoE+=/throw_glaive
- actions.AoE+=/annihilation,if=talent.chaos_cleave.enabled
- actions.AoE+=/chaos_strike,if=talent.chaos_cleave.enabled
- actions.AoE+=/chaos_nova,if=cooldown.eye_beam.remains>0&talent.unleashed_power.enabled
- actions.cooldowns+=/potion,name=old_war,if=buff.chaos_blades.up|!talent.chaos_blades.enabled
- #Use Trinkets would go here. SimC has no catch-all for this, so you need to specifically add trinket use for your gear.
- actions.cooldowns+=/use_item,slot=finger2
- actions.cooldowns+=/metamorphosis,if=!talent.demon_reborn.enabled|cooldown.eye_beam.remains>0|(!talent.demonic.enabled&spell_targets.eye_beam_tick=1)
- actions.cooldowns+=/nemesis
- actions.cooldowns+=/chaos_blades,if=cooldown.metamorphosis.remains>60|buff.metamorphosis.up|target.time_to_die<buff.chaos_blades.duration
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement