Skip to content

Commit

Permalink
Add pandora's box callout
Browse files Browse the repository at this point in the history
  • Loading branch information
xpdota committed Dec 10, 2024
1 parent d8f3043 commit be76fd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,9 @@ else if (hit.eighthsTo(nextHit) == -1) {

});

@NpcCastCallout(0x9D86)
private final ModifiableCallout<AbilityCastStart> pandorasBox = ModifiableCallout.durationBasedCall("Pandora's Box", "Tank LB");

@NpcCastCallout(value = 0x9D88, cancellable = true)
private final ModifiableCallout<AbilityCastStart> p5enrage = ModifiableCallout.durationBasedCall("P5 Enrage", "Enrage");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ protected List<CalloutInitialValues> getExpectedCalls() {
call(938078, "Swap", "Swap"),
call(940208, "Stacks", "Stacks"),
call(942744, "Move", "Move"),
call(950613, "Tank LB", "Tank LB (11.7)"),
call(968752, "Raidwide", "Raidwide (5.7)"),
call(978808, "Fulgent Blade: CCW", "Fulgent Blade: CCW (6.7)"),
call(985799, "Move", "Move"),
Expand Down

0 comments on commit be76fd0

Please sign in to comment.