Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. raid_events+=/adds,name=Group,count=3,count_range=2,first=0,duration=40,cooldown=50
  2. raid_events+=/invulnerable,first=40,cooldown=50,duration=10
  3.  
  4. # Executed before combat begins. Accepts non-harmful actions only.
  5. actions.precombat=flask
  6. actions.precombat+=/food
  7. actions.precombat+=/moonkin_form
  8. actions.precombat+=/blessing_of_elune
  9. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  10. actions.precombat+=/snapshot_stats
  11. actions.precombat+=/potion
  12. actions.precombat+=/new_moon
  13.  
  14. # Executed every time the actor is available.
  15. actions=potion,name=potion_of_prolonged_power,if=buff.celestial_alignment.up|buff.incarnation.up
  16. actions+=/blessing_of_elune,if=active_enemies<=2&talent.blessing_of_the_ancients.enabled&buff.blessing_of_elune.down
  17. actions+=/blessing_of_elune,if=active_enemies>=3&talent.blessing_of_the_ancients.enabled&buff.blessing_of_anshe.down
  18. actions+=/blood_fury,if=buff.celestial_alignment.up|buff.incarnation.up
  19. actions+=/berserking,if=buff.celestial_alignment.up|buff.incarnation.up
  20. actions+=/arcane_torrent,if=buff.celestial_alignment.up|buff.incarnation.up
  21. actions+=/astral_communion,if=astral_power.deficit>=70
  22. actions+=/incarnation,if=astral_power>=40&raid_event.adds.in>40
  23. actions+=/celestial_alignment,if=astral_power>=40&raid_event.adds.in>25
  24. actions+=/starfall,if=buff.oneths_overconfidence.up
  25. actions+=/solar_wrath,if=buff.solar_empowerment.stack=3
  26. actions+=/lunar_strike,if=buff.lunar_empowerment.stack=3
  27. actions+=/starsurge,if=buff.oneths_intuition.up
  28. actions+=/call_action_list,name=AoE,if=(active_enemies>=2&talent.stellar_drift.enabled)|active_enemies>=3
  29. actions+=/call_action_list,name=single_target
  30.  
  31. actions.AoE=proc_sephuz,if=debuff.stellar_empowerment.up&raid_event.adds.in>18
  32. actions.AoE+=/sunfire,target_if=refreshable,if=raid_event.adds.in>14&astral_power.deficit>7&target.time_to_die>4
  33. actions.AoE+=/starsurge,if=astral_power>80-debuff.stellar_empowerment.remains*5&debuff.stellar_empowerment.remains>gcd.max&active_enemies<=2&raid_event.adds.in>14
  34. actions.AoE+=/starfall,if=(debuff.stellar_empowerment.remains<gcd.max*2&raid_event.adds.in>14)|astral_power.deficit<30
  35. actions.AoE+=/moonfire,target_if=refreshable,if=raid_event.adds.in>16&astral_power.deficit>7&target.time_to_die>6
  36. actions.AoE+=/stellar_flare,target_if=refreshable,if=active_enemies<4
  37. actions.AoE+=/new_moon,if=astral_power.deficit>14
  38. actions.AoE+=/half_moon,if=astral_power.deficit>24
  39. actions.AoE+=/full_moon,if=astral_power.deficit>44
  40. actions.AoE+=/warrior_of_elune
  41. actions.AoE+=/lunar_strike,if=buff.warrior_of_elune.up
  42. actions.AoE+=/solar_wrath,if=buff.solar_empowerment.up
  43. actions.AoE+=/lunar_strike,if=buff.lunar_empowerment.up
  44. actions.AoE+=/lunar_strike,if=active_enemies>=4|spell_haste<0.45
  45. actions.AoE+=/solar_wrath
  46.  
  47. actions.single_target=starsurge,if=astral_power.deficit<44|(buff.celestial_alignment.up|buff.incarnation.up|buff.astral_acceleration.up)|(gcd.max*(astral_power%40))>target.time_to_die
  48. actions.single_target+=/new_moon,if=astral_power.deficit>14&!(buff.celestial_alignment.up|buff.incarnation.up)
  49. actions.single_target+=/half_moon,if=astral_power.deficit>24&!(buff.celestial_alignment.up|buff.incarnation.up)
  50. actions.single_target+=/full_moon,if=astral_power.deficit>44
  51. actions.single_target+=/warrior_of_elune
  52. actions.single_target+=/lunar_strike,if=buff.warrior_of_elune.up
  53. actions.single_target+=/solar_wrath,if=buff.solar_empowerment.up
  54. actions.single_target+=/lunar_strike,if=buff.lunar_empowerment.up
  55. actions.single_target+=/solar_wrath
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement