Warriorsarri

Enhance Shaman

Nov 14th, 2017
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.46 KB | None | 0 0
  1. shaman="T21_Shaman_Enhancement"
  2. spec=enhancement
  3. level=110
  4. race=troll
  5. role=attack
  6. position=back
  7. talents=3133123
  8. artifact=41:0:0:0:0:899:1:900:1:901:1:902:1:903:1:904:1:905:4:906:4:907:4:908:4:909:4:910:4:911:4:912:4:913:4:930:1:1351:1:1388:1:1593:4:1594:1:1595:1:1596:24:1687:1
  9. crucible=1739:1771:910/1739:1771:910/1739:1771:910
  10.  
  11. # Default consumables
  12. potion=prolonged_power
  13. flask=seventh_demon
  14. food=lemon_herb_filet
  15. augmentation=defiled
  16.  
  17. # This default action priority list is automatically created based on your character.
  18. # It is a attempt to provide you with a action list that is both simple and practicable,
  19. # while resulting in a meaningful and good simulation. It may not result in the absolutely highest possible dps.
  20. # Feel free to edit, adapt and improve it to your own needs.
  21. # SimulationCraft is always looking for updates and improvements to the default action lists.
  22.  
  23. # Executed before combat begins. Accepts non-harmful actions only.
  24. actions.precombat=flask
  25. actions.precombat+=/food
  26. actions.precombat+=/augmentation
  27. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  28. actions.precombat+=/snapshot_stats
  29. actions.precombat+=/potion
  30. actions.precombat+=/lightning_shield
  31.  
  32. # Executed every time the actor is available.
  33. actions=wind_shear
  34. actions+=/variable,name=hailstormCheck,value=((talent.hailstorm.enabled&!buff.frostbrand.up)|!talent.hailstorm.enabled)
  35. actions+=/variable,name=furyCheck80,value=(!talent.fury_of_air.enabled|(talent.fury_of_air.enabled&maelstrom>80))
  36. actions+=/variable,name=furyCheck70,value=(!talent.fury_of_air.enabled|(talent.fury_of_air.enabled&maelstrom>70))
  37. actions+=/variable,name=furyCheck45,value=(!talent.fury_of_air.enabled|(talent.fury_of_air.enabled&maelstrom>45))
  38. actions+=/variable,name=furyCheck25,value=(!talent.fury_of_air.enabled|(talent.fury_of_air.enabled&maelstrom>25))
  39. actions+=/variable,name=OCPool70,value=(!talent.overcharge.enabled|(talent.overcharge.enabled&maelstrom>70))
  40. actions+=/variable,name=OCPool60,value=(!talent.overcharge.enabled|(talent.overcharge.enabled&maelstrom>60))
  41. actions+=/variable,name=heartEquipped,value=(equipped.151819)
  42. actions+=/variable,name=akainuEquipped,value=(equipped.137084)
  43. actions+=/variable,name=akainuAS,value=(variable.akainuEquipped&buff.hot_hand.react&!buff.frostbrand.up)
  44. actions+=/variable,name=LightningCrashNotUp,value=(!buff.lightning_crash.up&set_bonus.tier20_2pc)
  45. actions+=/variable,name=alphaWolfCheck,value=((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)
  46. actions+=/auto_attack
  47. actions+=/use_items
  48. actions+=/call_action_list,name=opener
  49. actions+=/call_action_list,name=asc,if=buff.ascendance.up
  50. actions+=/call_action_list,name=buffs
  51. actions+=/call_action_list,name=cds
  52. actions+=/call_action_list,name=core
  53. actions+=/call_action_list,name=filler
  54.  
  55. actions.asc=earthen_spike
  56. actions.asc+=/doom_winds,if=cooldown.strike.up
  57. actions.asc+=/windstrike
  58.  
  59. actions.buffs=rockbiter,if=talent.landslide.enabled&!buff.landslide.up
  60. actions.buffs+=/fury_of_air,if=!ticking&maelstrom>22
  61. actions.buffs+=/crash_lightning,if=artifact.alpha_wolf.rank&prev_gcd.1.feral_spirit
  62. actions.buffs+=/flametongue,if=!buff.flametongue.up
  63. actions.buffs+=/frostbrand,if=talent.hailstorm.enabled&!buff.frostbrand.up&variable.furyCheck45
  64. actions.buffs+=/flametongue,if=buff.flametongue.remains<6+gcd&cooldown.doom_winds.remains<gcd*2
  65. actions.buffs+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.remains<6+gcd&cooldown.doom_winds.remains<gcd*2
  66.  
  67. # Bloodlust casting behavior mirrors the simulator settings for proxy bloodlust. See options 'bloodlust_percent', and 'bloodlust_time'.
  68. actions.cds=bloodlust,if=target.health.pct<25|time>0.500
  69. actions.cds+=/berserking,if=buff.ascendance.up|(cooldown.doom_winds.up)|level<100
  70. actions.cds+=/blood_fury,if=buff.ascendance.up|(feral_spirit.remains>5)|level<100
  71. actions.cds+=/potion,if=buff.ascendance.up|!talent.ascendance.enabled&feral_spirit.remains>5|target.time_to_die<=60
  72. actions.cds+=/feral_spirit
  73. actions.cds+=/doom_winds,if=cooldown.ascendance.remains>6|talent.boulderfist.enabled|debuff.earthen_spike.up
  74. actions.cds+=/ascendance,if=(cooldown.strike.remains>0)&buff.ascendance.down
  75.  
  76. actions.core=earthen_spike,if=variable.furyCheck25
  77. actions.core+=/crash_lightning,if=!buff.crash_lightning.up&active_enemies>=2
  78. actions.core+=/windsong
  79. actions.core+=/crash_lightning,if=active_enemies>=8|(active_enemies>=6&talent.crashing_storm.enabled)
  80. actions.core+=/windstrike
  81. actions.core+=/stormstrike,if=buff.stormbringer.up&variable.furyCheck25
  82. actions.core+=/crash_lightning,if=active_enemies>=4|(active_enemies>=2&talent.crashing_storm.enabled)
  83. actions.core+=/lightning_bolt,if=talent.overcharge.enabled&variable.furyCheck45&maelstrom>=40
  84. actions.core+=/stormstrike,if=(!talent.overcharge.enabled&variable.furyCheck45)|(talent.overcharge.enabled&variable.furyCheck80)
  85. actions.core+=/frostbrand,if=variable.akainuAS
  86. actions.core+=/lava_lash,if=buff.hot_hand.react&((variable.akainuEquipped&buff.frostbrand.up)|!variable.akainuEquipped)
  87. actions.core+=/sundering,if=active_enemies>=3
  88. actions.core+=/crash_lightning,if=active_enemies>=3|variable.LightningCrashNotUp|variable.alphaWolfCheck
  89.  
  90. actions.filler=rockbiter,if=maelstrom<120
  91. actions.filler+=/flametongue,if=buff.flametongue.remains<4.8
  92. actions.filler+=/crash_lightning,if=(talent.crashing_storm.enabled|active_enemies>=2)&debuff.earthen_spike.up&maelstrom>=40&variable.OCPool60
  93. actions.filler+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.remains<4.8&maelstrom>40
  94. actions.filler+=/frostbrand,if=variable.akainuEquipped&!buff.frostbrand.up&maelstrom>=75
  95. actions.filler+=/sundering
  96. actions.filler+=/lava_lash,if=maelstrom>=50&variable.OCPool70&variable.furyCheck80
  97. actions.filler+=/rockbiter
  98. actions.filler+=/crash_lightning,if=(maelstrom>=65|talent.crashing_storm.enabled|active_enemies>=2)&variable.OCPool60&variable.furyCheck45
  99. actions.filler+=/flametongue
  100.  
  101. actions.opener=rockbiter,if=maelstrom<15&time<gcd
  102.  
  103. head=helm_of_the_awakened_soul,id=152423,bonus_id=3610/1472,ilevel=970
  104. neck=riveted_choker_of_delirium,id=151966,bonus_id=3610/1472,ilevel=960,enchant=mark_of_the_hidden_satyr
  105. shoulders=pauldrons_of_venerated_spirits,id=152171,bonus_id=3610/1472,ilevel=960
  106. back=drape_of_venerated_spirits,id=152167,bonus_id=3610/1472,ilevel=960,enchant=200agi
  107. chest=robes_of_venerated_spirits,id=152166,bonus_id=3610/1472,ilevel=960
  108. wrists=realitysplitting_wristguards,id=152008,bonus_id=3610/1472,ilevel=960
  109. hands=smoldering_heart,id=151819,bonus_id=3570,ilevel=1000
  110. waist=worldravager_waistguard,id=152683,bonus_id=3610/1472,ilevel=960
  111. legs=leggings_of_venerated_spirits,id=152170,bonus_id=3610/1472,ilevel=960
  112. feet=greatboots_of_the_searing_tempest,id=152684,bonus_id=3610/1472,ilevel=960
  113. finger1=eye_of_the_twisting_nether,id=137050,bonus_id=3570,ilevel=1000,gems=200haste,enchant=200haste
  114. finger2=loop_of_the_lifebinder,id=152688,bonus_id=3610/1472,ilevel=960,enchant=200haste
  115. trinket1=golganneths_vitality,id=154174,ilevel=1000
  116. trinket2=gorshalachs_legacy,id=152093,bonus_id=3610/1472,ilevel=960
  117. main_hand=doomhammer,id=128819,gem_id=140835/139261/147113,relic_id=0/0/0,relic_ilevel=970/970/970
  118. off_hand=fury_of_the_stonemother,id=128873
  119.  
  120. # Gear Summary
  121. # gear_ilvl=973.00
  122. # gear_agility=38816
  123. # gear_stamina=61124
  124. # gear_crit_rating=3527
  125. # gear_haste_rating=15880
  126. # gear_mastery_rating=11815
  127. # gear_versatility_rating=1782
  128. # gear_armor=3609
  129. # set_bonus=tier21_2pc=1
  130. # set_bonus=tier21_4pc=1
Add Comment
Please, Sign In to add comment