Skip to main content

recompute

Function recompute 

Source
pub fn recompute(
    primary: &PrimaryStats,
    ratings: &Ratings,
    passives: &PassiveStatMods,
    spec: SpecId,
    tables: &ResolvedGameTables,
    level: u32,
    curves: &ResolvedCurves,
) -> Result<CombatStats, StatsError>
Expand description

Produces CombatStats from primaries, ratings, passives, and spec data.

ยงErrors

Returns an error when required game-table rows or rating curves are unavailable.