Function character_attrs_power_raw

Source
pub fn character_attrs_power_raw(
    config: &GameConfig,
    level: i64,
    inventory: &[Item],
    pets: &[Pet],
) -> Result<f64, String>
Expand description

character_attrs_power before the floor, for callers that RANK loadouts rather than display a number. See power_from_attrs_raw for why the integer is unusable as a sort key.