Advertisement
Guest User

Shadow APL

a guest
Jun 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1. # Default consumables
  2. potion=prolonged_power
  3. flask=whispered_pact
  4. food=azshari_salad
  5. augmentation=defiled
  6.  
  7. # This default action priority list is automatically created based on your character.
  8. # It is a attempt to provide you with a action list that is both simple and practicable,
  9. # while resulting in a meaningful and good simulation. It may not result in the absolutely highest possible dps.
  10. # Feel free to edit, adapt and improve it to your own needs.
  11. # SimulationCraft is always looking for updates and improvements to the default action lists.
  12.  
  13. # Executed before combat begins. Accepts non-harmful actions only.
  14. actions.precombat=flask
  15. actions.precombat+=/food
  16. actions.precombat+=/augmentation
  17. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  18. actions.precombat+=/snapshot_stats
  19. actions.precombat+=/potion
  20. actions.precombat+=/shadowform,if=!buff.shadowform.up
  21. actions.precombat+=/mind_blast
  22. actions.precombat+=/shadow_word_void
  23.  
  24. # Executed every time the actor is available.
  25. actions=potion,if=buff.bloodlust.react|target.time_to_die<=80|target.health.pct<35
  26. actions+=/run_action_list,name=aoe,if=spell_targets.mind_sear>(5+1*talent.misery.enabled)
  27. actions+=/run_action_list,name=cleave,if=active_enemies>1
  28. actions+=/run_action_list,name=single,if=active_enemies=1
  29.  
  30. actions.aoe=void_eruption
  31. actions.aoe+=/dark_ascension,if=talent.dark_ascension.enabled&buff.voidform.down
  32. actions.aoe+=/void_bolt,if=talent.dark_void.enabled&dot.shadow_word_pain.remains>travel_time
  33. actions.aoe+=/surrender_to_madness,if=buff.voidform.stack>=(15+buff.bloodlust.up)
  34. actions.aoe+=/dark_void
  35. actions.aoe+=/shadowfiend
  36. actions.aoe+=/mindbender
  37. actions.aoe+=/shadow_crash,if=raid_event.adds.in>5&raid_event.adds.duration<20
  38. actions.aoe+=/mind_sear,chain=1,interrupt=1
  39. actions.aoe+=/shadow_word_pain
  40.  
  41. actions.cleave=void_eruption
  42. actions.cleave+=/dark_ascension,if=talent.dark_ascension.enabled&buff.voidform.down
  43. actions.cleave+=/void_bolt
  44. actions.cleave+=/shadow_word_death,target_if=target.time_to_die<3|buff.voidform.down
  45. actions.cleave+=/surrender_to_madness,if=buff.voidform.stack>=(15+buff.bloodlust.up)
  46. actions.cleave+=/dark_void
  47. actions.cleave+=/shadowfiend
  48. actions.cleave+=/mindbender
  49. actions.cleave+=/mind_blast,if=buff.voidform.down&talent.misery.enabled
  50. actions.cleave+=/shadow_crash,if=(raid_event.adds.in>5&raid_event.adds.duration<2)|raid_event.adds.duration>2
  51. actions.cleave+=/shadow_word_pain,target_if=min:dot.shadow_word_pain.remains&refreshable&target.time_to_die>4,if=!talent.misery.enabled&!talent.dark_void.enabled
  52. actions.cleave+=/vampiric_touch,target_if=min:dot.vampiric_touch.remains&refreshable&target.time_to_die>6
  53. actions.cleave+=/void_torrent
  54. actions.cleave+=/mind_sear,target_if=spell_targets.mind_sear>2,chain=1,interrupt=1
  55. actions.cleave+=/mind_flay,interrupt=1,chain=1
  56. actions.cleave+=/shadow_word_pain
  57.  
  58. actions.single=void_eruption
  59. actions.single+=/dark_ascension,if=talent.dark_ascension.enabled&buff.voidform.down
  60. actions.single+=/void_bolt
  61. actions.single+=/shadow_word_death,if=target.time_to_die<3|cooldown.shadow_word_death.charges=2
  62. actions.single+=/surrender_to_madness,if=buff.voidform.stack>=(15+buff.bloodlust.up)&target.time_to_die>200|target.time_to_die<75
  63. actions.single+=/dark_void
  64. actions.single+=/shadowfiend
  65. actions.single+=/mindbender
  66. actions.single+=/mind_blast,if=(dot.shadow_word_pain.ticking&dot.vampiric_touch.ticking)|(talent.shadow_word_void.enabled&cooldown.shadow_word_void.charges=2)
  67. actions.single+=/shadow_word_death,if=!buff.voidform.up|(cooldown.shadow_word_death.charges=2&buff.voidform.stack<15)
  68. actions.single+=/shadow_crash,if=raid_event.adds.in>5&raid_event.adds.duration<20
  69. actions.single+=/mind_blast,if=dot.shadow_word_pain.ticking&dot.vampiric_touch.ticking
  70. actions.single+=/void_torrent,if=dot.shadow_word_pain.remains>4&dot.vampiric_touch.remains>4
  71. actions.single+=/shadow_word_pain,if=refreshable&target.time_to_die>4&!talent.misery.enabled&!talent.dark_void.enabled
  72. actions.single+=/vampiric_touch,if=refreshable&target.time_to_die>6
  73. actions.single+=/mind_flay,interrupt=1,chain=1
  74. actions.single+=/shadow_word_pain
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement