Difference between revisions of "Group"

From NetHackWiki
Jump to navigation Jump to search
(more on group sizes)
m (Change section levels)
Line 3: Line 3:
 
A "large" group consists of 2-11 monsters and a "small" group of 1-4.{{refsrc|src/makemon.c|1365|version=NetHack 3.6.1}} If more than one monster is generated, the number of additional monsters is divided by 4 for players of level 1 or 2, and halved for players of level 3 or 4, but is always at least one.{{refsrc|src/makemon.c|105|version=NetHack 3.6.1}}  Extra monsters are never [[peaceful]].{{refsrc|src/makemon.c|124|version=NetHack 3.6.1}}  If a monster created as part of a group would be peaceful, it's skipped; this can effectively reduce the group size for some monsters.
 
A "large" group consists of 2-11 monsters and a "small" group of 1-4.{{refsrc|src/makemon.c|1365|version=NetHack 3.6.1}} If more than one monster is generated, the number of additional monsters is divided by 4 for players of level 1 or 2, and halved for players of level 3 or 4, but is always at least one.{{refsrc|src/makemon.c|105|version=NetHack 3.6.1}}  Extra monsters are never [[peaceful]].{{refsrc|src/makemon.c|124|version=NetHack 3.6.1}}  If a monster created as part of a group would be peaceful, it's skipped; this can effectively reduce the group size for some monsters.
  
===Monsters that appear in small groups===
+
==Monsters that appear in small groups==
  
 
These monsters have a 50% chance to appear in groups of 2-4; otherwise, they're generated alone.
 
These monsters have a 50% chance to appear in groups of 2-4; otherwise, they're generated alone.
Line 51: Line 51:
 
* {{monsymlink|piranha}}
 
* {{monsymlink|piranha}}
  
===Monsters that appear in large groups===
+
==Monsters that appear in large groups==
  
 
With a 2 in 3 chance, they're generated in groups of 2-11; otherwise, a group size of 2-4 is used.  The average group size is thus 5{{frac|1|3}}.
 
With a 2 in 3 chance, they're generated in groups of 2-11; otherwise, a group size of 2-4 is used.  The average group size is thus 5{{frac|1|3}}.

Revision as of 03:00, 1 February 2020

Certain monsters have a tendency to appear in groups. Due to this, they are more common than their monster frequency would imply.

A "large" group consists of 2-11 monsters and a "small" group of 1-4.[1] If more than one monster is generated, the number of additional monsters is divided by 4 for players of level 1 or 2, and halved for players of level 3 or 4, but is always at least one.[2] Extra monsters are never peaceful.[3] If a monster created as part of a group would be peaceful, it's skipped; this can effectively reduce the group size for some monsters.

Monsters that appear in small groups

These monsters have a 50% chance to appear in groups of 2-4; otherwise, they're generated alone.

Monsters that appear in large groups

With a 2 in 3 chance, they're generated in groups of 2-11; otherwise, a group size of 2-4 is used. The average group size is thus 513.

SLASH'EM

SLASH'EM adds "very large" groups of size 2-21.[4]

SLASH'EM monsters that appear in small groups

SLASH'EM monsters that appear in large groups

SLASH'EM monsters that appear in very large groups

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.