Difference between revisions of "Intelligent monster"

From NetHackWiki
Jump to navigation Jump to search
m (No changes in 3.6.5 and 3.6.6)
m
Line 1: Line 1:
An '''intelligent monster''' is, generally, a non-[[animal]], non-[[mindless]] monster. There is no actual flag for intelligence in the source code; however, certain behaviors such as item use and dungeon feature use are allowed only if a monster is non-animal and non-mindless.
+
An '''intelligent monster''' is, generally, a non-[[animal]], non-[[mindless]] [[monster]]. There is no actual flag for intelligence in the source code; however, certain behaviors such as item use and dungeon feature use are allowed only if a monster is non-animal and non-mindless.
  
 
Certain monsters are intelligent, but might appear otherwise because they do not have hands with which to use items and wear armor; however, they may still use applicable dungeon features, like escaping with stairs, or jumping into holes, or using polymorph traps. [[Floating eyes]] and [[dragons]] are examples of such monsters.
 
Certain monsters are intelligent, but might appear otherwise because they do not have hands with which to use items and wear armor; however, they may still use applicable dungeon features, like escaping with stairs, or jumping into holes, or using polymorph traps. [[Floating eyes]] and [[dragons]] are examples of such monsters.

Revision as of 05:21, 10 January 2021

An intelligent monster is, generally, a non-animal, non-mindless monster. There is no actual flag for intelligence in the source code; however, certain behaviors such as item use and dungeon feature use are allowed only if a monster is non-animal and non-mindless.

Certain monsters are intelligent, but might appear otherwise because they do not have hands with which to use items and wear armor; however, they may still use applicable dungeon features, like escaping with stairs, or jumping into holes, or using polymorph traps. Floating eyes and dragons are examples of such monsters.

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