====== Amulet of Yendor - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Amulet.java|Amulet.java]] - Main item class; removes `AC_THROW`/`AC_DROP`, adds `AC_END`, always identified, not upgradable * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/scenes/AmuletScene.java|AmuletScene.java]] - Victory scene shown on pickup; displays `AmuletScene_Txt` text and the WIN button (`AmuletScene_Exit` / `AmuletScene_Stay`) * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L243|ItemFactory.java]] - Registers `Amulet.class` in the item map ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== Amulet of Yendor The Amulet of Yendor is the most powerful known artifact of unknown origin. It is said that the amulet is able to fulfill any wish if its owner\'s will-power is strong enough to \"persuade\" it to do it. END THE GAME You finally hold it in your hands, the Amulet of Yendor. Using its power you can take over the world or bring peace and prosperity to people or whatever. Anyway, your life will change forever and this game will end here. Or you can stay a mere mortal a little longer. Let\'s call it a day I\'m not done yet ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:scroll_of_magic_mapping_item|Scroll of Magic Mapping (Item)]] - Other basic items in the same code area