Advertisement
Guest User

Comments on APL changes

a guest
Feb 10th, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. ## Made by Miraclous of Inner Sanctum
  2. ## All personal comments are accounced with a double hashtag.
  3. ## Comments are made after every part of edited APL.
  4.  
  5. # Executed every time the actor is available.
  6. actions=potion,name=deadly_grace,if=buff.celestial_alignment.up|buff.incarnation.up
  7. actions+=/blessing_of_elune,if=active_enemies<=2&talent.blessing_of_the_ancients.enabled&buff.blessing_of_elune.down
  8. actions+=/blessing_of_elune,if=active_enemies>=3&talent.blessing_of_the_ancients.enabled&buff.blessing_of_anshe.down
  9. actions+=/blood_fury,if=buff.celestial_alignment.up|buff.incarnation.up
  10. actions+=/berserking,if=buff.celestial_alignment.up|buff.incarnation.up
  11. actions+=/arcane_torrent,if=buff.celestial_alignment.up|buff.incarnation.up
  12. actions+=/use_item,slot=trinket1
  13. actions+=/call_action_list,name=fury_of_elune,if=talent.fury_of_elune.enabled&cooldown.fury_of_elue.remains<target.time_to_die
  14. 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)
  15. ## Not worth on multitarget with AoE talents
  16. actions+=/new_moon,if=(charges=2&recharge_time<5)|charges=3
  17. actions+=/half_moon,if=(charges=2&recharge_time<5)|charges=3|(target.time_to_die<15&charges=2)
  18. actions+=/full_moon,if=(charges=2&recharge_time<5)|charges=3|target.time_to_die<15
  19. actions+=/stellar_flare,cycle_targets=1,max_cycle_targets=4,if=active_enemies<4&remains<7.2&astral_power>=15
  20. actions+=/moonfire,cycle_targets=1,if=(talent.natures_balance.enabled&remains<3)|(remains<6.6&!talent.natures_balance.enabled)
  21. actions+=/sunfire,if=(talent.natures_balance.enabled&remains<3)|(remains<5.4&!talent.natures_balance.enabled)
  22. actions+=/astral_communion,if=astral_power.deficit>=75
  23. actions+=/incarnation,if=astral_power>=40
  24. actions+=/celestial_alignment,if=astral_power>=40
  25. actions+=/starfall,if=buff.oneths_overconfidence.up
  26. actions+=/solar_wrath,if=buff.solar_empowerment.stack=3
  27. actions+=/lunar_strike,if=buff.lunar_empowerment.stack=3
  28. actions+=/call_action_list,name=celestial_alignment_phase,if=buff.celestial_alignment.up|buff.incarnation.up
  29. actions+=/call_action_list,name=single_target
  30.  
  31. actions.ed=astral_communion,if=astral_power.deficit>=75&buff.the_emerald_dreamcatcher.up
  32. actions.ed+=/incarnation,if=(astral_power>=85|buff.the_emerald_dreamcatcher.up)|buff.bloodlust.up
  33. ## +5.5k dps for ST build
  34. actions.ed+=/celestial_alignment,if=(astral_power>=85|buff.the_emerald_dreamcatcher.up)|buff.bloodlust.up
  35. ## +4k dps for SotF build
  36. actions.ed+=/warrior_of_elune
  37. ## +23k dps when using WoE. added so this APL also works with non-ST builds
  38. 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)
  39. ## +4k dps for SotF build. Inc dps unchanged. It's unclear to me why dumping SS at the end of Inc is a dps increase, but it's not when doing so at the end of CA.
  40. actions.ed+=/stellar_flare,cycle_targets=1,max_cycle_targets=4,if=active_enemies<4&remains<7.2&astral_power>=15
  41. 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)
  42. ## added moonfire cycle, for full AoE build, refreshing dots that are <11s before starting a Surgeweave nets ~800 dps
  43. 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)
  44. ## for full AoE build, refreshing dots that are <11s before starting a Surgeweave nets ~800 dps
  45. actions.ed+=/starfall,if=buff.oneths_overconfidence.up&buff.the_emerald_dreamcatcher.remains>execute_time&remains<2
  46. actions.ed+=/half_moon,if=astral_power<=80&buff.the_emerald_dreamcatcher.remains>execute_time&astral_power>=6
  47. actions.ed+=/full_moon,if=astral_power<=60&buff.the_emerald_dreamcatcher.remains>execute_time
  48. ##Surgeweave portion coming next, it's basically: Don't cast if it takes you over 100 AP, don't waste empowerments, LS/SW weave > SW/SW+Ls weave > SW > LS
  49. 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))
  50. 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))
  51. 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))
  52. 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))
  53. 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))
  54. 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))
  55. ##+6k dps for ST build
  56. actions.ed+=/starsurge,if=buff.the_emerald_dreamcatcher.up|astral_power>90|((buff.celestial_alignment.up|buff.incarnation.up)&astral_power>=85)
  57. ## simplified from previous, no numerical changes
  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. ## +1.3k dps & simpler
  63. actions.ed+=/solar_wrath,if=buff.solar_empowerment.up
  64. actions.ed+=/lunar_strike,if=buff.lunar_empowerment.up
  65. actions.ed+=/solar_wrath
  66. actions.ed+=/moonfire,cycle_targets=1,if=remains<dot.sunfire_dmg.remains
  67. actions.ed+=/sunfire
  68. ## last 2 are added for when people sim with movement on.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement