Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is a WIP! It might not work well with every possible combination of gear, essences, fight style and talents.
- Let Max#7957 on discord know if you find actual improvements, he is also the guy that put all of the work into this one!
- ______________________________________________________________________________
- # Default consumables
- potion="potion_of_unbridled_fury"
- flask="greater_flask_of_the_undertow"
- food="mechdowels_big_mech"
- augmentation="battle_scarred"
- # This default action priority list is automatically created based on your character.
- # It is a attempt to provide you with a action list that is both simple and practicable,
- # while resulting in a meaningful and good simulation. It may not result in the absolutely highest possible dps.
- # Feel free to edit, adapt and improve it to your own needs.
- # SimulationCraft is always looking for updates and improvements to the default action lists.
- # Executed before combat begins. Accepts non-harmful actions only.
- actions.precombat="flask"
- actions.precombat+="/food"
- actions.precombat+="/augmentation"
- # Snapshot raid buffed stats before combat begins and pre-potting is done.
- actions.precombat+="/snapshot_stats"
- actions.precombat+="/use_item,name=azsharas_font_of_power"
- actions.precombat+="/worldvein_resonance"
- actions.precombat+="/memory_of_lucid_dreams"
- actions.precombat+="/guardian_of_azeroth"
- actions.precombat+="/recklessness"
- actions.precombat+="/potion"
- # Executed every time the actor is available.
- actions="auto_attack"
- actions+="/charge"
- # This is mostly to prevent cooldowns from being accidentally used during movement.
- actions+="/run_action_list,name=movement,if=movement.distance>5"
- actions+="/heroic_leap,if=(raid_event.movement.distance>25&raid_event.movement.in>45)"
- actions+="/potion,if=buff.guardian_of_azeroth.up|(!essence.condensed_lifeforce.major&target.time_to_die=60)"
- actions+="/rampage,if=cooldown.recklessness.remains<3"
- actions+="/blood_of_the_enemy,if=buff.recklessness.up&((rage>85|talent.carnage.enabled&rage>75|talent.frothing_berserker.enabled&rage>95)&(buff.meat_cleaver.up&buff.enrage.up|spell_targets.whirlwind=1)|dot.noxious_venom.remains)"
- actions+="/purifying_blast,if=!buff.recklessness.up&!buff.siegebreaker.up"
- actions+="/ripple_in_space,if=!buff.recklessness.up&!buff.siegebreaker.up"
- actions+="/worldvein_resonance,if=!buff.recklessness.up&!buff.siegebreaker.up"
- actions+="/focused_azerite_beam,if=!buff.recklessness.up&!buff.siegebreaker.up"
- actions+="/reaping_flames,if=!buff.recklessness.up&!buff.siegebreaker.up"
- actions+="/concentrated_flame,if=!buff.recklessness.up&!buff.siegebreaker.up&dot.concentrated_flame_burn.remains=0"
- actions+="/the_unbound_force,if=buff.reckless_force.up"
- actions+="/guardian_of_azeroth,if=!buff.recklessness.up&(target.time_to_die>195|target.health.pct<20)"
- actions+="/memory_of_lucid_dreams,if=!buff.recklessness.up"
- actions+="/use_item,name=merekthas_fang,if=spell_targets.whirlwind>3&buff.enrage.up
- actions+="/whirlwind,if=spell_targets.whirlwind>1&!buff.meat_cleaver.up"
- actions+="/recklessness,if=!essence.condensed_lifeforce.major&!essence.blood_of_the_enemy.major|cooldown.guardian_of_azeroth.remains>1|buff.guardian_of_azeroth.up|cooldown.blood_of_the_enemy.remains<gcd"
- actions+="/use_item,name=merekthas_fang,if=buff.recklessness.down&debuff.siegebreaker.down&((rage>85|talent.carnage.enabled&rage>75|talent.frothing_berserker.enabled&rage>95)|talent.reckless_abandon.enabled&cooldown.recklessness.remains<3&prev_gcd.1.rampage)"
- actions+="/use_item,name=vial_of_animated_blood,if=buff.recklessness.up&prev_gcd.1.blood_of_the_enemy&gcd.remains=0"
- actions+="/blood_fury,if=buff.recklessness.up"
- actions+="/berserking,if=buff.recklessness.up"
- actions+="/lights_judgment,if=buff.recklessness.down&debuff.siegebreaker.down"
- actions+="/fireblood,if=buff.recklessness.up"
- actions+="/ancestral_call,if=buff.recklessness.up"
- actions+="/bag_of_tricks,if=buff.recklessness.down&debuff.siegebreaker.down&buff.enrage.up"
- actions+="/run_action_list,name=single_target"
- actions.movement="heroic_leap"
- actions.single_target="siegebreaker"
- actions.single_target+="/rampage,if=(buff.recklessness.up|buff.memory_of_lucid_dreams.up)|(talent.frothing_berserker.enabled|talent.carnage.enabled&(buff.enrage.remains<gcd|rage>90)|talent.massacre.enabled&(buff.enrage.remains<gcd|rage>90))"
- actions.single_target+="/execute"
- actions.single_target+="/furious_slash,if=!buff.bloodlust.up&buff.furious_slash.remains<3"
- actions.single_target+="/bladestorm,if=prev_gcd.1.rampage"
- actions.single_target+="/bloodthirst,if=buff.enrage.down|azerite.cold_steel_hot_blood.rank>1"
- actions.single_target+="/dragon_roar,if=buff.enrage.up"
- actions.single_target+="/raging_blow,if=charges=2"
- actions.single_target+="/bloodthirst"
- actions.single_target+="/raging_blow,if=talent.carnage.enabled|(talent.massacre.enabled&rage<80)|(talent.frothing_berserker.enabled&rage<90)"
- actions.single_target+="/furious_slash,if=talent.furious_slash.enabled"
- actions.single_target+="/whirlwind"
Add Comment
Please, Sign In to add comment