Difference between revisions of "Mindless"

From NetHackWiki
Jump to navigation Jump to search
(Redirected page to Telepathy)
 
(Mindlessness is not only relevant to discuss in the context of telepathy.)
Line 1: Line 1:
#REDIRECT[[telepathy]]
+
 
 +
{{todo|Please confirm or debunk that mindless monsters with items in their inventory will (sometimes?) drop them ([[steal.c#line587]]), and that they may not equip armor ([[worn.c#line372]]).}}
 +
A '''mindless''' monster does not have a mind (syntactical!). Mindlessness is identified by the macro '''mindless(ptr)''',{{refsrc|mondata.h|57}} which checks for the flag '''M1_MINDLESS''' in [[monst.c]].
 +
 
 +
Take heed to discern between mindless monsters and [[brainlessness]], a state attainable by unfortunate players not keeping their distance from mindflayers.
 +
 
 +
==Effects==
 +
Mindless monsters cannot be detected by [[telepathy]].{{refsrc|display.h|28}} They are also unaffected by the brain-eating attacks of ([[master mind flayer|master]]) [[mind flayer]].{{refsrc|mhitm.c|1097}}{{refsrc|uhitm.c|1548}}
 +
 
 +
Further, mindless monsters are incapable of using items; that is, [[scroll]]s, [[wand]]s, [[potion]]s and [[horn]]s.{{refsrc|muse.c|263}}{{refsrc|muse.c|976}}
 +
 
 +
==List of mindless monsters==
 +
* [[Blob]]s
 +
* [[sphere|Spheres]] (including [[gas spore]]s but not [[floating eye]]s)
 +
* [[jelly|Jellies]]
 +
* [[vortex|Vortices]]
 +
* [[Light_(monster_class)|Light]]s
 +
* [[Elemental]]s (excluding [[stalker]]s)
 +
* [[fungus|Fungi]]
 +
* [[mummy|Mummies]]
 +
* [[Pudding]]s
 +
* [[Zombie]]s
 +
* [[Golem]]s
 +
 
 +
==References==
 +
<references />

Revision as of 16:11, 1 October 2015

A user has suggested improving this page or section as follows:

"Please confirm or debunk that mindless monsters with items in their inventory will (sometimes?) drop them (steal.c#line587), and that they may not equip armor (worn.c#line372)."

A mindless monster does not have a mind (syntactical!). Mindlessness is identified by the macro mindless(ptr),[1] which checks for the flag M1_MINDLESS in monst.c.

Take heed to discern between mindless monsters and brainlessness, a state attainable by unfortunate players not keeping their distance from mindflayers.

Effects

Mindless monsters cannot be detected by telepathy.[2] They are also unaffected by the brain-eating attacks of (master) mind flayer.[3][4]

Further, mindless monsters are incapable of using items; that is, scrolls, wands, potions and horns.[5][6]

List of mindless monsters

References