Skip to content

[Devourer] Tune Void Metamorphosis fury drain constants#11549

Open
taherbert wants to merge 1 commit into
simulationcraft:midnightfrom
taherbert:devourer-fury-drain-tuning
Open

[Devourer] Tune Void Metamorphosis fury drain constants#11549
taherbert wants to merge 1 commit into
simulationcraft:midnightfrom
taherbert:devourer-fury-drain-tuning

Conversation

@taherbert

@taherbert taherbert commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Measured the in-meta fury drain constants in fury_state_t::fury_drain_per_second against WCL. The drain logs each 2 fury as a resource-change event under spell 473671, so the drain rate is 2 divided by the time between ticks, pulled across ~100 current Devourer raid logs.

Two values were off:

  • First second after entering Void Metamorphosis drains 10/s, not 15 (the drain_stacks < 1 floor).
  • Reduced drain while casting Collapsing Star or channeling Void Ray is 0.127x, not 0.15x

The curve itself is unchanged. Isolating the normal-drain ticks (outside the Collapsing Star and Void Ray windows), the measured rate matches the existing 15 + 1.455 * exp(0.075 * s) to within 0.3%.

First second after entering meta drains 10/s (not 15), and reduced drain
while casting Collapsing Star / channeling Void Ray is 0.127x (not 0.15x).
Measured from WarcraftLogs per-tick drain across current raid logs. The
15 + 1.455*exp(0.075*s) curve itself matches the logs and is unchanged.
@taherbert taherbert force-pushed the devourer-fury-drain-tuning branch from ae17238 to 4c70ae4 Compare June 29, 2026 20:54
@taherbert taherbert marked this pull request as ready for review June 29, 2026 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant