Monster creation

From NetHackWiki
Revision as of 15:31, 5 July 2015 by Train (talk | contribs) (Clean-up.)
Jump to navigation Jump to search

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

"How does the game decide whether or not to create a monster in the first place? And where to place it?"

The normal mechanism of monster creation, responsible for the vast majority of monsters in NetHack, is used when the game wants to create an unspecified opponent of adequate difficulty for the player.

When this occurs, each eligible monster has a probability equal to its effective monster frequency divided by the sum of the monster frequencies of every eligible monster. This may be thought of as generating a list of all such monsters with each appearing as many times as its frequency, and then choosing at random hence. A monster is eligible if it:

See Also

References