pub(super) fn combine_rolling_multiplier(
ctx: &mut HookCtx<'_>,
request: AuraSlotRequest<'_>,
old_ticks_left: f64,
new_multiplier: f64,
)Expand description
Blends this application into the rolling per-tick multiplier so total damage is preserved without diluting tick value.