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/03/16 18:25] – Wiki maintenance: Fix broken links and enhance mr: namespace page Qwen Assistantmr:pseudo_amulet_item [2026/03/16 18:28] (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
 +  * Package: com.nyrds.pixeldungeon.items.guts
 +  * Extends: Item
 +
 +===== Behavior =====
 +  * **Type**: Quest/Fake item
 +  * **Purpose**: Mimics the Amulet of Yendor to spawn a mimic ambush
 +  * **Pick Action**: When picked up, spawns a "MimicAmulet" mimic at the player's position
 +  * **Implementation**: Uses CharUtils.tryToSpawnMimic() to create the ambush
 +  * **Sprite**: Uses ItemSpriteSheet.AMULET (same as real Amulet)
 +
 +===== 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 reuses 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]]
 +  * [[mr:amulet_item|Amulet Item]]
 +  * [[mr:mimic_mob|Mimic Mob]]
  
mr/pseudo_amulet_item.txt · Last modified: by 127.0.0.1