Shield (stat)

From CrawlWiki
Revision as of 23:04, 4 August 2023 by Hordes (talk | contribs) (transpose SH info from Shields)
Jump to: navigation, search
Version 0.30: This article may not be up to date for the latest stable release of Crawl.

This page is about the Shield stat. For shields in general, see Shields. For the player skill, see Shields (skill).

SH is one of your three physical defenses, along with AC and EV. It allows you to completely negate physical attacks (both melee and ranged) and some magical attacks. Unlike AC and EV, you have no innate SH score. SH gained from wearing a physical shield is governed by the Shields skill; magical shields are unaffected by that skill.

Sources

The following items/abilities can increase your SH:

Blocking

You can only block melee attacks (inc. reaching attacks) and non-penetrating "projectiles" - these include ranged weapons and certain spells like Iron Shot or Poison Arrow.

What can't be blocked: All melee attacks can be blocked (except for successful stabs), but many ranged attacks are unblockable:

(Orb of Destruction is the only spell that ignores EV but can be blocked)

Calculation

If you are wielding a physical shield, its SH is determined as follows:[1]

All other sources of SH (Qazlal shield, amulet of reflection...) are flat bonuses, and are added on top of the physical shield bonus. The final value is rounded to the nearest integer and displayed as the player's SH value.

If you are paralysed, petrified, or if dexterity is 0, then SH is set to 0 regardless of any other factors.

To-hit vs SH

The game compares the attacker's "pierce value" to the defender's "block value".

The attacker's pierce value is dependent on their to-hit (accuracy) and the type of attack:

  • Melee attack: 1d(15 + to_hit/2 + 5×past_blocks^2)
  • Ranged attack: 1d(1.3×to hit + 5×past_blocks^2)

The defender's blocking value is equal to:

  • All attacks: 2d(2×SH)/6 - 1.3
  • Divide by 3 against melee attacks from invisible oponents.

If the blocking value is greater or equal than the attacker's pierce value, the attack is blocked.

Strategy

SH is less effective per point than EV (EV succeeds if 2d(2 * EV - 1)/2 > 1d(to-hit + 1) - 1; it also blocks against penetrating attacks). However, wearing a shield gives a high amounts of SH. Shield penalties can be reduced and eventually reduced with Shields skill.

References

  1. player.cc:2160 (0.30.0)
    These values are divided by 200 by later functions.
  2. player.cc:2213 (0.30.0)
    Divided by 2 by a later function.