Difference between revisions of "Wand of secret door detection"

From NetHackWiki
Jump to navigation Jump to search
(line of sight; wiztest confirmed affected area; caption template)
(same as detect unseen)
Line 8: Line 8:
 
A '''wand of secret door detection''' detects all undiscovered [[secret door]]s, [[mimic]]s, and [[trap]]s in a radius of 8 squares in line-of-sight upon zapping/engraving.<ref>[[Zap.c#zapnodir]], [[Detect.c#findit]], [[Hack.h#line21]], [[Vision.c#do_clear_area]], [[Detect.c#findone]]</ref> It will also show the location of submerged creatures in pools. On the [[Plane of Air]] only, the wand also penetrates [[cloud]]s.
 
A '''wand of secret door detection''' detects all undiscovered [[secret door]]s, [[mimic]]s, and [[trap]]s in a radius of 8 squares in line-of-sight upon zapping/engraving.<ref>[[Zap.c#zapnodir]], [[Detect.c#findit]], [[Hack.h#line21]], [[Vision.c#do_clear_area]], [[Detect.c#findone]]</ref> It will also show the location of submerged creatures in pools. On the [[Plane of Air]] only, the wand also penetrates [[cloud]]s.
  
 +
The [[spellbook of detect unseen|detect unseen]] spell has the same effect.
 
{{caption|{{Circleradius9|r=8}}|Area in which traps etc. are revealed}}
 
{{caption|{{Circleradius9|r=8}}|Area in which traps etc. are revealed}}
  

Revision as of 17:10, 12 January 2011

/
Name secret door detection
Appearance random
Base price 150 zm
Weight 7
Type non-directional
Maximum charges 15
Monster use Will not be used by monsters.

A wand of secret door detection detects all undiscovered secret doors, mimics, and traps in a radius of 8 squares in line-of-sight upon zapping/engraving.[1] It will also show the location of submerged creatures in pools. On the Plane of Air only, the wand also penetrates clouds.

The detect unseen spell has the same effect.

...................
.......xxxxx.......
.....xxxxxxxxx.....
...xxxxxxxxxxxxx...
...xxxxxxxxxxxxx...
..xxxxxxxxxxxxxxx..
..xxxxxxxxxxxxxxx..
.xxxxxxxxxxxxxxxxx.
.xxxxxxxxxxxxxxxxx.
.xxxxxxxx@xxxxxxxx.
.xxxxxxxxxxxxxxxxx.
.xxxxxxxxxxxxxxxxx.
..xxxxxxxxxxxxxxx..
..xxxxxxxxxxxxxxx..
...xxxxxxxxxxxxx...
...xxxxxxxxxxxxx...
.....xxxxxxxxx.....
.......xxxxx.......
...................

Area in which traps etc. are revealed

Engraving with the wand only identifies it if these things are present; otherwise it gives no message.

The wand of secret door detection is most often used for finding the hidden entrance to the temple in Moloch's Sanctum. It can also be used to find the portals on the Elemental Planes.

Identification of this wand is very easy. It is non-directional; you are not asked for a direction in which to zap it. This property is only shared with the wands of light, enlightenment, create monster, and wishing, all of which have very obvious effects when zapped.

Generation

Wands comprise 4% of all randomly-generated items in the main dungeon, 6% in containers, 5% on the Rogue level, and 8% in Gehennom. There is a 5% chance that a randomly-generated wand will be a wand of secret door detection.

References