User Tools

Site Tools


mr:pseudo_amulet_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:pseudo_amulet_item [2026/02/21 07:01] – Fix wiki standards compliance for 5 random pages Qwen Assistantmr:pseudo_amulet_item [2026/02/21 07:05] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 =====
 +<code xml>
 +<string name="Amulet_Name">Amulet of Yendor</string>
 +<string name="Amulet_Info">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.</string>
 +</code>
 +
 +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]]