[Warlock] Demonic Knowledge hotfix, Diabolist pet updates, and more accurate Hellbent Commander implementation#11347
Merged
nyterage merged 1 commit intosimulationcraft:midnightfrom Apr 9, 2026
Conversation
…ccurate Hellbent Commander implementation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Demonic Knowledge hotfix
The description and spell data for this talent indicate a chance of 8% (rank 1) and 15% (rank 2), but ingame its average chance was 12.5% (rank 1) and 22.5% (rank 2) based on an RNG model of a deck of cards 10 out of 80 (rank 1) and 18 out of 80 (rank 2).
Blizzard recently announced a hotfix that corrects its chance to its expected values. After testing, it has been verified that the average chance has indeed been reduced to 15% for rank 2 (deck of cards 12 out of 80) and 7.5% for rank 1 (deck of cards 6 out of 12), although the spell data and description for the latter case (rank 1) state 8%.
Logs:
There are exactly 12 procs for every 80 HoG casts (for DK rank2), and 6 procs for every 80 HoG casts (for DK rank1). This holds true for over 13+ blocks of 80 HoG casts for each log. This has allowed us to confirm that the Deck of Cards model is being used. Internally, within each block, the distribution of procs appears completely random (the card shuffling seems uniform), as can be seen in the following heatmaps:
Pets and Hellbent Commander
Since Hellbent Commander depends on active pets, it is important to model their correct durations, including early despawns when they finish their actions (especially for Diabolist pets).
Furthermore, although an implementation of its buggy behavior was already partially done in #11122 (especially for wild imps), we've analyzed in more detail how this buff updates. All pets seem to contribute to the buff stack, and its stack updates to the correct value on each heartbeat. However, some pets seem to contribute instantly to the buff on their
ariseand/ordemise, while others don't update the stack until theheartbeat. Through in-game testing, we obtained the following table, which has been modeled in SimC:-2stacks onnormal/PSdemise,-1stacks onimplosion-1stacks onnormal/PSdemise,±0stacks onimplosion