Difference between revisions of "Invisible item"

From NetHackWiki
Jump to navigation Jump to search
(Info dump from source dive. Invisible items are not completely useless after all.)
Line 2: Line 2:
 
Items are rarely generated invisible, so you will not encounter many of them.
 
Items are rarely generated invisible, so you will not encounter many of them.
 
Without the [[see invisible]] intrinsic, you will only find them in containers, or by walking over them.
 
Without the [[see invisible]] intrinsic, you will only find them in containers, or by walking over them.
The other way to get invisible items is to dip any item into a [[potion of invisibility]] or zap it with a [[wand of make invisible]].
+
The other way to get invisible items is to dip any item into a [[potion of invisibility]] or zap it with a [[wand of make invisible]]. Dipping any invisible item into a [[potion of see invisible]] or cancelling it makes it visible again.
Dipping any invisible item into a [[potion of see invisible]] makes it visible again.
 
  
Invisible items function otherwise identically to their visible counterparts.
+
Invisible items mostly function otherwise identically to their visible counterparts, with a few exceptions. A blindfold or towel will still blind you even if you can't see the the item. A mirror will not function if the affected cannot see the item. Invisible items cannot be read if you cannot see invisible <!-- The same constraint doesn't appear to exist for monsters, but it doesn't make a big difference as they can't pick up invisible scrolls, only be generated with them -->. Invisible items cannot be stolen by a monster that cannot see invisible<ref>{{sourcecode|steal.c|277|version=SLASH'EM 0.0.7E7F2}}</ref> (and no monster with a theft attack can see invisible), with the exception of invisible body armor or a cloak worn on top of a visible [[t-shirt]] or body armor. The [[disarm]] technique cannot be used if you cannot see the target's weapon. An invisible weapon has a +3 to-hit bonus against monsters that can't see invisible.
Note that contrary to intuition, this currently includes [[blindfold]]s, [[towel]]s and [[mummy wrapping]]s.
 
  
If an invisible monster is killed, the corpse will be created invisible.
+
Monsters will not pick up invisible objects if they cannot see invisible<ref>{{sourcecode|mon.c|1025|version=SLASH'EM 0.0.7E7F2}}</ref>, however this does not prevent them from moving to the item. The result is that they stand on top of the item trying to pick it up but failing to do so because they cannot see it.
 +
 
 +
There is a 1 in 1250 chance that a randomly generated item will be created invisible<ref>{{sourcecode|mkobj.c|683|version=SLASH'EM 0.0.7E7F2}}</ref>. The wand of wishing in the [[Castle]] is always invisible, however as it is also in a container it is never a problem to find the wand. Mummy wrappings and coins can never be made invisible<ref>{{sourcecode|obj.h|145|version=SLASH'EM 0.0.7E7F2}}</ref>, and sokoban boulders will never be generated invisible. Potions of see invisible can still be made invisible. If an invisible monster is killed, the corpse will be created invisible, however the statue of an invisible monster will not be created invisible.
  
 
== Messages ==
 
== Messages ==
Line 25: Line 25:
 
| Invisible item dipped into potion of see invisible.
 
| Invisible item dipped into potion of see invisible.
 
|}
 
|}
 +
 +
==References==
 +
<references />
  
 
{{se-stub}}
 
{{se-stub}}

Revision as of 14:26, 20 April 2011

Items in SLASH'EM may be invisible. Items are rarely generated invisible, so you will not encounter many of them. Without the see invisible intrinsic, you will only find them in containers, or by walking over them. The other way to get invisible items is to dip any item into a potion of invisibility or zap it with a wand of make invisible. Dipping any invisible item into a potion of see invisible or cancelling it makes it visible again.

Invisible items mostly function otherwise identically to their visible counterparts, with a few exceptions. A blindfold or towel will still blind you even if you can't see the the item. A mirror will not function if the affected cannot see the item. Invisible items cannot be read if you cannot see invisible . Invisible items cannot be stolen by a monster that cannot see invisible[1] (and no monster with a theft attack can see invisible), with the exception of invisible body armor or a cloak worn on top of a visible t-shirt or body armor. The disarm technique cannot be used if you cannot see the target's weapon. An invisible weapon has a +3 to-hit bonus against monsters that can't see invisible.

Monsters will not pick up invisible objects if they cannot see invisible[2], however this does not prevent them from moving to the item. The result is that they stand on top of the item trying to pick it up but failing to do so because they cannot see it.

There is a 1 in 1250 chance that a randomly generated item will be created invisible[3]. The wand of wishing in the Castle is always invisible, however as it is also in a container it is never a problem to find the wand. Mummy wrappings and coins can never be made invisible[4], and sokoban boulders will never be generated invisible. Potions of see invisible can still be made invisible. If an invisible monster is killed, the corpse will be created invisible, however the statue of an invisible monster will not be created invisible.

Messages

Message What happened
"You feel here a foo." Walked over an invisible item.
"Where did the foo go?" Visible item dipped into potion of invisibility.
"So that's where the foo went!" Invisible item dipped into potion of see invisible.

References

This page is a SLASH'EM related stub. Should you wish to do so, you can contribute by expanding this page.