Difference between revisions of "Physical size"

From NetHackWiki
Jump to navigation Jump to search
(cat)
Line 1: Line 1:
In NetHack, all [[Monsters_(by_size)|monsters are classified]] in six distinct sizes: Tiny &rarr; Small &rarr; Medium &rarr; Large &rarr; Huge &rarr; Gigantic<ref>http://www.steelypips.org/nethack/343/mon2-343.html</ref><ref>http://www.juiblex.co.uk/nethack/VernonSpoilers/MonsterManual/contents.html</ref>.
+
{{todo|There are probably more effects of size not here supplied. Further, the article could use clean-up and citations.}}
Only monsters medium or smaller can wear cloaks, and only exactly medium monsters can wear shirts or armor. Size also restricts which monsters can move diagonally through a crack. Some types of weapon distinguish between "small" monsters (tiny to medium) and "large" ones (large to gigantic). [[Statue]]s of tiny monsters cannot contain [[spellbook]]s; for details on the rest, see the [http://www.steelypips.org/nethack/343/misc-343.html#statues miscellaneous items spoiler].
+
 
 +
In NetHack, all [[Monsters_(by_size)|monsters are classified]] in six distinct sizes: Tiny &rarr; Small &rarr; Medium &rarr; Large &rarr; Huge &rarr; Gigantic<ref>http://www.steelypips.org/nethack/343/mon2-343.html</ref><ref>http://www.juiblex.co.uk/nethack/VernonSpoilers/MonsterManual/contents.html</ref>. Each of these map to an integer used, for example, in determining [[monster carrying capacity|how much the monster can carry]]: Tiny = 0; Small = 1; Medium = 2; Large = 3; Huge = 4; Gigantic = 7.{{refsrc|monflag.h|163}} Some types of weapon distinguish between "small" monsters (tiny to medium) and "large" ones (large to gigantic).  
 +
 
 +
Only monsters medium or smaller can wear cloaks, and only exactly medium monsters can wear shirts or armor. Size also restricts which monsters can move diagonally through a crack. [[Statue]]s of tiny monsters cannot contain [[spellbook]]s; for details on the rest, see the [http://www.steelypips.org/nethack/343/misc-343.html#statues miscellaneous items spoiler].
  
 
Huge monsters cannot be [[engulf]]ed, while large ones can.
 
Huge monsters cannot be [[engulf]]ed, while large ones can.
Line 14: Line 17:
 
* [[NetHack units]]
 
* [[NetHack units]]
 
* [[Monsters (by size)]]
 
* [[Monsters (by size)]]
 +
 +
==References==
 
<references/>
 
<references/>
 
[[Category:Monster attributes]]
 
[[Category:Monster attributes]]

Revision as of 11:41, 5 July 2015

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

"There are probably more effects of size not here supplied. Further, the article could use clean-up and citations."

In NetHack, all monsters are classified in six distinct sizes: Tiny → Small → Medium → Large → Huge → Gigantic[1][2]. Each of these map to an integer used, for example, in determining how much the monster can carry: Tiny = 0; Small = 1; Medium = 2; Large = 3; Huge = 4; Gigantic = 7.[3] Some types of weapon distinguish between "small" monsters (tiny to medium) and "large" ones (large to gigantic).

Only monsters medium or smaller can wear cloaks, and only exactly medium monsters can wear shirts or armor. Size also restricts which monsters can move diagonally through a crack. Statues of tiny monsters cannot contain spellbooks; for details on the rest, see the miscellaneous items spoiler.

Huge monsters cannot be engulfed, while large ones can.

Huge monsters cannot fall through trapdoors. Holes (from a wand of digging) still work.

Note that size is only one component that is checked when determining if armor and other items can be worn. For example, non-humanoids will always break or slip out of torso armor, depending on their size, and even some medium-sized humanoids will break out of armor for shape reasons. The code currently has two examples of this, the winged gargoyle and the marilith (wings and too many arms, respectively). One effect of this is that there is no armor-safe metallivore for polyself purposes.

If you are polymorphed into a monster that never leaves a corpse, its size is used to scale your carrying capacity.

This page is a stub. Should you wish to do so, you can contribute by expanding this page.

See Also

References