Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. # Executed every time the actor is available.
  2. actions=wind_shear
  3. # Bloodlust casting behavior mirrors the simulator settings for proxy bloodlust. See options 'bloodlust_percent', and 'bloodlust_time'.
  4. actions+=/bloodlust,if=target.health.pct<25|time>0.500
  5. actions+=/auto_attack
  6. actions+=/feral_spirit
  7. actions+=/crash_lightning,if=artifact.alpha_wolf.rank&prev_gcd.feral_spirit
  8. actions+=/potion,name=old_war,if=feral_spirit.remains>5|target.time_to_die<=30
  9. actions+=/berserking,if=buff.ascendance.up|!talent.ascendance.enabled|level<100
  10. actions+=/blood_fury
  11. actions+=/crash_lightning,if=talent.crashing_storm.enabled&active_enemies>=3
  12. actions+=/boulderfist,if=buff.boulderfist.remains<gcd&maelstrom>=50&active_enemies>=3
  13. actions+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.remains<gcd
  14. actions+=/stormstrike,if=buff.stormbringer.react
  15. actions+=/boulderfist,if=buff.boulderfist.remains<gcd|(charges_fractional>1.75&maelstrom<=100&active_enemies<=2)
  16. actions+=/crash_lightning,if=buff.crash_lightning.remains<gcd&active_enemies>=2
  17. actions+=/windstrike,if=active_enemies>=3&!talent.hailstorm.enabled
  18. actions+=/stormstrike,if=active_enemies>=3&!talent.hailstorm.enabled
  19. actions+=/windstrike,if=buff.stormbringer.react
  20. actions+=/flametongue,if=buff.flametongue.remains<gcd
  21. actions+=/windsong
  22. actions+=/ascendance
  23. actions+=/fury_of_air,if=!ticking
  24. actions+=/doom_winds
  25. actions+=/crash_lightning,if=active_enemies>=3
  26. actions+=/windstrike
  27. actions+=/stormstrike
  28. actions+=/lightning_bolt,if=talent.overcharge.enabled&maelstrom>=60
  29. actions+=/lava_lash,if=buff.hot_hand.react
  30. actions+=/earthen_spike
  31. actions+=/crash_lightning,if=active_enemies>1|talent.crashing_storm.enabled|feral_spirit.remains>5
  32. actions+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.remains<4.8
  33. actions+=/flametongue,if=buff.flametongue.remains<4.8
  34. actions+=/sundering
  35. actions+=/lava_lash,if=maelstrom>=90
  36. actions+=/rockbiter
  37. actions+=/flametongue
  38. actions+=/boulderfist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement