Difference between revisions of "Minion"

From NetHackWiki
Jump to navigation Jump to search
(converted references into proper <ref></ref> references)
(Added SLASH'EM)
Line 10: Line 10:
 
* If the god is annoyed with you (easiest to cause by using #[[pray]] too much or with the wrong god), then one of the possible responses is "Thou durst scorn (or call upon) me? Then, die mortal (or creature)!" at which point the god summons one minion against you. The god must be very angry to do this, and this is just short of the most severe penalty of lightning and disintegration<ref>[[pray.c#line599]]</ref>.
 
* If the god is annoyed with you (easiest to cause by using #[[pray]] too much or with the wrong god), then one of the possible responses is "Thou durst scorn (or call upon) me? Then, die mortal (or creature)!" at which point the god summons one minion against you. The god must be very angry to do this, and this is just short of the most severe penalty of lightning and disintegration<ref>[[pray.c#line599]]</ref>.
 
* At and only at the [[sanctum]] or [[Astral Plane]], if the god is so angry as to zap you with [[lightning]], then hit you with the [[wide-angle disintegration beam]], and yet you still live (and are not still swallowed by some monster), then the god will summon three minions against you<ref>[[pray.c#god_zaps_you]]</ref>. One way to trigger this is to attempt to convert a [[high altar]]<ref>[[pray.c#line1324]]</ref>.
 
* At and only at the [[sanctum]] or [[Astral Plane]], if the god is so angry as to zap you with [[lightning]], then hit you with the [[wide-angle disintegration beam]], and yet you still live (and are not still swallowed by some monster), then the god will summon three minions against you<ref>[[pray.c#god_zaps_you]]</ref>. One way to trigger this is to attempt to convert a [[high altar]]<ref>[[pray.c#line1324]]</ref>.
 +
 +
==SLASH'EM==
 +
In [[SLASH'EM]], your god may give you minions as servants, from prayer or sacrifice.
 +
These behave much like pets, except that they do not eat your precious corpses, and can't pick up items for you.
  
 
==Source code references==
 
==Source code references==
Line 17: Line 21:
 
----
 
----
 
{{stub|A [[grep]] -n minion src/*.c shows that there is much more to know about minions.}}
 
{{stub|A [[grep]] -n minion src/*.c shows that there is much more to know about minions.}}
 
 
[[Category:Monsters]]
 
[[Category:Monsters]]

Revision as of 12:01, 29 December 2009

A minion is a monster serving some god:

A minion only appears in certain situations, most of which involve you and an altar. The source code in minion.c controls the generation of minions.

A minion can appear when:

  • If you try to convert an altar (whether or not you succeed) and your experience level is at least 7 and also your alignment record close to its maximum, then there is a chance that "The voice of (altar's god before conversion) booms: "Thou shalt pay for thy indescretion!"" and a minion appears[1][2].
  • If the god is annoyed with you (easiest to cause by using #pray too much or with the wrong god), then one of the possible responses is "Thou durst scorn (or call upon) me? Then, die mortal (or creature)!" at which point the god summons one minion against you. The god must be very angry to do this, and this is just short of the most severe penalty of lightning and disintegration[3].
  • At and only at the sanctum or Astral Plane, if the god is so angry as to zap you with lightning, then hit you with the wide-angle disintegration beam, and yet you still live (and are not still swallowed by some monster), then the god will summon three minions against you[4]. One way to trigger this is to attempt to convert a high altar[5].

SLASH'EM

In SLASH'EM, your god may give you minions as servants, from prayer or sacrifice. These behave much like pets, except that they do not eat your precious corpses, and can't pick up items for you.

Source code references


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

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

"A grep -n minion src/*.c shows that there is much more to know about minions."