User Tools

Site Tools


en:rpd:amulet_of_yendor_item

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:rpd:amulet_of_yendor_item [2026/01/03 06:27] – Add comprehensive wiki documentation for compound bow, spider armor, warrior armor, and related items mikeen:rpd:amulet_of_yendor_item [2026/01/03 06:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Amulet of Yendor ======
  
 +==== Description ====
 +The Amulet of Yendor is the most coveted artifact in the dungeon. It is said that the amulet alone holds the power to rule the dungeon - or to destroy it. Obtaining this legendary artifact is the primary objective of every adventurer who enters the dungeon.
 +
 +==== Properties ====
 +  * **Item Type**: Artifact
 +  * **Rarity**: Unique
 +  * **Location**: Found at the bottom of the dungeon
 +  * **Objective**: Primary game win condition
 +
 +==== Mechanics ====
 +The Amulet of Yendor serves as the ultimate goal of the dungeon:
 +  * It can only be found at the bottom of the dungeon after defeating all the bosses
 +  * Obtaining it completes the main objective and wins the game
 +  * Once obtained, the player receives a victory message: "You finally hold it in your hands, the Amulet of Yendor. Using its power you can finally destroy the dungeon or rule it. Either way, your path to victory is now clear."
 +
 +==== Significance ====
 +The Amulet of Yendor represents the climax of the dungeon-crawling experience. It is the ultimate prize that adventurers seek, and its acquisition marks the successful completion of the dungeon. The amulet symbolizes power over the entire dungeon environment.
 +
 +==== Code References ====
 +  * Java Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Amulet.java|Amulet.java]]
 +  * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2120-L2127|strings_all.xml]]
 +
 +==== See Also ====
 +  * [[en:rpd:dungeon|Dungeon]]
 +  * [[en:rpd:bosses|Bosses]]
 +  * [[en:rpd:winning_the_game|Winning the Game]]
 +
 +{{tag> rpd items artifact quest}}