Advertisement
Guest User

Untitled

a guest
May 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. # Default consumables
  2. potion=prolonged_power
  3. flask=seventh_demon
  4. food=nightborne_delicacy_platter
  5. augmentation=defiled
  6.  
  7. # Executed before combat begins. Accepts non-harmful actions only.
  8. actions.precombat=flask
  9. actions.precombat+=/augmentation,type=defiled
  10. actions.precombat+=/food
  11. actions.precombat+=/snapshot_stats
  12. actions.precombat+=/potion
  13. actions.precombat+=/lightning_shield
  14.  
  15. # Executed every time the actor is available.
  16. actions=wind_shear
  17. actions+=/bloodlust,if=target.health.pct<25|time>0.500
  18. actions+=/auto_attack
  19. actions+=/use_items
  20. actions+=/berserking,if=buff.ascendance.up|(feral_spirit.remains>5)|level<100
  21. actions+=/blood_fury,if=buff.ascendance.up|(feral_spirit.remains>5)|level<100
  22. actions+=/potion,if=buff.ascendance.up|!talent.ascendance.enabled&feral_spirit.remains>5|target.time_to_die<=60
  23. actions+=/rockbiter,if=maelstrom<15&time<2
  24. actions+=/windstrike,if=!talent.earthen_spike.enabled|(cooldown.earthen_spike.remains>1&cooldown.doom_winds.remains>1)
  25. actions+=/rockbiter,if=talent.landslide.enabled&buff.landslide.remains<=0
  26. actions+=/fury_of_air,if=!ticking&maelstrom>22
  27. actions+=/flametongue,if=buff.flametongue.remains=0
  28. actions+=/frostbrand,if=talent.hailstorm.enabled&!buff.frostbrand.up&(!talent.fury_of_air.enabled|(talent.fury_of_air.enabled&maelstrom>45))
  29. actions+=/feral_spirit
  30. actions+=/rockbiter,if=charges_fractional>=2&maelstrom<20&buff.ascendance.down&equipped.151820
  31. actions+=/crash_lightning,if=artifact.alpha_wolf.rank&prev_gcd.1.feral_spirit
  32. actions+=/doom_winds,if=debuff.earthen_spike.up&talent.earthen_spike.enabled|!talent.earthen_spike.enabled
  33. actions+=/flametongue,if=buff.flametongue.remains<7&cooldown.doom_winds.remains<gcd*2
  34. actions+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.remains<7&cooldown.doom_winds.remains<gcd*2
  35. actions+=/earthen_spike,if=(!talent.fury_of_air.enabled|(talent.fury_of_air.enabled&maelstrom>25))
  36. actions+=/windstrike
  37. actions+=/windsong
  38. actions+=/crash_lightning,if=buff.crash_lightning.remains<gcd&active_enemies>=2
  39. actions+=/stormstrike,if=buff.stormbringer.up&(!talent.fury_of_air.enabled|(talent.fury_of_air.enabled&maelstrom>25))
  40. actions+=/lightning_bolt,if=talent.overcharge.enabled&maelstrom>=40
  41. actions+=/rockbiter,if=charges_fractional>=2&maelstrom<135&equipped.151820
  42. actions+=/crash_lightning,if=talent.crashing_storm.enabled&active_enemies>=3&(!talent.hailstorm.enabled|buff.frostbrand.remains>gcd)
  43. actions+=/stormstrike,if=!talent.overcharge.enabled&(!talent.fury_of_air.enabled|(talent.fury_of_air.enabled&maelstrom>45))
  44. actions+=/stormstrike,if=talent.overcharge.enabled&(!talent.fury_of_air.enabled|(talent.fury_of_air.enabled&maelstrom>80))
  45. actions+=/ascendance
  46. actions+=/crash_lightning,if=buff.lightning_crash.remains<=0&set_bonus.tier20_2pc&(!equipped.151820|buff.ascendance.up)
  47. actions+=/frostbrand,if=equipped.137084&talent.hot_hand.enabled&buff.hot_hand.react&!buff.frostbrand.up
  48. actions+=/lava_lash,if=talent.hot_hand.enabled&buff.hot_hand.react&((equipped.137084&buff.frostbrand.up)|!equipped.137084)
  49. actions+=/sundering,if=active_enemies>=3
  50. actions+=/crash_lightning,if=active_enemies>=4
  51. actions+=/crash_lightning,if=buff.lightning_crash.remains<=0&set_bonus.tier20_2pc
  52. actions+=/crash_lightning,if=(pet.frost_wolf.buff.alpha_wolf.remains<2&pet.fiery_wolf.buff.alpha_wolf.remains<2&pet.lightning_wolf.buff.alpha_wolf.remains<2)&feral_spirit.remains>4
  53. actions+=/rockbiter,if=charges_fractional>=1&maelstrom<120
  54. actions+=/flametongue,if=buff.flametongue.remains<4.8
  55. actions+=/rockbiter,if=maelstrom<=40
  56. actions+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.remains<4.8&maelstrom>40
  57. actions+=/frostbrand,if=equipped.137084&!buff.frostbrand.up&maelstrom>=75
  58. actions+=/sundering,if=maelstrom>=65
  59. actions+=/lava_lash,if=maelstrom>=75
  60. actions+=/flametongue
  61. actions+=/rockbiter
  62. actions+=/crash_lightning,if=maelstrom>=65
  63. actions+=/crash_lightning,if=active_enemies>=3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement