mr:pseudo_amulet_item
Differences
This shows you the differences between two versions of the page.
| 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 Assistant | mr: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:// | ||
| + | * Used in: FakeLastLevel.java | ||
| + | * Package: com.nyrds.pixeldungeon.items.guts | ||
| + | * Extends: Item | ||
| + | |||
| + | ===== Behavior ===== | ||
| + | * **Type**: Quest/Fake item | ||
| + | * **Purpose**: | ||
| + | * **Pick Action**: When picked up, spawns a " | ||
| + | * **Implementation**: | ||
| + | * **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=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | Note: PseudoAmulet reuses the standard Amulet string resources (Amulet_Name, | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/pseudo_amulet_item.txt · Last modified: by 127.0.0.1
