M+ Healer Bonus Roll Calculator
I put together a free web tool that tells you which M+ dungeon gives you the highest expected HPS gain per Nebulous Voidcore bonus roll, for every healer spec.
Tool: https://www.healermech.com/
It is inspired by the bonus roll sheet from the Shaman class discord. Shout out to the folks who built that!
I wanted something that worked for every healer class out of the box, kept track of what I had already rolled, and updated as I picked up gear, so I built this on top of the QE Live upgrade finder workflow.
How to use it
- Generate an upgrade report at https://questionablyepic.com/live
- Paste the report URL into the tool
- Dungeons get ranked by Expected Value (EV)
EV is the average HPS% gain you would get per bonus roll in that dungeon's loot pool.
Formula:
EV = sum(HPS gain of each upgrade in the pool) / total items in the pool
So a dungeon with 4 strong upgrades out of 6 remaining items will rank above one with 4 strong upgrades out of 9.
What it does beyond a static sheet
Rolled / Vaulted tracking
Click an item to mark it. Rolled items are removed from the pool entirely, which improves your odds on the remaining items. Vaulted items (as in you took it from the Great Vault) stay in the pool but count as dead weight you cannot get value from. This is saved per character in localStorage.
Catalyst-aware
If an armor piece would be better as its tier set version through the Catalyst, the tool automatically uses the catalyzed HPS value and tags it.
Cross-spec check
Some dungeons have smaller loot pools for an off-spec of your class. The tool checks whether rolling as something like Enhancement on your Resto Shaman would give better EV, and tells you when it does.
Equipped item comparison
Hover any item icon to see a side-by-side comparison with what you currently have equipped in that slot, including the ilvl delta.
Myth track auto-detection
Items you already have at Myth track are filtered out of the pool.
Quality of life
Search and filter across all dungeons, save characters and switch between them with one click, and toggle light/dark theme.
Happy rolling, and let me know if anything looks off for your spec. Should be easy to fix.