User Tools

Site Tools


mr:ice_key_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:ice_key_item [2026/01/06 23:01] – Fix wiki pages: remove missing images and update links to follow naming conventions mikemr:ice_key_item [2026/01/06 23:05] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ice Key Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/icecaves/IceKey.java|IceKey.java]] - Java implementation
 +
 +===== JSON Configuration =====
 +This entity does not appear to have JSON configuration
 +
 +===== String Resources =====
 +<code xml>
 +<string name="IceKey_Name">ice key</string>
 +<string name="IceKey_Info">This key seems to be made of ice, but it is as hard as steel.</string>
 +</code>
 +
 +<code xml>
 +<string name="IceKey_Name">ледяной ключ</string>
 +<string name="IceKey_Info">Судя по всему этот ключ сделан из льда, но твёрд как сталь.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:ice_key_item|Ice Key]]
  
mr/ice_key_item.txt · Last modified: by 127.0.0.1