Skip to content

Commit

Permalink
Merge pull request #3874 from wowsims/apl
Browse files Browse the repository at this point in the history
Add scheduled action to prot warrior default preset apl
  • Loading branch information
jimmyt857 committed Oct 13, 2023
2 parents 17f4d69 + d1811b0 commit d22cfd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sim/rogue/TestAssassination.results
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ character_stats_results: {
final_stats: 221
final_stats: 0
final_stats: 5504.84
final_stats: 469.94995
final_stats: 469.94994
final_stats: 2072.9756
final_stats: 221
final_stats: 94
Expand Down
2 changes: 1 addition & 1 deletion sim/rogue/TestCombat.results
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ character_stats_results: {
final_stats: 221
final_stats: 0
final_stats: 5725.0336
final_stats: 469.94995
final_stats: 469.94994
final_stats: 2164.78757
final_stats: 221
final_stats: 94
Expand Down
2 changes: 1 addition & 1 deletion sim/warrior/protection/TestProtectionWarrior.results
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ dps_results: {
value: {
dps: 1432.90177
tps: 3729.80403
hps: 17.06773
hps: 16.4224
}
}
dps_results: {
Expand Down
1 change: 1 addition & 0 deletions ui/protection_warrior/apls/default.apl.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{"action":{"castSpell":{"spellId":{"otherId":"OtherActionPotion"}}},"doAtValue":{"const":{"val":"-1s"}}}
],
"priorityList": [
{"action":{"schedule":{"schedule":"29s, 209s","innerAction":{"castSpell":{"spellId":{"spellId":12975}}}}}},
{"action":{"condition":{"cmp":{"op":"OpGe","lhs":{"currentRage":{}},"rhs":{"const":{"val":"30"}}}},"castSpell":{"spellId":{"tag":1,"spellId":47450}}}},
{"action":{"autocastOtherCooldowns":{}}},
{"action":{"castSpell":{"spellId":{"spellId":47488}}}},
Expand Down

0 comments on commit d22cfd9

Please sign in to comment.