Difference between revisions of "Armour class"

From CrawlWiki
Jump to: navigation, search
m
m
Line 12: Line 12:
 
''Main Article: [[GDR]]''
 
''Main Article: [[GDR]]''
  
When taking physical damage from a melee attack, guaranteed damage reduction will improve AC rolls. GDR% is equal to <code>16*(AC)^1/4</code>. If GDR is applied, the minimum possible AC roll will equal (damage*GDR%) or (AC/2), whichever is lower. GDR only applies to melee, ranged weapon, and throwing attacks.
+
When taking physical damage from a melee attack, guaranteed damage reduction will improve AC rolls. GDR% is equal to <code>16*(AC)^1/4</code>. If GDR is applied, the minimum possible AC roll will equal (damage*GDR%) or (AC/2), whichever is lower. GDR only applies to melee, ranged weapon, and throwing attacks. Only the player benefits from GDR.
  
 
==Calculating AC Value==
 
==Calculating AC Value==

Revision as of 10:26, 12 January 2024

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

When something injures you, your armour class (often abbreviated to AC) reduces the amount of damage you suffer. The higher the value, the better.

The most common way to improve your AC is by wearing armour. Wearing heavier body armour provides more AC, but comes at the cost of encumbrance - reducing EV, spell success rates, and stealth. Other types of armour, like helmets and boots, provide AC with no penalty.

Useful Info

AC reduces the damage of attacks by an absolute value between 0 and your current AC value. An AC of 10 will reduce damage by a random number between 0 and 10. This applies to damage that would traditionally ignore armour in other games, such as spell magic.

BEAM_ELEC damage (such as from Shock or Lightning Bolt) ignores half of the target's AC. BEAM_FRAG damage (such as from Sandblast or a tin of tremorstones) is affected three times as much by AC.

Guaranteed Damage Reduction

Main Article: GDR

When taking physical damage from a melee attack, guaranteed damage reduction will improve AC rolls. GDR% is equal to 16*(AC)^1/4. If GDR is applied, the minimum possible AC roll will equal (damage*GDR%) or (AC/2), whichever is lower. GDR only applies to melee, ranged weapon, and throwing attacks. Only the player benefits from GDR.

Calculating AC Value

First, the AC from worn armour is equal to:[1]

  (base AC) * (Armour skill / 22 + 1) rounded down

Where "base AC" equals the sum of base AC from every worn armour (excluding any armour enchantment). Rounding does not occur until all armour pieces have been calculated. Overall, Armour skill provides roughly +4.5% base AC per level.

If you have the deformed or Pseudopods mutations, you lose AC equal to (body armour base AC) * 50%, where the penalty is rounded down. These mutations do not stack with each other. Note that these mutations only consider base AC, not AC after Armour skill.

All other sources of AC are flat, additive bonuses to your AC score, which are not impacted by Armour skill:[2]

List of Damage that ignores AC

History

References

  1. player.cc:5691 (0.28.0)
  2. player.cc:5914 (0.28.0)