Skip to content

Commit

Permalink
[Ret] Add special case to the APL for the 1min cd rep trinket
Browse files Browse the repository at this point in the history
  • Loading branch information
hillerstorm committed Nov 8, 2024
1 parent 4d7cfac commit 99f5dc0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/paladin/retribution/TestRetribution.results
Original file line number Diff line number Diff line change
Expand Up @@ -550,8 +550,8 @@ dps_results: {
dps_results: {
key: "TestRetribution-AllItems-EssenceoftheEternalFlame-69002"
value: {
dps: 37222.95733
tps: 37087.20844
dps: 37889.56095
tps: 37756.05558
}
}
dps_results: {
Expand Down
19 changes: 19 additions & 0 deletions ui/paladin/retribution/apls/default.apl.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@
},
{ "action": { "castSpell": { "spellId": { "spellId": 2825, "tag": -1 } } } },
{ "action": { "castSpell": { "spellId": { "spellId": 57933, "tag": -1 } } } },
{
"action": {
"condition": {
"or": {
"vals": [
{ "auraIsActive": { "auraId": { "spellId": 31884 } } },
{
"cmp": {
"op": "OpGe",
"lhs": { "spellTimeToReady": { "spellId": { "spellId": 31884 } } },
"rhs": { "const": { "val": "60s" } }
}
}
]
}
},
"castSpell": { "spellId": { "itemId": 69002 } }
}
},
{ "action": { "condition": { "auraIsActive": { "auraId": { "spellId": 31884 } } }, "autocastOtherCooldowns": {} } },
{
"action": {
Expand Down

0 comments on commit 99f5dc0

Please sign in to comment.