Difference between revisions of "Cockatrice (monster class)"

From NetHackWiki
Jump to navigation Jump to search
m (Add category)
(done and done)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The '''cockatrice''' [[monster class]] is represented by the symbol {{white|c}} and contains the following monsters:
+
The '''cockatrice''' is a [[monster class]] that appears in ''[[NetHack]]'', and is represented by the lowercase [[c]] glyph ({{white|c}}). Cockatrices are designated internally by the macro '''S_COCKATRICE'''.{{refsrc|include/monsym.h|17|version=NetHack 3.6.7}}
 +
 
 +
The class contains the following monsters:{{refsrc|src/monst.c|172|version=NetHack 3.6.7}}
  
 
* {{monsymlink|chickatrice}}
 
* {{monsymlink|chickatrice}}
Line 5: Line 7:
 
* {{monsymlink|pyrolisk}}
 
* {{monsymlink|pyrolisk}}
  
The term 'cockatrice' or 'c' is often used to refer specifically to cockatrices and chickatrices, excluding pyrolisks, which lack all of the special properties of the other monsters in its class. Another collective term for those monsters is 'footrice'.
+
==Common traits==
 +
All monsters in the cockatrice monster class are [[omnivorous]] [[neutral]] [[animal]]s that are [[small]] in size at most. They can be seen via [[infravision]], have [[poison resistance]], and each possess an [[Magic resistance (monster)|MR score]] of 30.
 +
 
 +
The term 'cockatrice', 'c' or '''footrice''' is often used to refer specifically to cockatrices and chickatrices: pyrolisks lack the stoning properties of the other two monsters.
 +
 
 +
===Generation===
 +
Randomly generated cockatrice monsters are always created hostile.
 +
 
 +
==History==
 +
The cockatrice first appears in Hack 1.21 and Hack for PDP-11, which are based on [[Jay Fenlason's Hack]], and is included in the initial bestiary for [[Hack 1.0]]. In Hack 1.21, the cockatrice uses the {{white|C}} glyph; in Hack for PDP-11 and Hack 1.0, the cockatrice uses its current glyph.
 +
 
 +
The chickatrice first appears in [[NetHack-- 3.0.10]], while the pyrolist first appears in [[SLASH 6]], and both make their vanilla debut in [[NetHack 3.3.0]].
  
 +
==References==
 +
<references/>
 +
{{nethack-367}}
 
[[Category:Monster classes]]
 
[[Category:Monster classes]]

Latest revision as of 21:04, 20 February 2024

The cockatrice is a monster class that appears in NetHack, and is represented by the lowercase c glyph (c). Cockatrices are designated internally by the macro S_COCKATRICE.[1]

The class contains the following monsters:[2]

Common traits

All monsters in the cockatrice monster class are omnivorous neutral animals that are small in size at most. They can be seen via infravision, have poison resistance, and each possess an MR score of 30.

The term 'cockatrice', 'c' or footrice is often used to refer specifically to cockatrices and chickatrices: pyrolisks lack the stoning properties of the other two monsters.

Generation

Randomly generated cockatrice monsters are always created hostile.

History

The cockatrice first appears in Hack 1.21 and Hack for PDP-11, which are based on Jay Fenlason's Hack, and is included in the initial bestiary for Hack 1.0. In Hack 1.21, the cockatrice uses the C glyph; in Hack for PDP-11 and Hack 1.0, the cockatrice uses its current glyph.

The chickatrice first appears in NetHack-- 3.0.10, while the pyrolist first appears in SLASH 6, and both make their vanilla debut in NetHack 3.3.0.

References