Difference between revisions of "Miscellaneous item"

From NetHackWiki
Jump to navigation Jump to search
(What do monsters do with a wand of speed monster?)
m (Rewording and minor reformatting)
Line 1: Line 1:
 
+
A '''miscellaneous item''' may be created as part of a [[monster starting inventory|monster's inventory]] when the monster is generated. This will happen if the monster's level equals or exceeds the roll of a d100.{{refsrc|makemon.c|657}}
When a monster is generated, there is a chance that it will be given a '''miscellaneous item''' to vex and confound adventurers. This will happen if the monster's level equals or exceeds the roll of a ''d100''.{{refsrc|makemon.c|657}}
 
  
 
The following monster types are ineligible for miscellaneous items:
 
The following monster types are ineligible for miscellaneous items:
Line 7: Line 6:
 
* [[Mindless]] monsters
 
* [[Mindless]] monsters
 
* [[Ghost]]s and [[shade]]s
 
* [[Ghost]]s and [[shade]]s
* [[Kop]]s
+
* [[Keystone Kop]]s
* [[Soldier]]s have a 12/13 chance of missing out on the miscellaneous item roll.
+
* {{frac|12|13}} of all [[soldier]]s
  
Each monster will receive at most one miscellaneous item. If the monster's [[difficulty]] is 5 or less, there is a 1/30 chance that its miscellaneous item will be a [[wand of polymorph]] (1/6) or else a [[potion of polymorph]] (5/6).
+
Each monster will receive at most one miscellaneous item. If the monster's [[difficulty]] is 5 or less, there is a {{frac|36}} chance that it will be a [[potion of polymorph]] and a {{frac|180}} chance that its miscellaneous item will be a [[wand of polymorph]].
  
Next, if the monster is living ([[undead]] monsters, [[golem]]s, and [[vortex|vortices]] among others are nonliving), there is a 1/40 chance that it will be given an [[amulet of life saving]].
+
Next, if the monster is living ([[undead]] monsters, [[golem]]s, and [[vortex|vortices]] among others are nonliving), there is a {{frac|40}} chance that it will be given an [[amulet of life saving]].
  
 
If neither of these possibilities is selected, the monster has an equal chance of taking one of the following three options:
 
If neither of these possibilities is selected, the monster has an equal chance of taking one of the following three options:
* [[wand of speed monster]] (5/6) or else a [[potion of speed]] (1/6); nothing if the monster is a [[guard]]
+
* [[wand of speed monster]] ({{frac|5|6}}) or else a [[potion of speed]] ({{frac|6}}); nothing if the monster is a [[guard]]
* [[wand of make invisible]] (5/6) or else a [[potion of invisibility]] (1/6); nothing if the monster is peaceful and the player cannot currently [[see invisible]]
+
* [[wand of make invisible]] ({{frac|5|6}}) or else a [[potion of invisibility]] ({{frac|6}}); nothing if the monster is peaceful and the player cannot currently [[see invisible]]
 
* [[potion of gain level]]
 
* [[potion of gain level]]
  
 
Monsters with hands will attempt to zap the wands at themselves and quaff the potion of gain level immediately.
 
Monsters with hands will attempt to zap the wands at themselves and quaff the potion of gain level immediately.
 +
 
== References ==
 
== References ==
 
<references/>
 
<references/>

Revision as of 03:41, 20 January 2020

A miscellaneous item may be created as part of a monster's inventory when the monster is generated. This will happen if the monster's level equals or exceeds the roll of a d100.[1]

The following monster types are ineligible for miscellaneous items:

Each monster will receive at most one miscellaneous item. If the monster's difficulty is 5 or less, there is a 136 chance that it will be a potion of polymorph and a 1180 chance that its miscellaneous item will be a wand of polymorph.

Next, if the monster is living (undead monsters, golems, and vortices among others are nonliving), there is a 140 chance that it will be given an amulet of life saving.

If neither of these possibilities is selected, the monster has an equal chance of taking one of the following three options:

Monsters with hands will attempt to zap the wands at themselves and quaff the potion of gain level immediately.

References

This page may need to be updated for the current version of NetHack.

It may contain text specific to NetHack 3.6.1. Information on this page may be out of date.

Editors: After reviewing this page and making necessary edits, please change the {{nethack-361}} tag to the current version's tag or {{noversion}} as appropriate.