Skip to content

Commit

Permalink
[Ret] Fix glove usage with on-use str or dbl passive trinkets and 4p t12
Browse files Browse the repository at this point in the history
  • Loading branch information
hillerstorm committed Nov 18, 2024
1 parent fd288be commit dc70afd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
24 changes: 12 additions & 12 deletions sim/paladin/retribution/TestRetribution.results
Original file line number Diff line number Diff line change
Expand Up @@ -2288,22 +2288,22 @@ dps_results: {
dps_results: {
key: "TestRetribution-Settings-BloodElf-p3_with_double_passive-Basic-default-FullBuffs-0.0yards-LongMultiTarget"
value: {
dps: 42614.57961
tps: 46454.07951
dps: 42665.0047
tps: 46511.83961
}
}
dps_results: {
key: "TestRetribution-Settings-BloodElf-p3_with_double_passive-Basic-default-FullBuffs-0.0yards-LongSingleTarget"
value: {
dps: 38182.07197
tps: 38051.04806
dps: 38339.19204
tps: 38209.7214
}
}
dps_results: {
key: "TestRetribution-Settings-BloodElf-p3_with_double_passive-Basic-default-FullBuffs-0.0yards-ShortSingleTarget"
value: {
dps: 53572.38231
tps: 51945.81477
dps: 53745.22899
tps: 52118.66145
}
}
dps_results: {
Expand All @@ -2330,22 +2330,22 @@ dps_results: {
dps_results: {
key: "TestRetribution-Settings-BloodElf-p3_with_on_use-Basic-default-FullBuffs-0.0yards-LongMultiTarget"
value: {
dps: 42614.57961
tps: 46454.07951
dps: 42665.0047
tps: 46511.83961
}
}
dps_results: {
key: "TestRetribution-Settings-BloodElf-p3_with_on_use-Basic-default-FullBuffs-0.0yards-LongSingleTarget"
value: {
dps: 38182.07197
tps: 38051.04806
dps: 38339.19204
tps: 38209.7214
}
}
dps_results: {
key: "TestRetribution-Settings-BloodElf-p3_with_on_use-Basic-default-FullBuffs-0.0yards-ShortSingleTarget"
value: {
dps: 53572.38231
tps: 51945.81477
dps: 53745.22899
tps: 52118.66145
}
}
dps_results: {
Expand Down
14 changes: 14 additions & 0 deletions ui/paladin/retribution/apls/default.apl.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,20 @@
}
]
}
},
{
"and": {
"vals": [
{ "auraIsActive": { "auraId": { "spellId": 85696 } } },
{
"cmp": {
"op": "OpLt",
"lhs": { "spellTimeToReady": { "spellId": { "spellId": 85696 } } },
"rhs": { "const": { "val": "116s" } }
}
}
]
}
}
]
}
Expand Down

0 comments on commit dc70afd

Please sign in to comment.