Difference between revisions of "Search"

From NetHackWiki
Jump to navigation Jump to search
(Using the term secret passage because it is an in-game term)
(Searching Chances -- 95% confidence table)
Line 32: Line 32:
  
 
{|class="prettytable"
 
{|class="prettytable"
!rowspan="2"|Luck  
+
!rowspan="2"|Luck
!rowspan="2"|Traps  
+
!rowspan="2"|Traps
 
!colspan="3"|Secret Doors/Corridors
 
!colspan="3"|Secret Doors/Corridors
 
|-
 
|-
!Normal  
+
!Normal
!Lenses  
+
!Lenses
 
!+5 Excalibur
 
!+5 Excalibur
 
|-align="right"
 
|-align="right"
Line 75: Line 75:
 
|98%
 
|98%
 
|99%
 
|99%
 +
|}
 +
To find a given trap or secret door, the number of trials to be 95% certain of success:
 +
<!-- Based on the data in the above table; since I don't know the level of precision in those figures, my two decimal places, here, is likely not as much precision as it sounds. --Feagradze. -->
 +
{|class="prettytable"
 +
!rowspan="2"|Luck
 +
!rowspan="2"|Traps
 +
!colspan="3"|Secret Doors/Corridors
 +
|-
 +
!Normal
 +
!Lenses
 +
!+5 Excalibur
 +
|-align="right"
 +
|&lt;-2
 +
|<1247
 +
|<1108
 +
|<787
 +
|<317
 +
|-align="right"
 +
| -2 to 2
 +
|23.43
 +
|19.86
 +
|13.43
 +
|4.32
 +
|-align="right"
 +
|3 to 5
 +
|10.41
 +
|9.12
 +
|5.86
 +
|1
 +
|-align="right"
 +
|6 to 8
 +
|6.48
 +
|5.5
 +
|3.36
 +
|1
 +
|-align="right"
 +
|9 to 11
 +
|4.45
 +
|3.65
 +
|1.98
 +
|1
 +
|-align="right"
 +
|12 to 13
 +
|3.18
 +
|2.49
 +
|1
 +
|1
 
|}
 
|}
 
[[Category:Commands]]
 
[[Category:Commands]]

Revision as of 04:02, 10 July 2010

The search command, which is used by pressing the [s] key, causes you to search the 8 squares surrounding you for secret doors, secret passages, hidden monsters, and hidden traps. It may require several attempts to locate many of these: New characters still have a 22% chance of missing a door after 10 times searching the same spot. Applying a stethoscope instead can speed up things significantly.

Searching will always reveal hidden or invisible monsters which are in any square adjacent to you.

Your chance of success for other forms of searching is primarily dependent on Luck.

Wielding Excalibur improves your chance of finding secret doors and secret corridors based on its enchantment. Wearing any sort of lenses also improves your chance of finding these.

No other factors affect the success rate of searching.

The automatic searching property will cause you to automatically search (just like using the command, except that it does not find monsters) every turn. Some roles can gain this as an intrinsic, and it is granted by wielding Excalibur or wearing a ring of searching.

Details

For source reference, see dosearch0 in detect.c.

Secret Doors and Passages

  • Lenses give a searching bonus of +2 if you are not blind.
  • Excalibur gives a searching bonus equal to its enchantment. (Nothing prevents this from being a penalty if Excalibur is negatively enchanted.)
  • Your bonus cannot exceed 5.
  • You will find a secret door or corridor if rnl(7-bonus) is zero.

Traps

  • You will find a trap if rnl(8) is zero.
  • This will activate statue traps (exercising wisdom), and reveal other traps.

Searching Chances

Your chances of searching success based on your current Luck and whether you are using any equipment which aids searching.

Luck Traps Secret Doors/Corridors
Normal Lenses +5 Excalibur
<-2 <0.24% <0.27% <0.38% <0.94%
-2 to 2 12% 14% 20% 50%
3 to 5 25% 28% 40% 99%
6 to 8 37% 42% 59% 99%
9 to 11 49% 56% 78% 99%
12 to 13 61% 70% 98% 99%

To find a given trap or secret door, the number of trials to be 95% certain of success:

Luck Traps Secret Doors/Corridors
Normal Lenses +5 Excalibur
<-2 <1247 <1108 <787 <317
-2 to 2 23.43 19.86 13.43 4.32
3 to 5 10.41 9.12 5.86 1
6 to 8 6.48 5.5 3.36 1
9 to 11 4.45 3.65 1.98 1
12 to 13 3.18 2.49 1 1