Advertisement
Hekili

Enhancement Legion APL WiP (June 23)

Jun 18th, 2016
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 0 0
  1. shaman="Shaman_Enhancement_T18M"
  2. level=110
  3. race=troll
  4. role=attack
  5. position=back
  6. professions=engineering=600/enchanting=600
  7. talents=3232112
  8. artifact=http://beta.wowdb.com/artifact-calculator#eJJJbbbbLIAAAAAAAAAA
  9. spec=enhancement
  10.  
  11. # This default action priority list is automatically created based on your character.
  12. # It is a attempt to provide you with a action list that is both simple and practicable,
  13. # while resulting in a meaningful and good simulation. It may not result in the absolutely highest possible dps.
  14. # Feel free to edit, adapt and improve it to your own needs.
  15. # SimulationCraft is always looking for updates and improvements to the default action lists.
  16.  
  17. # Executed before combat begins. Accepts non-harmful actions only.
  18.  
  19. # actions.precombat=flask,type=greater_draenic_agility_flask
  20. # actions.precombat+=/food,type=buttered_sturgeon
  21. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  22. actions.precombat+=/snapshot_stats
  23. # actions.precombat+=/potion,name=draenic_agility
  24. actions.precombat=lightning_shield,if=talent.lightning_shield.enabled
  25.  
  26. # Executed every time the actor is available.
  27.  
  28. actions=wind_shear
  29. # Bloodlust casting behavior mirrors the simulator settings for proxy bloodlust. See options 'bloodlust_percent', and 'bloodlust_time'.
  30. actions+=/bloodlust,if=target.health.pct<25|time>0.500
  31. actions+=/auto_attack
  32. # In-combat potion is preferentially linked to the Fire or Storm Elemental, depending on talents, unless combat will end shortly
  33. # actions+=/potion,name=draenic_agility,if=(talent.storm_elemental_totem.enabled&(pet.storm_elemental_totem.remains>=25|(cooldown.storm_elemental_totem.remains>target.time_to_die&pet.fire_elemental_totem.remains>=25)))|(!talent.storm_elemental_totem.enabled&pet.fire_elemental_totem.remains>=25)|target.time_to_die<=30
  34. actions+=/blood_fury
  35. actions+=/arcane_torrent
  36. actions+=/berserking
  37. actions+=/doom_winds
  38. actions+=/feral_spirit,sync=crash_lightning
  39. actions+=/windsong
  40. # On multiple enemies, the priority follows the 'aoe' action list.
  41. actions+=/call_action_list,name=aoe,if=spell_targets.crash_lightning>1
  42. # If only one enemy, priority follows the 'single' action list.
  43. actions+=/call_action_list,name=single
  44. actions+=/boulderfist,if=talent.boulderfist.enabled&buff.boulderfist.down
  45.  
  46. # Single target action priority list
  47.  
  48. actions.single=/boulderfist,if=talent.boulderfist.enabled&action.boulderfist.charges_fractional>1.5
  49. actions.single+=/flametongue,if=buff.flametongue.down
  50. actions.single+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.down
  51. actions.single+=/earthen_spike,if=talent.earthen_spike.enabled
  52. actions.single+=/sundering,if=talent.sundering.enabled
  53. actions.single+=/crash_lightning,if=talent.crashing_storm.enabled|pet.feral_spirit.up
  54. actions.single+=/stormstrike
  55. actions.single+=/lightning_bolt,if=talent.overcharge.enabled&maelstrom>60
  56. # actions.single+=/fury_of_air,if=buff.fury_of_air.down
  57. actions.single+=/lava_lash
  58. actions.single+=/rockbiter
  59.  
  60. # Multi target action priority list
  61.  
  62. actions.aoe+=/crash_lightning
  63. actions.aoe+=/stormstrike
  64. actions.aoe+=/fury_of_air
  65. actions.aoe+=/earthen_spike,if=talent.earthen_spike.enabled
  66. actions.aoe+=/sundering,if=talent.sundering.enabled
  67. actions.aoe+=/lightning_bolt,if=talent.overcharge.enabled&maelstrom>60
  68. actions.aoe+=/frostbrand,if=talent.hailstorm.enabled&buff.frostbrand.down
  69. actions.aoe+=/flametongue,if=buff.flametongue.down
  70. actions.aoe+=/lava_lash
  71. actions.aoe+=/rockbiter
  72.  
  73. head=helm_of_bound_elements,id=138343
  74. neck=talisman_of_the_shaldorei,id=141326
  75. shoulders=netherbranded_shoulderpads,id=140917
  76. back=ragged_azsharan_sail_fragment,id=141539
  77. chest=raiment_of_shackled_elements,id=138346
  78. wrists=stinger_resistant_bracers,id=140876
  79. hands=gauntlets_of_bound_elements,id=138341
  80. waist=antiquated_highborne_cinch,id=140849
  81. legs=leggings_of_bound_elements,id=138345
  82. feet=sabatons_of_burning_steps,id=140867
  83. finger1=ring_of_braided_stems,id=140896
  84. finger2=ring_of_the_scoured_clan,id=140897
  85. trinket1=star_gate,id=140804
  86. trinket2=might_of_krosus,id=140799
  87. main_hand=doomhammer,id=128819
  88. off_hand=fury_of_the_stonemother,id=128873,gem_id=141522/141521/141514
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement