User Tools

Site Tools


mr:pseudo_amulet_item

Pseudo Amulet Item - Code References

Java Classes

  • 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

<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>

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

mr/pseudo_amulet_item.txt · Last modified: by 127.0.0.1