Function power_from_attrs_raw

Source
pub fn power_from_attrs_raw(attrs: &AttrMap) -> f64
Expand description

power_from_attrs before the floor.

Ranking callers need the raw value: displayed power is an integer, but at low character levels DPS × EHP / power_norm lands well under 1.0, so the floored score collapses every candidate to 0 and any sort over it silently degrades to input order.