Difference between revisions of "Beartrap"

From NetHackWiki
Jump to navigation Jump to search
(oops, forgot the references tag. i'm still learning.)
(tool template, references section)
Line 1: Line 1:
 +
{{tool
 +
|name=beartrap
 +
|appearance=beartrap
 +
|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 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>.  
 +
 +
==Source code references==
  
 
<references/>
 
<references/>
  
 
[[Category:Tools]]
 
[[Category:Tools]]

Revision as of 17:20, 22 September 2006

(
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