Difference between revisions of "Ice trap"

From NetHackWiki
Jump to navigation Jump to search
(bring in info from trap, and from the source)
 
(Copyedit + ver)
 
Line 6: Line 6:
 
}}
 
}}
  
In [[UnNetHack]], the '''ice trap''' is a [[trap]] that shoots a freezing cloud at you.
+
The '''ice trap''' is a type of [[trap]] that appears in [[UnNetHack]].
  
 
==Generation==
 
==Generation==
Ice traps are usually found in [[Sheol]], and rarely also in [[Random vault (UnNetHack)|trap rooms]].
+
Ice traps are usually found in [[Sheol]], and rarely also appear in [[Random vault (UnNetHack)|trap rooms]].
  
 
==Effects==
 
==Effects==
The ice trap does 4d4 damage to you, unless you have [[cold resistance]]. The trap can also destroy [[potion]]s in open inventory.<ref>https://github.com/UnNetHack/UnNetHack/blob/6.0.4-20220203-1f061e93b/src/trap.c</ref><ref>https://github.com/UnNetHack/UnNetHack/blob/6.0.4-20220203-1f061e93b/src/trap.c#L3276</ref>
+
When you or a monster trigger an ice trap, it shoots a freezing cloud that does 4d4 damage unless the victim have [[cold resistance]]. The trap can also destroy [[potion]]s in open inventory.<ref>[https://github.com/UnNetHack/UnNetHack/blob/6.0.4-20220203-1f061e93b/src/trap.c#L2465 UnNetHack 6.0.4 src/trap.c, line 2465]</ref><ref>[https://github.com/UnNetHack/UnNetHack/blob/6.0.4-20220203-1f061e93b/src/trap.c#L3276 UnNetHack 6.0.4 src/trap.c, line 3276]</ref>
 
 
Monsters can also trigger ice traps and suffer similar effects.<ref>https://github.com/UnNetHack/UnNetHack/blob/6.0.4-20220203-1f061e93b/src/trap.c#L2465</ref>
 
  
 
==Messages==
 
==Messages==
Line 24: Line 22:
  
 
==References==
 
==References==
 
+
<references/>
 +
{{variant-343}}
 
[[Category:Traps]]
 
[[Category:Traps]]
 
[[Category:UnNetHack]]
 
[[Category:UnNetHack]]

Latest revision as of 03:47, 22 August 2022

^ ice trap File:Ice trap.png
Generates Sheol, trap rooms
Effect Deals cold damage, freezes inventory

The ice trap is a type of trap that appears in UnNetHack.

Generation

Ice traps are usually found in Sheol, and rarely also appear in trap rooms.

Effects

When you or a monster trigger an ice trap, it shoots a freezing cloud that does 4d4 damage unless the victim have cold resistance. The trap can also destroy potions in open inventory.[1][2]

Messages

A freezing cloud shoots from <surface>!
You activated an ice trap.
You are uninjured.
The trap did 0 damage, probably due to you having cold resistance.
A freezing cloud shoots from the <surface> under <monster>!
A monster activated an ice trap.
You see a freezing cloud shoot from the <surface>!
As above, but you could not see the monster.
<monster is uninjured.
The monster had cold resistance and suffered no damage.

References