Difference between revisions of "Slowing attack"

From NetHackWiki
Jump to navigation Jump to search
m (Text replace - "<ref> *\[\[([a-zA-Z][a-zA-Z]*\.h)#[Ll]ine([0-9][0-9]*)\]\] *<\/ref>" to "{{refsrc|$1|$2}}")
("very fast" is technically not a "temporary extrinsic")
Line 1: Line 1:
 
The '''Slowing attack''', known as '''AD_SLOW''' in the source{{refsrc|monattk.h|50}}, is an attack possessed by [[shade]]s and [[skeleton]]s. It removes both intrinsic [[speed]] and temporary extrinsic speed (from the [[spellbook of haste self|spell]] or [[potion of speed|potion]]) if [[you]] have either or both. Your [[dexterity]] is [[Exercise#abuse|abused]]{{refsrc|mhitu.c|137}}.
 
The '''Slowing attack''', known as '''AD_SLOW''' in the source{{refsrc|monattk.h|50}}, is an attack possessed by [[shade]]s and [[skeleton]]s. It removes both intrinsic [[speed]] and temporary extrinsic speed (from the [[spellbook of haste self|spell]] or [[potion of speed|potion]]) if [[you]] have either or both. Your [[dexterity]] is [[Exercise#abuse|abused]]{{refsrc|mhitu.c|137}}.
  
It does not affect permanent extrinsic speed, as provided by [[speed boots]]. You will still lose both intrinsic speed and temporary extrinsic speed.
+
It does not affect permanent extrinsic speed, as provided by [[speed boots]]. You will still lose both the [[fast]] and [[very fast]] forms of intrinsic speed.
  
 
Slowing is successful only 1 in 4 times the attack hits, and is additionally affected by [[magic cancellation]]{{refsrc|mhitu.c|1462}}.
 
Slowing is successful only 1 in 4 times the attack hits, and is additionally affected by [[magic cancellation]]{{refsrc|mhitu.c|1462}}.

Revision as of 04:09, 1 December 2021

The Slowing attack, known as AD_SLOW in the source[1], is an attack possessed by shades and skeletons. It removes both intrinsic speed and temporary extrinsic speed (from the spell or potion) if you have either or both. Your dexterity is abused[2].

It does not affect permanent extrinsic speed, as provided by speed boots. You will still lose both the fast and very fast forms of intrinsic speed.

Slowing is successful only 1 in 4 times the attack hits, and is additionally affected by magic cancellation[3].

The (as yet unimplemented) beholder has source code[4] for a slowing attack from its gaze. This is unaffected by magic cancellation.

Messages

"You slow down."
You lost speed.
"Your quickness feels less natural."
You lost speed, however you still have extrinsic speed from a permanent source.

References


This page is a stub. Should you wish to do so, you can contribute by expanding this page.

This page may need to be updated for the current version of NetHack.

It may contain text specific to NetHack 3.4.3. Information on this page may be out of date.

Editors: After reviewing this page and making necessary edits, please change the {{nethack-343}} tag to the current version's tag or {{noversion}} as appropriate.