Difference between revisions of "Wraith (monster class)"

From NetHackWiki
Jump to navigation Jump to search
m (stub tag usually goes at the end :))
(Refs, internals. Remove stub (most of the important stuff is probably here).)
Line 1: Line 1:
 
{{otheruses||the monster|wraith}}
 
{{otheruses||the monster|wraith}}
 
+
'''Wraith''' is a [[monster class]] represented by the symbol {{white|W}}. All wraiths are [[humanoid]], [[undead]] and possess a [[drain life (monster attack)|drain life]] attack.
'''Wraiths''' are a class of monsters represented by the symbol {{white|W}}. They are all [[humanoid]], [[undead]] and possess a [[drain life (monster attack)|drain life]] attack.
 
  
 
==Members==
 
==Members==
  
The monsters in this class are:
+
The monsters in this class are:<ref>{{function|monst.c|wraiths}} wraiths</ref>
  
 
* {{monsymlink|barrow wight}}
 
* {{monsymlink|barrow wight}}
Line 15: Line 14:
 
Players killed by a member of the wraith class rise as a {{monsymlink|wraith}} monster in any bone file created.<ref>{{sourcecode|end.c|229}} players killed by a W rise as a wraith</ref>
 
Players killed by a member of the wraith class rise as a {{monsymlink|wraith}} monster in any bone file created.<ref>{{sourcecode|end.c|229}} players killed by a W rise as a wraith</ref>
  
Wraiths are the second [[quest]] enemy class for [[Priest|Priest(esse)s]] and [[Wizard]]s.
+
Wraiths are the second [[quest]] enemy class for [[Priest|Priest(esse)s]] and [[Wizard]]s.<ref>{{function|role.c|Priest}}, {{function|role.c|Wizard}} Wraiths are an enemy class for Priests and Wizards</ref>
  
 
==Common traits==
 
==Common traits==
  
Wraiths hold the following traits in common. They all:
+
Wraiths hold the following traits in common.<ref>{{function|monst.c|wraiths}} wraith monster attributes</ref> They all:
  
 
* are normal [[speed]] (12)
 
* are normal [[speed]] (12)
Line 32: Line 31:
 
* will [[follow]] the player between levels
 
* will [[follow]] the player between levels
 
* are always generated [[hostile]]
 
* are always generated [[hostile]]
 +
 +
==Internals==
 +
 +
Wraiths are represented by the macro '''S_WRAITH'''.<ref>{{sourcecode|monsym.h|60}} S_WRAITH macro</ref>
  
 
==References==
 
==References==
 
<references/>
 
<references/>
  
{{stub}}
 
 
[[Category:Monster attributes]]
 
[[Category:Monster attributes]]
 
{{nethack-343}}
 
{{nethack-343}}

Revision as of 21:27, 15 July 2008

For the monster, see wraith.

Wraith is a monster class represented by the symbol W. All wraiths are humanoid, undead and possess a drain life attack.

Members

The monsters in this class are:[1]

Characteristics

Players killed by a member of the wraith class rise as a W wraith monster in any bone file created.[2]

Wraiths are the second quest enemy class for Priest(esse)s and Wizards.[3]

Common traits

Wraiths hold the following traits in common.[4] They all:

Internals

Wraiths are represented by the macro S_WRAITH.[5]

References

  1. wraiths in monst.c wraiths
  2. end.c, line 229 players killed by a W rise as a wraith
  3. Priest in role.c, Wizard in role.c Wraiths are an enemy class for Priests and Wizards
  4. wraiths in monst.c wraith monster attributes
  5. monsym.h, line 60 S_WRAITH macro

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.