Difference between revisions of "Beartrap"

From NetHackWiki
Jump to navigation Jump to search
(tool template, references section)
Line 1: Line 1:
 +
{{otheruses|the item|the trap it creates|Trap#Beartrap (^)}}
 +
 
{{tool
 
{{tool
|name=beartrap
+
  |color=metal color
|appearance=beartrap
+
  |name=beartrap
|cost=60
+
  |appearance=beartrap
|weight=200
+
  |cost=60
 +
  |weight=200
 
}}
 
}}
A '''beartrap''' is a [[tool]] object. These are usually obtained by untrapping them when primed. These can be applied on the ground to activate as a [[trap]] to clamp onto monsters unlucky enough to step on the space, rendering them immobile until they escape. Be careful, as you can get caught in beartraps as well; even ones you set down. For some reason, escaping a beartrap is 5 times more likely when moving diagonally than when moving orthogonally <ref>[[hack.c#line1250]]</ref>.
+
 
 +
A '''beartrap''' is a [[tool]] object. These are usually obtained by [[untrap]]ping them when primed. These can be applied on the ground to activate as a [[trap]] to clamp onto monsters unlucky enough to step on the space, rendering them immobile until they escape. Be careful, as you can get caught in beartraps as well; even ones you set down. For some reason, escaping a beartrap is 5 times more likely when moving diagonally than when moving orthogonally.<ref>[[hack.c#line1250]]</ref>
  
 
==Source code references==
 
==Source code references==
Line 12: Line 16:
  
 
[[Category:Tools]]
 
[[Category:Tools]]
 +
[[Category:Traps]]

Revision as of 11:26, 14 October 2006

This article is about the item. For the trap it creates, see Trap#Beartrap (^).
(
Name beartrap
Appearance beartrap
Base price 60 zm
Weight 200
Material [[{{{material}}}]]
Monster use Will not be used by monsters.

A beartrap is a tool object. These are usually obtained by untrapping them when primed. These can be applied on the ground to activate as a trap to clamp onto monsters unlucky enough to step on the space, rendering them immobile until they escape. Be careful, as you can get caught in beartraps as well; even ones you set down. For some reason, escaping a beartrap is 5 times more likely when moving diagonally than when moving orthogonally.[1]

Source code references