Monster frequency

From NetHackWiki
Revision as of 11:06, 14 June 2008 by Rogerb-on-NAO (talk | contribs) (Add table relating frequency as a phrase to frequency as a number. Tag for 343.)
Jump to navigation Jump to search

The term monster frequency refers to a number which can technically range 0-7 (though 6 and 7 are not used) used internally to determine how frequently a monster is generated; it can be thought of as a relative probability that a particular monster will be selected.

When a monster is randomly being selected, the game picks a random monster subject to the following list of conditions with relative probabilities equal to the ratios of numberic monster frequencies (thus a monster with a 4 is twice as common as a monster with a 2); this can be thought of as generating a list of monsters with each monster appearing a number of times equal to its monster frequency and choosing purely randomly off of this list.

Randomly generated monsters must be:

  • No greater in difficulty than the average of the level's difficulty and the player level [1]
  • No lower in difficulty than one-sixth that of the current level's difficulty[2]
  • Neither unique nor marked as not randomly generated (G_NOGEN) [3]
  • Not genocided or extinct
  • If you are on the rogue level:
    • Represented by an upper case letter
  • If you are in Gehennom:
  • If you are not in Gehennom:
    • Not marked as only generated in Gehennom (G_HELL) (e.g. hell hound)

Before monster frequencies are used for generation, a number is added to them depending on the relationship between the monster's alignment and the dungeon or special level's alignment. [4]

The following terms are used to describe the frequency of a monster in the infobox on monsters' pages:

Frequency Description
0 Not randomly generated
1 Very rare
2 Quite rare
3 Rare
4 Uncommon
5 Common
6 (unused)
7 Prolific (unused)

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:

"Terms for the probability numbers need to be defined!"

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.