Advertisement
waterboost

Untitled

Jun 27th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. #actions.precombat=flask
  2. #actions.precombat+=/food
  3. #actions.precombat+=/augmentation
  4. actions.precombat=moonkin_form
  5. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  6. actions.precombat+=/snapshot_stats
  7. #actions.precombat+=/potion
  8. actions.precombat+=/solar_wrath
  9.  
  10. # Executed every time the actor is available.
  11. #actions=potion,name=potion_of_prolonged_power,if=buff.celestial_alignment.up|buff.incarnation.up
  12. actions=blood_fury,if=buff.celestial_alignment.up|buff.incarnation.up
  13. actions+=/berserking,if=buff.celestial_alignment.up|buff.incarnation.up
  14. actions+=/arcane_torrent,if=buff.celestial_alignment.up|buff.incarnation.up
  15. actions+=/lights_judgment,if=buff.celestial_alignment.up|buff.incarnation.up
  16. actions+=/use_items
  17. actions+=/warrior_of_elune
  18. actions+=/incarnation,if=astral_power>=40
  19. actions+=/celestial_alignment,if=astral_power>=40
  20. actions+=/call_action_list,name=aoe,if=spell_targets.starfall>=3
  21. actions+=/call_action_list,name=st
  22.  
  23. actions.st=fury_of_elune,if=buff.celestial_alignment.up|buff.incarnation.up|(talent.incarnation_chosen_of_elune.enabled&cooldown.incarnation.remains>30)|(!talent.incarnation_chosen_of_elune.enabled&cooldown.celestial_alignment.remains>30)
  24. actions.st+=/force_of_nature
  25. actions.st+=/stellar_flare,target_if=refreshable,if=target.time_to_die>10
  26. actions.st+=/moonfire,target_if=refreshable,if=target.time_to_die>8
  27. actions.st+=/sunfire,target_if=refreshable,if=target.time_to_die>8
  28. actions.st+=/solar_wrath,if=buff.solar_empowerment.stack=3&astral_power.deficit>10
  29. actions.st+=/lunar_strike,if=buff.lunar_empowerment.stack=3&astral_power.deficit>15
  30. actions.st+=/starsurge,if=(astral_power.deficit<40|buff.celestial_alignment.up|buff.incarnation.up)|(gcd.max*(astral_power%40))>target.time_to_die
  31. actions.st+=/lunar_strike,if=buff.lunar_empowerment.up&buff.warrior_of_elune.up
  32. actions.st+=/new_moon,if=astral_power.deficit>10
  33. actions.st+=/half_moon,if=astral_power.deficit>20
  34. actions.st+=/full_moon,if=astral_power.deficit>40
  35. actions.st+=/solar_wrath,if=buff.solar_empowerment.up
  36. actions.st+=/lunar_strike,if=buff.lunar_empowerment.up&(!talent.warrior_of_elune.enabled|cooldown.warrior_of_elune.remains>20)|spell_targets.lunar_strike>=2
  37. actions.st+=/solar_wrath
  38.  
  39. actions.aoe=fury_of_elune
  40. actions.aoe+=/stellar_flare,target_if=refreshable,if=target.time_to_die>10
  41. actions.aoe+=/sunfire,target_if=refreshable,if=astral_power.deficit>7&target.time_to_die>4
  42. actions.aoe+=/moonfire,target_if=refreshable,if=astral_power.deficit>7&target.time_to_die>4
  43. actions.aoe+=/starfall,if=target.time_to_die>4
  44. actions.aoe+=/force_of_nature
  45. actions.aoe+=/new_moon,if=astral_power.deficit>14
  46. actions.aoe+=/half_moon,if=astral_power.deficit>24
  47. actions.aoe+=/full_moon,if=astral_power.deficit>44
  48. actions.aoe+=/lunar_strike,if=buff.warrior_of_elune.up
  49. actions.aoe+=/solar_wrath,if=buff.solar_empowerment.up
  50. actions.aoe+=/lunar_strike,if=buff.lunar_empowerment.up
  51. actions.aoe+=/lunar_strike,if=spell_targets.lunar_strike>=2
  52. actions.aoe+=/solar_wrath
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement