Difference between revisions of "Apelike creature"

From NetHackWiki
Jump to navigation Jump to search
m
Line 1: Line 1:
The [[apelike creature]] is a [[monster class]] in ''[[NetHack]]'' composed of the following [[monster]]s:
+
The '''apelike creature''' is a [[monster class]] in ''[[NetHack]]'' composed of the following [[monster]]s:
  
 
* {{monsymlink|monkey}}
 
* {{monsymlink|monkey}}
Line 8: Line 8:
 
* {{monsymlink|sasquatch}}
 
* {{monsymlink|sasquatch}}
  
==Common==
+
==Common traits==
 
All apelike creatures are defined by the <code>'''S_YETI'''</code> macro in [[monst.c]]. Apelike creatures favor clawing and biting in combat. The [[monkey]] has a theft attack, while the [[owlbear]], [[carnivorous ape]] and [[sasquatch]] have a [[grabbing attack]]. As pets, these monster regard [[banana]]s as [[treat]]s.
 
All apelike creatures are defined by the <code>'''S_YETI'''</code> macro in [[monst.c]]. Apelike creatures favor clawing and biting in combat. The [[monkey]] has a theft attack, while the [[owlbear]], [[carnivorous ape]] and [[sasquatch]] have a [[grabbing attack]]. As pets, these monster regard [[banana]]s as [[treat]]s.
  

Revision as of 04:26, 7 September 2021

The apelike creature is a monster class in NetHack composed of the following monsters:

Common traits

All apelike creatures are defined by the S_YETI macro in monst.c. Apelike creatures favor clawing and biting in combat. The monkey has a theft attack, while the owlbear, carnivorous ape and sasquatch have a grabbing attack. As pets, these monster regard bananas as treats.

All apelike monsters leave corpses which are safe to eat, subject to freshness. Furthermore, yeti corpses may grant resistance to cold.