Difference between revisions of "Cheap plastic imitation of the Amulet of Yendor"

From NetHackWiki
Jump to navigation Jump to search
(note on identification)
Line 5: Line 5:
 
   |cost=0
 
   |cost=0
 
}}
 
}}
The '''cheap plastic imitation of the Amulet of Yendor''' is an [[amulet]] that exists solely to confuse you. It has a 50% chance of being generated on the [[Rogue level]] <ref>[[extralev.c#line340]]</ref> (this one will be pre-identified as a fake), a 50% chance of being in the inventory of a [[double trouble|double-troubled]] [[Wizard of Yendor]] when you don't have the amulet (0% when you do) <ref>[[wizard.c#line401]]</ref>, and player monsters on the [[Astral plane]] all carry one <ref>[[mplayer.c#line147]]</ref> (that's why they're stuck there).  Every CPIoAoY initially displays as an "[[Amulet of Yendor]]", and must be individually identified to reveal its true nature.
+
The '''cheap plastic imitation of the Amulet of Yendor''' is an [[amulet]] that exists solely to confuse you. It has a 50% chance of being generated on the [[Rogue level]] <ref>[[extralev.c#line340]]</ref> (this one will be pre-identified as a fake), a 50% chance of being in the inventory of a [[double trouble|double-troubled]] [[Wizard of Yendor]] when you don't have the amulet (0% when you do) <ref>[[wizard.c#line401]]</ref>, and player monsters on the [[Astral plane]] all carry one <ref>[[mplayer.c#line147]]</ref> (that's why they're stuck there).   
 +
Wishing for the Amulet of Yendor also gives you the plastic imitation.
 +
Every CPIoAoY initially displays as an "[[Amulet of Yendor]]", and must be individually identified to reveal its true nature.
  
 
If the real Amulet is left in a bones file, it gets converted to a fake amulet when the file is loaded <ref>[[bones.c#line98]]</ref>.
 
If the real Amulet is left in a bones file, it gets converted to a fake amulet when the file is loaded <ref>[[bones.c#line98]]</ref>.

Revision as of 20:10, 10 October 2007

" Amulet of Yendor.png
Name cheap plastic
imitation of the
Amulet of Yendor
Appearance Amulet of Yendor
Base price 0 zm
Weight 20

The cheap plastic imitation of the Amulet of Yendor is an amulet that exists solely to confuse you. It has a 50% chance of being generated on the Rogue level [1] (this one will be pre-identified as a fake), a 50% chance of being in the inventory of a double-troubled Wizard of Yendor when you don't have the amulet (0% when you do) [2], and player monsters on the Astral plane all carry one [3] (that's why they're stuck there). Wishing for the Amulet of Yendor also gives you the plastic imitation. Every CPIoAoY initially displays as an "Amulet of Yendor", and must be individually identified to reveal its true nature.

If the real Amulet is left in a bones file, it gets converted to a fake amulet when the file is loaded [4].

It has no effect when worn. It can be considered one of the most useless items, next to iron chains. However, it can be polymorphed into a more useful amulet.

If not identified, the cheap plastic imitation can be distinguished from the real Amulet of Yendor by trying to put it into a container: the real amulet will resist.

Source code references