Difference between revisions of "Intelligent monster"

From NetHackWiki
Jump to navigation Jump to search
m (Restore previous paragraph; clarify that intelligence being defined by hands is just because there's no need to specify otherwise)
 
(10 intermediate revisions by 6 users not shown)
Line 1: Line 1:
An '''intelligent monster''' is, a non-[[animal]], non-[[mindless]] monster that has hands. There is no actual flag for intelligence in the source code; however, certain behaviors such as monster item use are allowed only if a monster is non-animal, non-mindless and has hands.
+
In ''[[NetHack]]'', an '''intelligent monster''' generally describes a non-[[animal]], non-[[mindless]] [[monster]].
  
Certain monsters could be considered "intelligent" based on their mental capacity (non-animals who have a mind). To an observer, though, they appear the same as an animal or mindless monster because they do not have hands and so they cannot use items or wear armor. [[Floating eyes]] and [[dragons]] are examples of such monsters. At the moment, this is only because no different monster behavior exists for intelligent but handless 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-360}}
+
{{nethack-366}}
 +
[[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.