Difference between revisions of "Miscellaneous item"

From NetHackWiki
Jump to navigation Jump to search
m (Text replace - "<ref> *{{ *[sS]ourcecode *\| *([a-zA-Z_][a-zA-Z0-9_]*\.[ch]) *\| *([0-9][0-9]*) *}} *<\/ref> " to "{{refsrc|$1|$2}}")
m (Fix linebreak)
Line 1: Line 1:
 
{{todo|This page describes the generation of miscellaneous items, but not how monsters use them.}}
 
{{todo|This page describes the generation of miscellaneous items, but not how monsters use them.}}
 
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}}
 
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:
 
* [[Animal]]s
 
* [[Animal]]s

Revision as of 02:48, 22 September 2012

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

"This page describes the generation of miscellaneous items, but not how monsters use them."

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.[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 1/30 chance that its miscellaneous item will be a wand of polymorph (1/6) or else a potion of polymorph (5/6).

Next, if the monster is living (undead monsters, golems, and vortices among others are nonliving), there is a 1/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:

References

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

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

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