Difference between revisions of "Intelligent monster"

From NetHackWiki
Jump to navigation Jump to search
m
 
(7 intermediate revisions by 3 users not shown)
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.
+
In ''[[NetHack]]'', an '''intelligent monster''' generally describes a non-[[animal]], non-[[mindless]] [[monster]].
  
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.
+
==Description==
 +
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.{{refsrc|src/muse.c|338|nethack=3.6.6|comment=[[Defensive item]] usage}}{{refsrc|src/muse.c|1092|nethack=3.6.6|comment=[[Offensive item]] usage}}{{refsrc|src/muse.c|1644|nethack=3.6.6|comment=[[Miscellaneous item]] usage}}{{refsrc|src/muse.c|1656|nethack=3.6.6|comment=[[Polymorph trap]] usage}}
 +
 
 +
Certain monsters are intelligent, but might appear otherwise because they do not have hands to use items and wear armor with - however, they may still use other applicable dungeon features, e.g. escaping with [[stair]]s, jumping into [[hole]]s, or using [[polymorph trap]]s. [[Floating eyes]] and [[dragons]] are examples of such monsters.
 +
 
 +
==List of intelligent monsters==
 +
* {{monclass| }}
 +
* {{monclass|&}}
 +
* {{monsymlink|salamander}}
 +
* {{monclass|@}}
 +
* {{monclass|A}} – [[couatl]] and [[ki-rin]] have no hands
 +
* {{monclass|C}}
 +
* {{monclass|D}} – no hands
 +
* {{monclass|G}}
 +
* {{monclass|H}} – except [[ettin]] and [[minotaur]]
 +
* {{monclass|K}}
 +
* {{monclass|L}}
 +
* {{monclass|N}} – no hands
 +
* {{monclass|O}}
 +
* {{monclass|Q}}
 +
* {{monclass|T}}
 +
* {{monclass|U}}
 +
* {{monclass|V}}
 +
* {{monclass|W}}
 +
* {{monclass|X}}
 +
* {{monsymlink|floating eye}} – no hands
 +
* {{monclass|g}}
 +
* {{monclass|h}}
 +
* {{monclass|i}}
 +
* {{monclass|k}}
 +
* {{monclass|l}}
 +
* {{monclass|n}}
 +
* {{monclass|o}}
 +
* {{msl|white unicorn}}{{msl|gray unicorn}}{{msl|black unicorn}} [[unicorn]]s – no hands
 +
 
 +
==See also==
 +
*[[Defensive item]]
 +
*[[Offensive item]]
 +
*[[Miscellaneous item]]
 +
 
 +
==References==
 +
<references/>
  
 
{{stub}}
 
{{stub}}
{{nethack-364}}
+
{{nethack-366}}
 
[[Category:Monsters]]
 
[[Category:Monsters]]

Latest revision as of 07:12, 16 July 2022

In NetHack, an intelligent monster generally describes a non-animal, non-mindless monster.

Description

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.[1][2][3][4]

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

List of intelligent monsters

See also

References

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