User Tools

Site Tools


mr: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:amulet_item [2025/12/19 07:14] – Wiki maintenance: Update and create pages with accurate code references mikemr:amulet_item [2025/12/19 07:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Amulet of Yendor - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Amulet.java|Amulet.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 coveted artifact in the dungeon. It is said that the amulet alone holds the power to rule the dungeon - or to destroy it.</string>
 +<string name="Amulet_Aliases">Amulet, Yendor</string>
 +<string name="Amulet_Desc">The Amulet of Yendor is the most coveted artifact in the dungeon. It is said that the amulet alone holds the power to rule the dungeon - or to destroy it.</string>
 +<string name="Amulet_Win">You finally hold it in your hands, the Amulet of Yendor. Using its power you can finally destroy the dungeon or rule it. Either way, your path to victory is now clear.</string>
 +<string name="Amulet_Win2">You finally hold it in your hands, the Amulet of Yendor. Using its power you can finally destroy the dungeon or rule it. Either way, your path to victory is now clear.</string>
 +<string name="Amulet_Win3">You finally hold it in your hands, the Amulet of Yendor. Using its power you can finally destroy the dungeon or rule it. Either way, your path to victory is now clear.</string>
 +<string name="Amulet_Win4">You finally hold it in your hands, the Amulet of Yendor. Using its power you can finally destroy the dungeon or rule it. Either way, your path to victory is now clear.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists