Advertisement
Guest User

Untitled

a guest
May 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.77 KB | None | 0 0
  1. # Default consumables
  2. potion=prolonged_power
  3. flask=seventh_demon
  4. food=nightborne_delicacy_platter
  5.  
  6. # This default action priority list is automatically created based on your character.
  7. # It is a attempt to provide you with a action list that is both simple and practicable,
  8. # while resulting in a meaningful and good simulation. It may not result in the absolutely highest possible dps.
  9. # Feel free to edit, adapt and improve it to your own needs.
  10. # SimulationCraft is always looking for updates and improvements to the default action lists.
  11.  
  12. # Executed before combat begins. Accepts non-harmful actions only.
  13. actions.precombat=flask
  14. actions.precombat+=/augmentation,type=defiled
  15. actions.precombat+=/food
  16. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  17. actions.precombat+=/snapshot_stats
  18. actions.precombat+=/potion
  19. actions.precombat+=/lightning_shield
  20.  
  21. # Executed every time the actor is available.
  22. actions=wind_shear
  23. # Bloodlust casting behavior mirrors the simulator settings for proxy bloodlust. See options 'bloodlust_percent', and 'bloodlust_time'.
  24. actions+=/bloodlust,if=target.health.pct<25|time>0.500
  25. actions+=/auto_attack
  26. actions+=/feral_spirit,if=!artifact.alpha_wolf.rank|(maelstrom>=20&cooldown.crash_lightning.remains<=gcd)
  27. actions+=/crash_lightning,if=artifact.alpha_wolf.rank&prev_gcd.1.feral_spirit
  28. actions+=/use_items
  29. actions+=/berserking,if=buff.ascendance.up|(feral_spirit.remains>5)|level<100
  30. actions+=/blood_fury,if=buff.ascendance.up|(feral_spirit.remains>5)|level<100
  31. actions+=/potion,if=feral_spirit.remains>5|target.time_to_die<=60
  32. actions+=/boulderfist,if=buff.boulderfist.remains<gcd|(maelstrom<=50&active_enemies>=3)
  33. actions+=/boulderfist,if=buff.boulderfist.remains<gcd|(charges_fractional>1.75&maelstrom<=100&active_enemies<=2)
  34. actions+=/rockbiter,if=talent.landslide.enabled&buff.landslide.remains<gcd
  35. actions+=/fury_of_air,if=!ticking&maelstrom>22
  36. actions+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.remains<gcd&((!talent.fury_of_air.enabled)|(talent.fury_of_air.enabled&maelstrom>25))
  37. actions+=/flametongue,if=buff.flametongue.remains<gcd|(cooldown.doom_winds.remains<6&buff.flametongue.remains<4)
  38. actions+=/doom_winds
  39. actions+=/crash_lightning,if=talent.crashing_storm.enabled&active_enemies>=3&(!talent.hailstorm.enabled|buff.frostbrand.remains>gcd)
  40. actions+=/earthen_spike
  41. actions+=/lightning_bolt,if=(talent.overcharge.enabled&maelstrom>=40&!talent.fury_of_air.enabled)|(talent.overcharge.enabled&talent.fury_of_air.enabled&maelstrom>46)
  42. actions+=/crash_lightning,if=buff.crash_lightning.remains<gcd&active_enemies>=2
  43. actions+=/windsong
  44. actions+=/ascendance,if=buff.stormbringer.react
  45. actions+=/windstrike,if=buff.stormbringer.react&((talent.fury_of_air.enabled&maelstrom>=26)|(!talent.fury_of_air.enabled))
  46. actions+=/stormstrike,if=buff.stormbringer.react&((talent.fury_of_air.enabled&maelstrom>=26)|(!talent.fury_of_air.enabled))
  47. actions+=/frostbrand,if=equipped.137084&talent.hot_hand.enabled&buff.hot_hand.react&!buff.frostbrand.up&((!talent.fury_of_air.enabled)|(talent.fury_of_air.enabled&maelstrom>25))
  48. actions+=/lava_lash,if=talent.hot_hand.enabled&buff.hot_hand.react
  49. actions+=/sundering,if=active_enemies>=3
  50. actions+=/crash_lightning,if=active_enemies>=4
  51. actions+=/windstrike,if=talent.overcharge.enabled&cooldown.lightning_bolt.remains<gcd&maelstrom>80
  52. actions+=/windstrike,if=talent.fury_of_air.enabled&maelstrom>46&(cooldown.lightning_bolt.remains>gcd|!talent.overcharge.enabled)
  53. actions+=/windstrike,if=!talent.overcharge.enabled&!talent.fury_of_air.enabled
  54. actions+=/stormstrike,if=talent.overcharge.enabled&cooldown.lightning_bolt.remains<gcd&maelstrom>80
  55. actions+=/stormstrike,if=talent.fury_of_air.enabled&maelstrom>46&(cooldown.lightning_bolt.remains>gcd|!talent.overcharge.enabled)
  56. actions+=/stormstrike,if=!talent.overcharge.enabled&!talent.fury_of_air.enabled
  57. actions+=/crash_lightning,if=((active_enemies>1|talent.crashing_storm.enabled|talent.boulderfist.enabled)&!set_bonus.tier19_4pc)|feral_spirit.remains>5
  58. actions+=/crash_lightning,if=active_enemies>=3
  59. actions+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.remains<4.8&((!talent.fury_of_air.enabled)|(talent.fury_of_air.enabled&maelstrom>25))
  60. actions+=/frostbrand,if=equipped.137084&!buff.frostbrand.up&((!talent.fury_of_air.enabled)|(talent.fury_of_air.enabled&maelstrom>25))
  61. actions+=/lava_lash,if=talent.fury_of_air.enabled&talent.overcharge.enabled&(set_bonus.tier19_4pc&maelstrom>=80)
  62. actions+=/lava_lash,if=talent.fury_of_air.enabled&!talent.overcharge.enabled&(set_bonus.tier19_4pc&maelstrom>=53)
  63. actions+=/lava_lash,if=(!set_bonus.tier19_4pc&maelstrom>=120)|(!talent.fury_of_air.enabled&set_bonus.tier19_4pc&maelstrom>=40)
  64. actions+=/flametongue,if=buff.flametongue.remains<4.8
  65. actions+=/rockbiter
  66. actions+=/flametongue
  67. actions+=/boulderfist
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement