Skip to content

Commit 9f148e5

Browse files
Update APL Dump / Regenerate Profiles f82d48f
1 parent f82d48f commit 9f148e5

File tree

1 file changed

+48
-2
lines changed

1 file changed

+48
-2
lines changed

ActionPriorityLists/druid_restoration.simc

+48-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,53 @@
1010
# Executed before combat begins. Accepts non-harmful actions only.
1111
# Snapshot raid buffed stats before combat begins and pre-potting is done.
1212
actions.precombat=snapshot_stats
13+
# Snapshot raid buffed stats before combat begins and pre-potting is done.
14+
actions.precombat+=/heart_of_the_wild
15+
actions.precombat+=/cat_form,if=talent.rake.enabled
16+
actions.precombat+=/prowl,if=talent.rake.enabled
1317

1418
# Executed every time the actor is available.
15-
# Snapshot raid buffed stats before combat begins and pre-potting is done.
16-
actions=auto_attack
19+
# Executed every time the actor is available.
20+
actions=berserking
21+
actions+=/natures_vigil,if=!buff.prowl.up&!buff.shadowmeld.up
22+
actions+=/run_action_list,name=healing,if=!buff.prowl.up&!buff.shadowmeld.up,line_cd=14
23+
actions+=/heart_of_the_wild,if=!buff.prowl.up&!buff.shadowmeld.up
24+
actions+=/use_items,if=!buff.prowl.up&!buff.shadowmeld.up
25+
actions+=/potion,if=!buff.prowl.up&!buff.shadowmeld.up
26+
actions+=/run_action_list,name=cat,if=talent.rake.enabled
27+
actions+=/cat_form,if=talent.rake.enabled
28+
actions+=/convoke_the_spirits,if=(buff.heart_of_the_wild.up|cooldown.heart_of_the_wild.remains>60-30*talent.cenarius_guidance.enabled|!talent.heart_of_the_wild.enabled)
29+
actions+=/sunfire,target_if=refreshable&target.time_to_die>5&talent.improved_sunfire.enabled
30+
actions+=/moonfire,target_if=refreshable&time_to_die>12
31+
actions+=/starsurge,if=active_enemies<8
32+
actions+=/sunfire,target_if=refreshable&target.time_to_die>7&active_enemies<7
33+
actions+=/starfire,if=spell_targets.starfire>1
34+
actions+=/wrath
35+
36+
actions.cat=rake,if=buff.shadowmeld.up|buff.prowl.up|buff.sudden_ambush.up
37+
actions.cat+=/auto_attack,if=!buff.prowl.up&!buff.shadowmeld.up
38+
actions.cat+=/heart_of_the_wild,if=(cooldown.convoke_the_spirits.remains<40|!talent.convoke_the_spirits.enabled)|fight_remains<46
39+
actions.cat+=/cat_form,if=talent.convoke_the_spirits.enabled&(active_enemies<=6)&(!buff.cat_form.up&cooldown.convoke_the_spirits.remains<=gcd.max&(buff.heart_of_the_wild.up|cooldown.heart_of_the_wild.remains>60-30*talent.cenarius_guidance.enabled|!talent.heart_of_the_wild.enabled))
40+
actions.cat+=/convoke_the_spirits,if=(buff.cat_form.up)&(buff.heart_of_the_wild.up|cooldown.heart_of_the_wild.remains>60-30*talent.cenarius_guidance.enabled|!talent.heart_of_the_wild.enabled)
41+
actions.cat+=/rip,target_if=((refreshable|energy>90&remains<=10)&(combo_points=5&time_to_die>remains+24|(remains+combo_points*4<time_to_die&remains+4+combo_points*4>time_to_die))|!ticking&combo_points>1)
42+
actions.cat+=/pool_resource,for_next=1
43+
actions.cat+=/thrash_cat,target_if=refreshable&target.time_to_die>5&spell_targets.thrash_cat>4
44+
actions.cat+=/sunfire,target_if=(refreshable&target.time_to_die>5)&!prev_gcd.1.cat_form&(active_enemies=1|talent.improved_sunfire.enabled)
45+
actions.cat+=/rake,target_if=(refreshable&time_to_die>8&!ticking)
46+
actions.cat+=/cat_form,if=!buff.cat_form.up&energy>60&(cooldown.healing.remains>(gcd.max*2)|!druid.time_spend_healing)
47+
actions.cat+=/moonfire,target_if=(refreshable&time_to_die>12&!ticking|(prev_gcd.1.sunfire&remains<duration*0.8&spell_targets.sunfire=1))&!prev_gcd.1.cat_form&spell_targets.swipe_cat<6
48+
actions.cat+=/sunfire,if=prev_gcd.1.moonfire&remains<duration*0.8
49+
actions.cat+=/starfire,if=(talent.master_shapeshifter.enabled&(spell_targets.starfire>4|(buff.heart_of_the_wild.up&spell_targets.starfire>5))|(buff.heart_of_the_wild.up&spell_targets.starfire>7))
50+
actions.cat+=/starsurge,if=active_enemies=1|(active_enemies<8&!buff.cat_form.up)
51+
actions.cat+=/cat_form,if=!buff.cat_form.up&energy>50
52+
actions.cat+=/pool_resource,for_next=1
53+
actions.cat+=/ferocious_bite,target_if=(combo_points>3&target.time_to_die<3)|(combo_points=5&energy>=50&dot.rip.remains>10)&spell_targets.swipe_cat<4
54+
actions.cat+=/thrash_cat,target_if=refreshable&target.time_to_die>5&spell_targets.thrash_cat>2
55+
actions.cat+=/rake,target_if=refreshable&time_to_die>10
56+
actions.cat+=/swipe_cat,if=active_enemies>2&combo_points<5
57+
actions.cat+=/sunfire,target_if=refreshable&target.time_to_die>5&active_enemies<7&!talent.improved_sunfire.enabled
58+
actions.cat+=/thrash_cat,target_if=refreshable&target.time_to_die>5
59+
actions.cat+=/pool_resource,for_next=1
60+
actions.cat+=/shred,if=energy>60&combo_points<5
61+
62+
actions.healing=strict_sequence,name=heal:regrowth:regrowth:regrowth:regrowth

0 commit comments

Comments
 (0)