Difference between revisions of "Encumbrance rating"

From CrawlWiki
Jump to: navigation, search
(Adjusted body armour penalty)
(Adjusted body armour penalty)
Line 13: Line 13:
 
Where ''b(S)'' is the base evasion penalty function over a scale, ''e'' is the encumbrance rating of the armour, ''S'' is an arbitrary scale the base is used at for the particular penalty, ''a'' is the [[Armour (skill)|armour skill]] of the subject, and ''s'' is the [[strength]] of the subject.
 
Where ''b(S)'' is the base evasion penalty function over a scale, ''e'' is the encumbrance rating of the armour, ''S'' is an arbitrary scale the base is used at for the particular penalty, ''a'' is the [[Armour (skill)|armour skill]] of the subject, and ''s'' is the [[strength]] of the subject.
  
This penalty is not applied directly, rather it is necessary for calculating the to hit and evasion penaltys, which each have a specific scale they use for the ''S'' value.
+
This penalty is not applied directly, rather it is necessary for calculating the to hit and evasion penalties, which each have a specific scale they use for the ''S'' value.
  
 
===Armour to hit penalty===
 
===Armour to hit penalty===

Revision as of 14:10, 19 September 2015

Version 0.13: This article may not be up to date for the latest stable release of Crawl.


An encumbrance rating is a penalty applied by almost all body armour and bardings. This is a measure of how much your defensive equipment gets in the way of your attacks, spellcasting, and attempts to evade enemy attacks. Multiple sources of encumbrance rating stack with each other. Shields also have a penalty, but it is handled differently and is never actually named in game.

In general, the heavier your equipment, the greater the encumbrance rating will be. You can reduce the impact of your encumbrance rating by increasing your strength or Armour; generally speaking, having strength equal to the item's encumbrance rating will significantly reduce the penalty it applies, though further strength will still provide you with diminishing returns.

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

Penalties

Adjusted body armour penalty

Baseencpenalty.gif

Where b(S) is the base evasion penalty function over a scale, e is the encumbrance rating of the armour, S is an arbitrary scale the base is used at for the particular penalty, a is the armour skill of the subject, and s is the strength of the subject.

This penalty is not applied directly, rather it is necessary for calculating the to hit and evasion penalties, which each have a specific scale they use for the S value.

Armour to hit penalty

ToHitPenalty.gif

This amount reduces the accuracy of your melee attacks and decreases the chance of performing an unarmed auxiliary attack without the corresponding mutation.

First the result of the division by 20 is randomly rounded up or down, then a value from 1 to the penalty is randomly selected as the final penalty applied for each attack. Typically this means that the highest possible penalty value is much less likely than any other roll.


Adjusted evasion penalty

AdjustedEvasionPenalty.gif

This amount is subtracted from your evasion along with other factors such as your size and dodge skill before being stepped down.


Dodging penalty

AdjustedDodgePenalty.gif

This penalty makes it harder to get some evasion from your dodging skill, and does nothing if you have not trained that skill.

The dodge penalty is only applied if the encumbrance rating is over 3, at which point if your strength is lower than the encumbrance rating then this is subtracted from your dodge bonus, otherwise if your strength is larger or equal to the encumbrance rating then your dodge bonus is scaled by the penalty.


Stealth penalty

StealthPenalty.gif

This penalty is subtracted from your stealth score.


Spellcasting penalty

25×Adjusted body armour penalty - Racial bonus + 25×Shield penalty - 20

If this amount is positive it is added to your failure chance. See spell success for more information.

History

Encumbrance ratings were introduced in 0.13, replacing the EV penalty system.