Advertisement
Guest User

Base beispiel

a guest
Nov 13th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. druid="Meeko"
  2. origin="https://eu.api.battle.net/wow/character/anubarak/Meeko/advanced"
  3. thumbnail="https://render-eu.worldofwarcraft.com/character/anubarak/78/102941774-avatar.jpg"
  4. spec=feral
  5. level=110
  6. race=tauren
  7. role=attack
  8. position=back
  9. professions=enchanting=94/jewelcrafting=742
  10. talents=https://worldofwarcraft.com/en-gb/game/talent-calculator#druid/feral/talents=1211231
  11. artifact=58:0:0:0:0:1153:1:1154:1:1155:1:1156:1:1157:1:1158:1:1159:1:1160:4:1161:4:1162:4:1163:4:1164:4:1165:4:1166:4:1167:4:1168:4:1327:1:1365:1:1505:4:1506:1:1507:1:1508:19:1633:1
  12.  
  13. # Default consumables
  14. potion=old_war
  15. flask=seventh_demon
  16. food=lavish_suramar_feast
  17. augmentation=defiled
  18.  
  19. # This default action priority list is automatically created based on your character.
  20. # It is a attempt to provide you with a action list that is both simple and practicable,
  21. # while resulting in a meaningful and good simulation. It may not result in the absolutely highest possible dps.
  22. # Feel free to edit, adapt and improve it to your own needs.
  23. # SimulationCraft is always looking for updates and improvements to the default action lists.
  24.  
  25. # Executed before combat begins. Accepts non-harmful actions only.
  26. actions.precombat=flask
  27. actions.precombat+=/food
  28. actions.precombat+=/augmentation
  29. actions.precombat+=/regrowth,if=talent.bloodtalons.enabled
  30. actions.precombat+=/variable,name=use_thrash,value=0
  31. actions.precombat+=/variable,name=use_thrash,value=1,if=equipped.luffa_wrappings
  32. actions.precombat+=/cat_form
  33. actions.precombat+=/prowl
  34. # Snapshot raid buffed stats before combat begins and pre-potting is done.
  35. actions.precombat+=/snapshot_stats
  36. actions.precombat+=/potion
  37.  
  38. # Executed every time the actor is available.
  39. actions=run_action_list,name=single_target,if=dot.rip.ticking|time>15
  40. actions+=/rake,if=!ticking|buff.prowl.up
  41. actions+=/dash,if=!buff.cat_form.up
  42. actions+=/auto_attack
  43. actions+=/moonfire_cat,if=talent.lunar_inspiration.enabled&!ticking
  44. actions+=/savage_roar,if=!buff.savage_roar.up
  45. actions+=/berserk
  46. actions+=/incarnation
  47. actions+=/tigers_fury
  48. actions+=/ashamanes_frenzy
  49. actions+=/regrowth,if=(talent.sabertooth.enabled|buff.predatory_swiftness.up)&talent.bloodtalons.enabled&buff.bloodtalons.down&combo_points=5
  50. actions+=/rip,if=combo_points=5
  51. actions+=/thrash_cat,if=!ticking&variable.use_thrash>0
  52. actions+=/shred
  53.  
  54. actions.cooldowns=dash,if=!buff.cat_form.up
  55. actions.cooldowns+=/berserk,if=energy>=30&(cooldown.tigers_fury.remains>5|buff.tigers_fury.up)
  56. actions.cooldowns+=/tigers_fury,if=energy.deficit>=60
  57. actions.cooldowns+=/elunes_guidance,if=combo_points=0&energy>=50
  58. actions.cooldowns+=/incarnation,if=energy>=30&(cooldown.tigers_fury.remains>15|buff.tigers_fury.up)
  59. actions.cooldowns+=/potion,name=prolonged_power,if=target.time_to_die<65|(time_to_die<180&(buff.berserk.up|buff.incarnation.up))
  60. actions.cooldowns+=/ashamanes_frenzy,if=combo_points>=2&(!talent.bloodtalons.enabled|buff.bloodtalons.up)
  61. actions.cooldowns+=/shadowmeld,if=combo_points<5&energy>=action.rake.cost&dot.rake.pmultiplier<2.1&buff.tigers_fury.up&(buff.bloodtalons.up|!talent.bloodtalons.enabled)&(!talent.incarnation.enabled|cooldown.incarnation.remains>18)&!buff.incarnation.up
  62. actions.cooldowns+=/use_items
  63.  
  64. actions.single_target=cat_form,if=!buff.cat_form.up
  65. actions.single_target+=/auto_attack
  66. actions.single_target+=/rake,if=buff.prowl.up|buff.shadowmeld.up
  67. actions.single_target+=/call_action_list,name=cooldowns
  68. actions.single_target+=/regrowth,if=combo_points=5&talent.bloodtalons.enabled&buff.bloodtalons.down&(!buff.incarnation.up|dot.rip.remains<8|dot.rake.remains<5)
  69. actions.single_target+=/regrowth,if=talent.bloodtalons.enabled&buff.bloodtalons.down&buff.apex_predator.up
  70. actions.single_target+=/ferocious_bite,max_energy=1,if=buff.apex_predator.up
  71. actions.single_target+=/run_action_list,name=st_finishers,if=combo_points>4
  72. actions.single_target+=/run_action_list,name=st_generators
  73.  
  74. actions.st_finishers=pool_resource,for_next=1
  75. actions.st_finishers+=/savage_roar,if=buff.savage_roar.down
  76. actions.st_finishers+=/pool_resource,for_next=1
  77. actions.st_finishers+=/rip,target_if=!ticking|(remains<=duration*0.3)&(target.health.pct>25&!talent.sabertooth.enabled)|(remains<=duration*0.8&persistent_multiplier>dot.rip.pmultiplier)&target.time_to_die>8
  78. actions.st_finishers+=/pool_resource,for_next=1
  79. actions.st_finishers+=/savage_roar,if=buff.savage_roar.remains<12
  80. actions.st_finishers+=/maim,if=buff.fiery_red_maimers.up
  81. actions.st_finishers+=/ferocious_bite,max_energy=1
  82.  
  83. actions.st_generators=regrowth,if=talent.bloodtalons.enabled&buff.predatory_swiftness.up&buff.bloodtalons.down&combo_points>=2&cooldown.ashamanes_frenzy.remains<gcd
  84. actions.st_generators+=/regrowth,if=talent.bloodtalons.enabled&buff.predatory_swiftness.up&buff.bloodtalons.down&combo_points=4&dot.rake.remains<4
  85. actions.st_generators+=/regrowth,if=equipped.ailuro_pouncers&talent.bloodtalons.enabled&(buff.predatory_swiftness.stack>2|(buff.predatory_swiftness.stack>1&dot.rake.remains<3))&buff.bloodtalons.down
  86. actions.st_generators+=/brutal_slash,if=spell_targets.brutal_slash>desired_targets
  87. actions.st_generators+=/pool_resource,for_next=1
  88. actions.st_generators+=/thrash_cat,if=(!ticking|remains<duration*0.3)&(spell_targets.thrash_cat>2)
  89. actions.st_generators+=/pool_resource,for_next=1
  90. actions.st_generators+=/rake,target_if=!ticking|(!talent.bloodtalons.enabled&remains<duration*0.3)&target.time_to_die>4
  91. actions.st_generators+=/pool_resource,for_next=1
  92. actions.st_generators+=/rake,target_if=talent.bloodtalons.enabled&buff.bloodtalons.up&((remains<=7)&persistent_multiplier>dot.rake.pmultiplier*0.85)&target.time_to_die>4
  93. actions.st_generators+=/brutal_slash,if=(buff.tigers_fury.up&(raid_event.adds.in>(1+max_charges-charges_fractional)*recharge_time))
  94. actions.st_generators+=/moonfire_cat,target_if=remains<=duration*0.3
  95. actions.st_generators+=/pool_resource,for_next=1
  96. actions.st_generators+=/thrash_cat,if=(!ticking|remains<duration*0.3)&(variable.use_thrash=2|spell_targets.thrash_cat>1)
  97. actions.st_generators+=/thrash_cat,if=(!ticking|remains<duration*0.3)&variable.use_thrash=1&buff.clearcasting.react
  98. actions.st_generators+=/pool_resource,for_next=1
  99. actions.st_generators+=/swipe_cat,if=spell_targets.swipe_cat>1
  100. actions.st_generators+=/shred
  101.  
  102. head=behemoth_headdress,id=151801,bonus_id=1811/3570
  103. neck=understone_gorget,id=134491,bonus_id=3418/41/1567/3528,enchant=mark_of_the_hidden_satyr
  104. shoulders=stormheart_mantle,id=147138,bonus_id=3563/1517/3336
  105. back=stormheart_drape,id=147134,bonus_id=3563/1522/3336,enchant=200agi
  106. chest=stormheart_tunic,id=147133,bonus_id=3563/1808/1512/3528,gems=200vers
  107. shirt=artisan_officers_shirt,id=89195
  108. wrists=bracers_of_rippling_darkness,id=147042,bonus_id=3563/1517/3336
  109. hands=stormheart_gloves,id=147135,bonus_id=3563/1808/1512/3528,gems=200vers
  110. waist=etched_bone_waistband,id=147040,bonus_id=3563/1522/3336
  111. legs=bonespur_studded_legwraps,id=147035,bonus_id=3563/1517/3336
  112. feet=felscape_pathfinders,id=147030,bonus_id=3563/1522/3336
  113. finger1=band_of_rescinded_truths,id=147194,bonus_id=3563/1532/3337,enchant=200vers
  114. finger2=soul_of_the_archdruid,id=151636,bonus_id=3459/3570,gems=200vers,enchant=200mastery
  115. trinket1=vial_of_ceaseless_toxins,id=147011,bonus_id=3563/42/1512/3528
  116. trinket2=engine_of_eradication,id=147015,bonus_id=3563/1512/3528
  117. main_hand=fangs_of_ashamane,id=128860,ilevel=959
  118. off_hand=fangs_of_ashamane,id=128859
  119.  
  120. # Gear Summary
  121. # gear_ilvl=941.38
  122. # gear_agility=28700
  123. # gear_stamina=47198
  124. # gear_crit_rating=8436
  125. # gear_haste_rating=2940
  126. # gear_mastery_rating=7943
  127. # gear_versatility_rating=8694
  128. # gear_leech_rating=551
  129. # gear_speed_rating=594
  130. # gear_armor=2729
  131. # set_bonus=tier20_2pc=1
  132. # set_bonus=tier20_4pc=1
  133.  
  134. copy="base"
  135. main_hand=fangs_of_ashamane,id=128860,ilevel=970
  136. artifact_override=razor_fangs:4
  137. artifact_override=tear_the_flesh:4
  138. artifact_override=ashamanes_energy:4
  139. artifact_override=feral_power:4
  140. artifact_override=powerful_bite:4
  141. artifact_override=sharpened_claws:4
  142. artifact_override=thrashing_claws:4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement