pub fn combat_rating_divisor(
tables: &ResolvedGameTables,
rating_type: RatingType,
level: u32,
) -> Option<f64>Expand description
Selects the combat-rating divisor for rating_type from the resolved level row.
pub fn combat_rating_divisor(
tables: &ResolvedGameTables,
rating_type: RatingType,
level: u32,
) -> Option<f64>Selects the combat-rating divisor for rating_type from the resolved level row.