Difference between revisions of "Iron golem"

From NetHackWiki
Jump to navigation Jump to search
m (Generation)
Line 19: Line 19:
 
}}
 
}}
  
The '''iron golem''' is one of the tougher [[golem]]s. Their breath is poisonous and can drain your strength.
+
The '''iron golem''' is a type of monster that appears in [[NetHack]]. It is the toughest [[golem]] that can be encountered in the game, with the ability to use weapons and breathe streams of [[poison cloud]]s that can drain [[strength]]. Iron golems have resistance to [[fire resistance|fire]], [[cold resistance|cold]], [[sleep resistance|sleep]], [[poison resistance|poison]], and [[shock resistance|shock]] damage; electricity also slows down an iron golem, while fire heals it. While [[polymorph]]ed into an iron golem, using #[[monster]] allows you to breathe a stream of poison clouds for 15 [[energy]].
  
[[wand of lightning|Lightning]] slows them, and [[wand of fire|fire]] heals them - possibly by welding in their dents. They are hurt by [[rust monster]]s, and [[rust trap]]s will instantly destroy them. If you are polymorphed into an iron golem when you step into a rust trap then you will take damage equal to your monster form's maximum hp, killing that form and reverting you to your natural form. The [[half physical damage]] extrinsic applies.{{refsrc|trap.c|759|comment=Rust trap on player}}{{refsrc|trap.c|1820|comment=Rust trap on monsters}}
+
As a monster made of iron, it is instantly destroyed if submerged in water or hit by [[rust trap]]s - this also applies to [[you]] if you are polymorphed into one. In both cases, the rust trap deals damage equal to the iron golem's maximum HP, subject to [[half physical damage]]; dying in this manner returning you to you normal form even if you are wearing an [[amulet of unchanging]].{{refsrc|src/trap.c|1162|comment=Rust trap on player}}{{refsrc|src/trap.c|2370|comment=Rust trap on monsters}}{{refsrc|src/trap.c|3773|comment=Stepping into water while polymorphed into iron golem}} This also makes the iron golem the only monster to be damaged by a [[rust monster]]'s touch attack.
  
When killed, an iron golem's corpse will be some number of the infamous [[iron chain]]s, widely considered one of the most useless items in NetHack - although some players do find the occasional odd job for one. As iron chains are quite rare, it is worth consulting that entry when you dispatch an iron golem.
+
==Generation==
 +
In addition to random generation, iron golems can generate as a result of [[polypiling]] if there enough [[iron]] objects in a pile of items. Iron golems are also eligible to be created by the [[summon nasties]] [[monster spell]].{{refsrc|src/wizard.c|44|version=NetHack 3.6.6}} Iron golems are always generated with 80 hit points, which is the most among golems.{{refsrc|src/makemon.c|1991|version=NetHack 3.6.6}}
  
== Generation ==
+
An iron golem has a roughly {{frac|9|25}} chance of [[Monster starting inventory|generating with]] any one of the default weapon sets given to [[strong]] weapon-wielding monsters: a [[battle axe]], a [[two-handed sword]], a [[bow]] and 3-14 [[arrow]]s, a [[longsword]], or a [[lucern hammer]].{{refsrc|src/makemon.c|535|version=NetHack 3.6.6|common=Default set of cases for generating weapons on "normal" monsters}} They are not eligible for a random [[offensive item]].
  
On creation, they [[Monster starting inventory|have a chance]] of a [[battle axe]] or a [[two-handed sword]] or a [[bow]] and 3-14 [[arrow]]s or a [[longsword]] or a [[lucern hammer]] or (64% chance) nothing.{{refsrc|src/makemon.c|535|version=NetHack 3.6.6|common=Default set of cases for generating weapons on "normal" monsters}} They are not eligible for a random [[offensive item]].
+
Iron golems drop several [[iron chain]]s upon death, which are known primarily for being one of the game's most useless items.
  
Iron golems are always generated with 80 hit points.{{refsrc|makemon.c|918}}{{refsrc|makemon.c|1534}}
+
==Strategy==
 +
By the time you encounter iron golems (barring a polypiling accident), you should be more than prepared to deal with their poison breath - but your [[pet]]s (if any) may not be, and will likely perish if allows to remain in or near the poison clouds for too long without poison resistance. Iron golems themselves can hit quite hard and have the second best AC among golems, but are also just as slow as any of them, and player that reach the point of encountering iron golems regularly should have little trouble making short work of them.
  
== References ==
+
==History==
 +
Iron golems first appear in [[NetHack 3.0.0]].
 +
 
 +
==References==
 
<references/>
 
<references/>
 
+
{{nethack-366}}
 
[[Category:Monsters]]
 
[[Category:Monsters]]
{{nethack-360}}
 

Revision as of 12:17, 2 July 2022

The iron golem is a type of monster that appears in NetHack. It is the toughest golem that can be encountered in the game, with the ability to use weapons and breathe streams of poison clouds that can drain strength. Iron golems have resistance to fire, cold, sleep, poison, and shock damage; electricity also slows down an iron golem, while fire heals it. While polymorphed into an iron golem, using #monster allows you to breathe a stream of poison clouds for 15 energy.

As a monster made of iron, it is instantly destroyed if submerged in water or hit by rust traps - this also applies to you if you are polymorphed into one. In both cases, the rust trap deals damage equal to the iron golem's maximum HP, subject to half physical damage; dying in this manner returning you to you normal form even if you are wearing an amulet of unchanging.[1][2][3] This also makes the iron golem the only monster to be damaged by a rust monster's touch attack.

Generation

In addition to random generation, iron golems can generate as a result of polypiling if there enough iron objects in a pile of items. Iron golems are also eligible to be created by the summon nasties monster spell.[4] Iron golems are always generated with 80 hit points, which is the most among golems.[5]

An iron golem has a roughly 925 chance of generating with any one of the default weapon sets given to strong weapon-wielding monsters: a battle axe, a two-handed sword, a bow and 3-14 arrows, a longsword, or a lucern hammer.[6] They are not eligible for a random offensive item.

Iron golems drop several iron chains upon death, which are known primarily for being one of the game's most useless items.

Strategy

By the time you encounter iron golems (barring a polypiling accident), you should be more than prepared to deal with their poison breath - but your pets (if any) may not be, and will likely perish if allows to remain in or near the poison clouds for too long without poison resistance. Iron golems themselves can hit quite hard and have the second best AC among golems, but are also just as slow as any of them, and player that reach the point of encountering iron golems regularly should have little trouble making short work of them.

History

Iron golems first appear in NetHack 3.0.0.

References