Skip to content

Commit 0d1ea62

Browse files
Update Generated Files 228d1c9
1 parent 228d1c9 commit 0d1ea62

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ActionPriorityLists/default/druid_feral.simc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ actions.precombat=snapshot_stats
1313
# optional variable that sends regrowth casts. Turned off by default
1414
actions.precombat+=/variable,name=regrowth,op=reset
1515
# see the 2nd rake line in aoe_builders. This determines when that line can return true
16-
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,value=0
17-
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,if=talent.wild_slashes&!talent.infected_wounds,value=0
18-
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,if=!talent.wild_slashes&talent.infected_wounds,value=0
16+
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,value=99
17+
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,if=talent.wild_slashes&talent.merciless_claws,value=5
18+
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,if=talent.wild_slashes&!talent.merciless_claws,value=8
1919
# for practicism, we give a 1s leeway (at 0% haste) from cast end until start of the fight.
2020
actions.precombat+=/variable,name=algethar_puzzle_box_precombat_cast,value=3,if=trinket.1.is.algethar_puzzle_box|!trinket.1.has_use_buff
2121
actions.precombat+=/use_item,name=algethar_puzzle_box,if=trinket.1.is.algethar_puzzle_box|!trinket.1.has_use_buff

profiles/MID1/MID1_Druid_Feral.simc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ actions.precombat=snapshot_stats
2929
# optional variable that sends regrowth casts. Turned off by default
3030
actions.precombat+=/variable,name=regrowth,op=reset
3131
# see the 2nd rake line in aoe_builders. This determines when that line can return true
32-
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,value=0
33-
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,if=talent.wild_slashes&!talent.infected_wounds,value=0
34-
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,if=!talent.wild_slashes&talent.infected_wounds,value=0
32+
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,value=99
33+
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,if=talent.wild_slashes&talent.merciless_claws,value=5
34+
actions.precombat+=/variable,name=dotc_rake_threshold,op=set,if=talent.wild_slashes&!talent.merciless_claws,value=8
3535
# for practicism, we give a 1s leeway (at 0% haste) from cast end until start of the fight.
3636
actions.precombat+=/variable,name=algethar_puzzle_box_precombat_cast,value=3,if=trinket.1.is.algethar_puzzle_box|!trinket.1.has_use_buff
3737
actions.precombat+=/use_item,name=algethar_puzzle_box,if=trinket.1.is.algethar_puzzle_box|!trinket.1.has_use_buff

0 commit comments

Comments
 (0)