Difference between revisions of "Staggering blow"

From NetHackWiki
Jump to navigation Jump to search
m (Conditions: Grammar/style)
(Link to our copy of weap-343.txt. Update references to 3.6.7. Update version to nethack-367. I recently checked the code and this page is good.)
 
Line 5: Line 5:
  
 
==Conditions==
 
==Conditions==
For a staggering blow to happen, all of the following must be true:{{refsrc|src/uhitm.c|1150|version=NetHack 3.6.1}}
+
For a staggering blow to happen, all of the following must be true:{{refsrc|src/uhitm.c|1174|version=NetHack 3.6.7}}
  
 
* You must be attacking in melee without wielding any object.
 
* You must be attacking in melee without wielding any object.
Line 22: Line 22:
 
==See also==
 
==See also==
 
* [[Shattering blow]]
 
* [[Shattering blow]]
 
+
* [[Weap-343.txt]]
==Other links==
 
* [http://www.steelypips.org/nethack/343/weap-343.html Weapons spoiler]
 
  
 
==References==
 
==References==
 
<references/>
 
<references/>
  
{{nethack-366}}
+
{{nethack-367}}
 
[[Category:Strategy]]
 
[[Category:Strategy]]

Latest revision as of 02:31, 1 July 2024

A staggering blow is an especially powerful strike which may occur when attacking a monster using sufficient skill in bare hands or martial arts.

Description

If a staggering blow occurs and does not kill the target monster, it will stun them, removing its movement points; they will also be moved one step away from the player unless there is an obstruction (e.g., a wall).

Conditions

For a staggering blow to happen, all of the following must be true:[1]

  • You must be attacking in melee without wielding any object.
  • You must not be wearing body armor or a shield.
  • You must be in your natural form (not polymorphed).
  • The target monster must not be huge or gigantic and must not be thick-skinned.
  • The damage dealt by the attack (with bonuses added) must be greater than 1.
  • You must pass a random chance dependent on your bare-handed or martial arts skill. The chance is 0% at unskilled, 1% at basic, 2% at skilled, 3% at expert, 4% at master, and 5% at grand master.

Strategy

Staggering blows are most common for Monks, as the role encourages playing without body armor or a shield; their martial arts knowledge lets them deal more than 1 damage with a higher chance, and they can get the highest skill in martial arts.

Messages

<monster> staggers from your powerful strike!
You performed a staggering blow on a monster.

See also

References