Encumbrance rating

From CrawlWiki
Revision as of 04:59, 1 July 2023 by Hordes (talk | contribs) (capitalization)
Jump to: navigation, search
Version 0.30: This article may not be up to date for the latest stable release of Crawl.

For shield encumbrance, see Shields. Not to be confused with encumbrance from inventory weight, an obsolete mechanic.

An encumbrance rating is a penalty applied to body armour. The heavier your armour, the higher the encumbrance rating. The higher the encumbrance, the higher the penalty is to evasion, spellcasting, stealth, and ranged weapons. Encumbrance can be mitigated, but not removed, by strength and Armour skill.

Encumbrance rating is exclusive to body armour. Certain other armours may "encumber" you, but use different mechanics.

  • Bardings have a -2 EV penalty. This does not penalize casting, stealth, etc., and cannot be reduced by strength / armour skill.
  • Shields also have an encumbrance. But this encumbrance is handled entirely differently. See Shields for more details.

See the Table of Armours for numerical details on all items with encumbrance ratings.

Base Penalty

Body armour has a "base" penalty of:

Base AEVP.png

Where "S" = scale (an arbitrary multiplier), "armour" = Armour skill and "str" = strength.

This equation can be simplified into the following form:

Simplified AEVP base.png

While this equation is not used directly, it is used to determine most of the other penalties.

Evasion

Encumbrance rating has two effects on EV:

  1. Encumbrance will directly lower your evasion. This is reduced by armour skill and strength.
  2. Encumbrance will lower the effect of Dodging skill. This penalty is only reduced by strenght.

EV Penalty

Encumbrance will lower your EV by:

Simplified AEVP EV.png

This number is subtracted directly from your EV score.

Dodging Penalty

Encumbrance will also reduce the EV gained by Dodging skill and dexterity.

For Dodging Bonus = (8 + 0.8 × Dodging × Dex) / (20 - size_factor). See Evasion for more detail.

This Dodging Bonus is then multiplied by a modifier.

  • If (encumbrance - 3) ≥ strength:

Dodging pen1.png

  • If (encumbrance - 3) < strength:

Dodging pen2.png

(For e = encumbrance)

Spellcasting Penalty

Encumbrance increases "spellFailure", which is not to be confused with your chance of actually failing a spell.

Simplified AEVP spell.png

As a reference:

  • 1 intelligence = -2 spellFailure
  • 1 Spellcasting skill = -3 spellFailure
  • 1 (Spell School) skill = -12 spellFailure, divided by the number of schools of a spell

"SpellFailure" is then transformed multiple times to determine your actual chance of failure. See spell success for details.

Stealth Penalty

StealthPenalty.gif

This penalty is subtracted directly from your stealth score. Not adjusted by strength or armour skill.

Ranged Weapon Penalty

AdjustedRangedPenalty.png

This penalty, in decaAut, is added onto weapon delay to Ranged Weapons (but not Throwing). Divide by 10 to convert to decaAut. A simplified version of this formula can be found in the Ranged Weapons page.

Analysis

On Evasion

Strength generally has a diminishing return on encumbrance. There exists a clear breakpoint, e - 3 > str, where the dodging penalty shifts from 1 equation to another. Therefore, the strength point at (str = e - 2) gives more EV than the points proceeding it. The value decays from there, though the first few strength points after (str = e - 2) tend to be valuable too. Note that it only applies to evasion, not casting or ranged weapons.

This is the basis behind a rule of thumb, where strength should at least be the same number as encumbrance. However, this is not a hard rule. More strength is still likely to have a noticeable impact.

It can be graphed using the second derivative of (armour penalty) + (dodging penalty):

The gains in dodge from strength for common body armour.

AdjustedDodgePenaltySecondDerivative.gif

Spreadsheet

See this spreadsheet (and/or make a copy) for an armour penalty calculator: Calculator (outdated as of 0.27)

History

  • Ranged weapon penalities were added in 0.29.
  • Armour to-hit penalities were removed in 0.28. Specifically, they were:

ToHitPenalty.gif

  • Armour no longer slows down unarmed melee attacks, and some of the mathematics have changed between 0.13 and 0.17.
  • Encumbrance ratings were introduced in 0.13, replacing the EV penalty system.