Pair of lenses
| ( | |
|---|---|
| Name | pair of lenses |
| Appearance | pair of lenses |
| Base price | 80 zm |
| Weight | 3 |
| Material | glass |
| Monster use | Will not be used by monsters. |
A pair of lenses, or simply lenses, is a type of tool that appears in NetHack. It is made of glass.
The pair of lenses are the base item for The Eyes of the Overworld, the Monk quest artifact.
Contents
Generation
Pairs of lenses make up 1⁄200 (0.5%) of all tools that are randomly generated on the ground, in general shops or as death drops. Hardware stores can also stock pairs of lenses.
Description
A hero can use a pair of lenses by applying them, and can also put on or remove lenses using the associated commands. Lenses are worn on the face, and cannot be worn at the same time as a blindfold or a towel. Cursed lenses cannot be removed normally. Monsters will not use this item.
Lenses are fragile and will break if they are thrown or dropped from a great enough height (e.g. while levitating), and a force bolt spell or a zapped wand of striking will destroy any lenses in the path of the beam.
While worn, a pair of lenses has a few effects:
- Worn lenses block the blinding effect of the raven's claw attack and blinding venom from spitting attacks, though they do not prevent cream pies or other sources of blindness from affecting the hero.[1][2]
- They improve the hero's luck-based odds of finding secret doors and secret corridors when searching, if the hero is not blind.[3][4][5]
- They increase the hero's chances of successfully reading a spellbook by 10%, while reducing the time taken reading by 1⁄3.[6][7]
If the hero applies a cursed towel while wearing a non-cursed pair of lenses, they have a 1⁄3 chance of pushing those lenses off their face.[8]
The following information pertains to an upcoming version (NetHack 3.7.0). If this version is now released, please verify that the information below is still accurate, then update the page to incorporate it.
Per commit a13d6c03, a hero cannot wear lenses if they are polymorphed into a headless monster.History
The pair of lenses first appears in NetHack 3.3.0, where it is introduced alongside the Monk role, and it is adapted from a dedicated patch via commit 28975c66 and commit 53117c71. In this version, a pair of cursed lenses is considered a major trouble when successfully praying to the hero's deity—this is changed in NetHack 3.3.1.
Messages
- You push your lenses off.
- You applied a cursed towel to your face while wearing lenses, causing them to fall off.
- You push your lenses <cock-eyed/crooked>.
- As above, but the lenses are also cursed and will not come off.
Variants
dNetHack
In dNetHack, notdNetHack and notnotdNetHack, lenses are tiny by default and the hero can only wear them if they are the proper size for the hero's current form.
Twoflower is always generated with a blessed pair of lenses.
The Monk quest artifact is changed from NetHack: it is renamed slightly to The Eye of the Overworld, and its base item is a soul-lens.
FIQHack
In FIQHack, a pair of lenses grants automatic searching while worn in addition to its base properties.[9]
SpliceHack
In SpliceHack, a pair of lenses can be created at a furnace by combining a crystal ball and a towel.
SlashTHEM
In SlashTHEM, Hackers start the game with a pair of lenses.
Hack'EM
In Hack'EM, upgrading a pair of lenses successfully will produce a pair of goggles and vice-versa.
References
- ↑ src/mondata.c in NetHack 3.6.7, line 222: checks for face coverage against blinding venom
- ↑ src/mondata.c in NetHack 3.6.7, line 242: checks for face coverage against blinding attacks
- ↑ src/detect.c in NetHack 3.6.7, line 1719: bonus from lenses
- ↑ src/detect.c in NetHack 3.6.7, line 1732-L1739: odds for searching out a secret door
- ↑ src/detect.c in NetHack 3.6.7, line 1740-L1748: odds for searching out a secret passage
- ↑ src/spell.c in NetHack 3.6.7, line 348
- ↑ src/spell.c in NetHack 3.6.7, line 534
- ↑ src/apply.c in NetHack 3.6.7, line 122-L138
- ↑ https://github.com/k21971/FIQHack/blob/master/libnethack/src/objects.c#L626