pub fn player_armor_rating_deflator(level: i64) -> f64Expand description
Player armor-rating deflator for character level (see
BalanceTuning::armor_k_per_chapter; level ≈ chapter for players and is
available for arena OPPONENT snapshots too, keeping PvP symmetric):
multiply the aggregated player armor rating by this before it meets the
constant-K DR curve.