====== Pseudo Amulet Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/guts/PseudoAmulet.java|PseudoAmulet.java]] * Used in: FakeLastLevel.java ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== Amulet of Yendor The Amulet of Yendor is the most famous and powerful artifact of unknown origin. It is said that the amulet can fulfill any wish if the owner's willpower is strong enough to \"persuade\" it to do so. Note: PseudoAmulet uses the standard Amulet string resources (Amulet_Name, Amulet_Info) from the game's string files. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:guts_level|Guts Level]]