Difference between revisions of "Giant humanoid"

From NetHackWiki
Jump to navigation Jump to search
m (lede)
(pin for a quick restart)
Line 3: Line 3:
 
Giant humanoids are designated internally by the macro '''S_GIANT'''.{{refsrc|include/monsym.h|48|version=NetHack 3.6.7|comment=S_GIANT macro}} This is not to be confused with the <code>[[M2_GIANT]]</code> flag used for all forms of giant, though all non-[[undead]] giants are part of the monster class.
 
Giant humanoids are designated internally by the macro '''S_GIANT'''.{{refsrc|include/monsym.h|48|version=NetHack 3.6.7|comment=S_GIANT macro}} This is not to be confused with the <code>[[M2_GIANT]]</code> flag used for all forms of giant, though all non-[[undead]] giants are part of the monster class.
  
==List of monsters==
+
The class contains the following monsters:
Giant humanoids consist of the following monsters:
 
  
 
* {{monsymlink|giant}}
 
* {{monsymlink|giant}}
** {{monsymlink|stone giant}}
+
* {{monsymlink|stone giant}}
** {{monsymlink|hill giant}}
+
* {{monsymlink|hill giant}}
** {{monsymlink|fire giant}}
+
* {{monsymlink|fire giant}}
** {{monsymlink|frost giant}}
+
* {{monsymlink|frost giant}}
** {{monsymlink|storm giant}}
+
* {{monsymlink|storm giant}}
** {{monsymlink|Lord Surtur}}
 
** {{monsymlink|Cyclops}}
 
 
* {{monsymlink|ettin}}
 
* {{monsymlink|ettin}}
 
* {{monsymlink|titan}}
 
* {{monsymlink|titan}}
 
* {{monsymlink|minotaur}}
 
* {{monsymlink|minotaur}}
 +
* [[Quest nemeses]]:
 +
** {{monsymlink|Lord Surtur}}
 +
** {{monsymlink|Cyclops}}
 +
 +
==Common traits==
 +
All monsters in the class are naturally [[humanoid]] in shape. They are all [[huge]] in size except for the minotaur (which is [[large]]), and are all [[carnivorous]] monsters, with the titan being the only [[omnivore]].
  
 
==References==
 
==References==
 
<references/>
 
<references/>
{{nethack-367}}
+
{{stub}}{{nethack-367}}
 
[[Category:Monster classes]]
 
[[Category:Monster classes]]

Revision as of 00:44, 21 February 2024

The giant humanoid is a monster class that appears in NetHack, and is represented by the uppercase H glyph (H).

Giant humanoids are designated internally by the macro S_GIANT.[1] This is not to be confused with the M2_GIANT flag used for all forms of giant, though all non-undead giants are part of the monster class.

The class contains the following monsters:

Common traits

All monsters in the class are naturally humanoid in shape. They are all huge in size except for the minotaur (which is large), and are all carnivorous monsters, with the titan being the only omnivore.

References

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