Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WARLOCK] Add random cast delay to Doomguard #914

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

1337LutZ
Copy link
Contributor

@1337LutZ 1337LutZ commented Aug 5, 2024

When plotting breakpoints and stat scaling I found out that Doomguard has massive peaks at certain fixed haste breakpoints. After some digging together with Ketesh, TheNameLess and Malvanis in the Warlock Discord we found that it is related to Doomguard gaining a extra cast.

The fixed 400ms cast delay is however not "game like" and should be changed. I've analysed 1700+ Doomguard casts in logs and created the following Histogram highlighting a more accurate interpretation:
Doomguard cast delay

We came to the consensus to set the cast delay to a random number between 150 and 750ms.

Results

Stat scaling
Before: https://docs.google.com/spreadsheets/d/e/2PACX-1vSOhHz6EmXS4SOdfz8MCdXkx9jzOP0_7yhGreE_HeUIjSjxdXv3rMXLYacYfwEWudM3cA00O1ndgc4Z/pubchart?oid=1571781985&format=interactive

After: https://docs.google.com/spreadsheets/d/e/2PACX-1vSOhHz6EmXS4SOdfz8MCdXkx9jzOP0_7yhGreE_HeUIjSjxdXv3rMXLYacYfwEWudM3cA00O1ndgc4Z/pubchart?oid=840962925&format=interactive

Breakpoints
Before: https://docs.google.com/spreadsheets/d/e/2PACX-1vSOhHz6EmXS4SOdfz8MCdXkx9jzOP0_7yhGreE_HeUIjSjxdXv3rMXLYacYfwEWudM3cA00O1ndgc4Z/pubchart?oid=303894196&format=interactive

After: https://docs.google.com/spreadsheets/d/e/2PACX-1vSOhHz6EmXS4SOdfz8MCdXkx9jzOP0_7yhGreE_HeUIjSjxdXv3rMXLYacYfwEWudM3cA00O1ndgc4Z/pubchart?oid=1405742270&format=interactive

@1337LutZ 1337LutZ requested a review from Tharre August 5, 2024 16:36
Copy link
Contributor

@Tharre Tharre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@1337LutZ 1337LutZ merged commit 43c0365 into master Aug 5, 2024
3 checks passed
@1337LutZ 1337LutZ deleted the fix/doomguard-random-cast-delay branch August 5, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants