Difference between revisions of "Slowing attack"

From NetHackWiki
Jump to navigation Jump to search
m (changed "permanent intrinsic" to "permanent extrinsic" in second paragraph. Oops.)
(Follow Style Guide; mention dexterity abuse; add more source code references.)
Line 1: Line 1:
The '''Slowing''' attack, known as '''AD_SLOW''' in the source<ref>[[monattk.h#line50]]</ref>, 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.  
+
The '''Slowing attack''', known as '''AD_SLOW''' in the source<ref>[[monattk.h#line50]]</ref>, 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]]<ref>[[mhitu.c#line137]]</ref>.
  
 
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 intrinsic speed and temporary extrinsic speed.
  
Slowing is successful only 1 in 4 times the attack hits, and is additionally affected by [[magic cancellation]].
+
Slowing is successful only 1 in 4 times the attack hits, and is additionally affected by [[magic cancellation]]<ref>[[mhitu.c#line1462]]</ref>.
  
The (as yet unimplemented) [[beholder]] has source code<ref>[[mhitu.c#line2025]]</ref> for a slowing attack from its gaze. This appears to be unaffected by magic cancellation.
+
The (as yet unimplemented) [[beholder]] has source code<ref>[[mhitu.c#line2025]]</ref> for a slowing attack from its gaze. This is unaffected by magic cancellation.
  
 
==Messages==
 
==Messages==
 
+
; "You slow down."
If you lose speed as a result of this attack, you will get one of the following messages:
+
: You lost speed.
 
+
; "Your quickness feels less natural."
*"'''You slow down.'''"
+
: You lost speed, however you still have extrinsic speed from a permanent source.
*"'''Your quickness feels less natural.'''" (permanent extrinsic speed)
 
  
 
==Source code references==
 
==Source code references==

Revision as of 15:25, 21 May 2008

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 intrinsic speed and temporary extrinsic 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.

Source code 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.