Advertisement
Guest User

Edited Moonkin ED APL by Miraclous

a guest
Feb 10th, 2017
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.54 KB | None | 0 0
  1. ## ED APL edited by Miraclous of Inner Sanctum
  2. ## See http://pastebin.com/XqncRSz5 for a rationale on all of the changes made.
  3.  
  4. # Executed before combat begins. Accepts non-harmful actions only.
  5. actions.precombat=flask,type=flask_of_the_whispered_pact
  6. actions.precombat+=/food,type=azshari_salad
  7. actions.precombat+=/augmentation,type=defiled
  8. actions.precombat+=/moonkin_form
  9. actions.precombat+=/blessing_of_elune
  10. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  11. actions.precombat+=/snapshot_stats
  12. actions.precombat+=/potion,name=deadly_grace
  13. actions.precombat+=/new_moon
  14.  
  15. # Executed every time the actor is available.
  16. actions=potion,name=deadly_grace,if=buff.celestial_alignment.up|buff.incarnation.up
  17. actions+=/blessing_of_elune,if=active_enemies<=2&talent.blessing_of_the_ancients.enabled&buff.blessing_of_elune.down
  18. actions+=/blessing_of_elune,if=active_enemies>=3&talent.blessing_of_the_ancients.enabled&buff.blessing_of_anshe.down
  19. actions+=/blood_fury,if=buff.celestial_alignment.up|buff.incarnation.up
  20. actions+=/berserking,if=buff.celestial_alignment.up|buff.incarnation.up
  21. actions+=/arcane_torrent,if=buff.celestial_alignment.up|buff.incarnation.up
  22. actions+=/use_item,slot=trinket1
  23. actions+=/call_action_list,name=fury_of_elune,if=talent.fury_of_elune.enabled&cooldown.fury_of_elue.remains<target.time_to_die
  24. actions+=/call_action_list,name=ed,if=equipped.the_emerald_dreamcatcher&active_enemies<=2&!(active_enemies=2&talent.soul_of_the_forest.enabled&talent.stellar_drift.enabled)
  25. actions+=/new_moon,if=(charges=2&recharge_time<5)|charges=3
  26. actions+=/half_moon,if=(charges=2&recharge_time<5)|charges=3|(target.time_to_die<15&charges=2)
  27. actions+=/full_moon,if=(charges=2&recharge_time<5)|charges=3|target.time_to_die<15
  28. actions+=/stellar_flare,cycle_targets=1,max_cycle_targets=4,if=active_enemies<4&remains<7.2&astral_power>=15
  29. actions+=/moonfire,cycle_targets=1,if=(talent.natures_balance.enabled&remains<3)|(remains<6.6&!talent.natures_balance.enabled)
  30. actions+=/sunfire,if=(talent.natures_balance.enabled&remains<3)|(remains<5.4&!talent.natures_balance.enabled)
  31. actions+=/astral_communion,if=astral_power.deficit>=75
  32. actions+=/incarnation,if=astral_power>=40
  33. actions+=/celestial_alignment,if=astral_power>=40
  34. actions+=/starfall,if=buff.oneths_overconfidence.up
  35. actions+=/solar_wrath,if=buff.solar_empowerment.stack=3
  36. actions+=/lunar_strike,if=buff.lunar_empowerment.stack=3
  37. actions+=/call_action_list,name=celestial_alignment_phase,if=buff.celestial_alignment.up|buff.incarnation.up
  38. actions+=/call_action_list,name=single_target
  39.  
  40. actions.ed=astral_communion,if=astral_power.deficit>=75&buff.the_emerald_dreamcatcher.up
  41. actions.ed+=/incarnation,if=(astral_power>=85|buff.the_emerald_dreamcatcher.up)|buff.bloodlust.up
  42. actions.ed+=/celestial_alignment,if=(astral_power>=85|buff.the_emerald_dreamcatcher.up)|buff.bloodlust.up
  43. actions.ed+=/warrior_of_elune
  44. actions.ed+=/starsurge,if=(buff.incarnation.up&buff.incarnation.remains<(3*execute_time)&astral_power>78)|(buff.incarnation.up&buff.incarnation.remains<(2*execute_time)&astral_power>52)|(buff.incarnation.up&buff.incarnation.remains<execute_time&astral_power>26)
  45. actions.ed+=/stellar_flare,cycle_targets=1,max_cycle_targets=4,if=active_enemies<4&remains<7.2&astral_power>=15
  46. actions.ed+=/moonfire,cycle_targets=1,if=(((talent.natures_balance.enabled&remains<3)|(remains<6.6&!talent.natures_balance.enabled))&(buff.the_emerald_dreamcatcher.remains>gcd.max|!buff.the_emerald_dreamcatcher.up))|(!buff.the_emerald_dreamcatcher.up&astral_power>90&!talent.natures_balance.enabled&remains<11)
  47. actions.ed+=/sunfire,if=((talent.natures_balance.enabled&remains<3)|(remains<5.4&!talent.natures_balance.enabled))&(buff.the_emerald_dreamcatcher.remains>gcd.max|!buff.the_emerald_dreamcatcher.up)|(!buff.the_emerald_dreamcatcher.up&astral_power>90&!talent.natures_balance.enabled&remains<11)
  48. actions.ed+=/starfall,if=buff.oneths_overconfidence.up&buff.the_emerald_dreamcatcher.remains>execute_time&remains<2
  49. actions.ed+=/half_moon,if=astral_power<=80&buff.the_emerald_dreamcatcher.remains>execute_time&astral_power>=6
  50. actions.ed+=/full_moon,if=astral_power<=60&buff.the_emerald_dreamcatcher.remains>execute_time
  51. actions.ed+=/solar_wrath,if=buff.solar_empowerment.stack=3&buff.the_emerald_dreamcatcher.remains>execute_time&((astral_power>=16&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=90|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=85)&talent.blessing_of_the_ancients.enabled)|(astral_power>=18&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=92|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=88)&!talent.blessing_of_the_ancients.enabled))
  52. actions.ed+=/lunar_strike,if=buff.lunar_empowerment.up&buff.the_emerald_dreamcatcher.remains>2*execute_time&((astral_power>=1&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=85|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=77.5)&talent.blessing_of_the_ancients.enabled)|(astral_power>=6&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=88|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=82)&!talent.blessing_of_the_ancients.enabled))
  53. actions.ed+=/solar_wrath,if=buff.solar_empowerment.stack>1&buff.the_emerald_dreamcatcher.remains>2*execute_time&((astral_power>=6&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=90|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=85)&talent.blessing_of_the_ancients.enabled)|(astral_power>=10&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=92|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=88)&!talent.blessing_of_the_ancients.enabled))
  54. actions.ed+=/lunar_strike,if=buff.lunar_empowerment.stack=3&buff.the_emerald_dreamcatcher.remains>execute_time&((astral_power>=11&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=85|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=77.5)&talent.blessing_of_the_ancients.enabled)|(astral_power>=14&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=88|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=82)&!talent.blessing_of_the_ancients.enabled))
  55. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up&buff.the_emerald_dreamcatcher.remains>execute_time&((astral_power>=16&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=90|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=85)&talent.blessing_of_the_ancients.enabled)|(astral_power>=18&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=92|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=88)&!talent.blessing_of_the_ancients.enabled))
  56. actions.ed+=/lunar_strike,if=buff.lunar_empowerment.up&buff.the_emerald_dreamcatcher.remains>execute_time&((astral_power>=11&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=85|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=77.5)&talent.blessing_of_the_ancients.enabled)|(astral_power>=14&(!(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=88|(buff.celestial_alignment.up|buff.incarnation.up)&astral_power<=82)&!talent.blessing_of_the_ancients.enabled))
  57. actions.ed+=/starsurge,if=buff.the_emerald_dreamcatcher.up|astral_power>90|((buff.celestial_alignment.up|buff.incarnation.up)&astral_power>=85)
  58. actions.ed+=/starfall,if=buff.oneths_overconfidence.up&remains<2
  59. actions.ed+=/new_moon,if=astral_power<=90
  60. actions.ed+=/half_moon,if=astral_power<=80
  61. actions.ed+=/full_moon,if=astral_power<=60
  62. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up
  63. actions.ed+=/lunar_strike,if=buff.lunar_empowerment.up
  64. actions.ed+=/solar_wrath
  65. actions.ed+=/moonfire,cycle_targets=1,if=remains<dot.sunfire_dmg.remains
  66. actions.ed+=/sunfire
  67.  
  68. actions.fury_of_elune=incarnation,if=astral_power>=95&cooldown.fury_of_elune.remains<=gcd
  69. actions.fury_of_elune+=/fury_of_elune,if=astral_power>=95
  70. actions.fury_of_elune+=/new_moon,if=((charges=2&recharge_time<5)|charges=3)&&(buff.fury_of_elune_up.up|(cooldown.fury_of_elune.remains>gcd*3&astral_power<=90))
  71. actions.fury_of_elune+=/half_moon,if=((charges=2&recharge_time<5)|charges=3)&&(buff.fury_of_elune_up.up|(cooldown.fury_of_elune.remains>gcd*3&astral_power<=80))
  72. actions.fury_of_elune+=/full_moon,if=((charges=2&recharge_time<5)|charges=3)&&(buff.fury_of_elune_up.up|(cooldown.fury_of_elune.remains>gcd*3&astral_power<=60))
  73. actions.fury_of_elune+=/astral_communion,if=buff.fury_of_elune_up.up&astral_power<=25
  74. actions.fury_of_elune+=/warrior_of_elune,if=buff.fury_of_elune_up.up|(cooldown.fury_of_elune.remains>=35&buff.lunar_empowerment.up)
  75. actions.fury_of_elune+=/lunar_strike,if=buff.warrior_of_elune.up&(astral_power<=90|(astral_power<=85&buff.incarnation.up))
  76. actions.fury_of_elune+=/new_moon,if=astral_power<=90&buff.fury_of_elune_up.up
  77. actions.fury_of_elune+=/half_moon,if=astral_power<=80&buff.fury_of_elune_up.up&astral_power>cast_time*12
  78. actions.fury_of_elune+=/full_moon,if=astral_power<=60&buff.fury_of_elune_up.up&astral_power>cast_time*12
  79. actions.fury_of_elune+=/moonfire,if=buff.fury_of_elune_up.down&remains<=6.6
  80. actions.fury_of_elune+=/sunfire,if=buff.fury_of_elune_up.down&remains<5.4
  81. actions.fury_of_elune+=/stellar_flare,if=remains<7.2&active_enemies=1
  82. actions.fury_of_elune+=/starfall,if=(active_enemies>=2&talent.stellar_flare.enabled|active_enemies>=3)&buff.fury_of_elune_up.down&cooldown.fury_of_elune.remains>10
  83. actions.fury_of_elune+=/starsurge,if=active_enemies<=2&buff.fury_of_elune_up.down&cooldown.fury_of_elune.remains>7
  84. actions.fury_of_elune+=/starsurge,if=buff.fury_of_elune_up.down&((astral_power>=92&cooldown.fury_of_elune.remains>gcd*3)|(cooldown.warrior_of_elune.remains<=5&cooldown.fury_of_elune.remains>=35&buff.lunar_empowerment.stack<2))
  85. actions.fury_of_elune+=/solar_wrath,if=buff.solar_empowerment.up
  86. actions.fury_of_elune+=/lunar_strike,if=buff.lunar_empowerment.stack=3|(buff.lunar_empowerment.remains<5&buff.lunar_empowerment.up)|active_enemies>=2
  87. actions.fury_of_elune+=/solar_wrath
  88.  
  89. actions.celestial_alignment_phase=starfall,if=((active_enemies>=2&talent.stellar_drift.enabled)|active_enemies>=3)
  90. actions.celestial_alignment_phase+=/starsurge,if=active_enemies<=2
  91. actions.celestial_alignment_phase+=/warrior_of_elune
  92. actions.celestial_alignment_phase+=/lunar_strike,if=buff.warrior_of_elune.up
  93. actions.celestial_alignment_phase+=/solar_wrath,if=buff.solar_empowerment.up
  94. actions.celestial_alignment_phase+=/lunar_strike,if=buff.lunar_empowerment.up
  95. actions.celestial_alignment_phase+=/solar_wrath,if=talent.natures_balance.enabled&dot.sunfire_dmg.remains<5&cast_time<dot.sunfire_dmg.remains
  96. actions.celestial_alignment_phase+=/lunar_strike,if=(talent.natures_balance.enabled&dot.moonfire_dmg.remains<5&cast_time<dot.moonfire_dmg.remains)|active_enemies>=2
  97. actions.celestial_alignment_phase+=/solar_wrath
  98.  
  99. actions.single_target=new_moon,if=astral_power<=90
  100. actions.single_target+=/half_moon,if=astral_power<=80
  101. actions.single_target+=/full_moon,if=astral_power<=60
  102. actions.single_target+=/starfall,if=((active_enemies>=2&talent.stellar_drift.enabled)|active_enemies>=3)
  103. actions.single_target+=/starsurge,if=active_enemies<=2
  104. actions.single_target+=/warrior_of_elune
  105. actions.single_target+=/lunar_strike,if=buff.warrior_of_elune.up
  106. actions.single_target+=/solar_wrath,if=buff.solar_empowerment.up
  107. actions.single_target+=/lunar_strike,if=buff.lunar_empowerment.up
  108. actions.single_target+=/solar_wrath,if=talent.natures_balance.enabled&dot.sunfire_dmg.remains<5&cast_time<dot.sunfire_dmg.remains
  109. actions.single_target+=/lunar_strike,if=(talent.natures_balance.enabled&dot.moonfire_dmg.remains<5&cast_time<dot.moonfire_dmg.remains)|active_enemies>=2
  110. actions.single_target+=/solar_wrath
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement