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/02/21 18:53] – Improve mr: namespace pages and fix wiki standards compliance Qwen Assistantmr:ice_key_item [2026/02/21 18:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ice Key Item - Code References ======
 +
 +{{ rpd:images:ice_key_item.png|Ice Key }}
 +
 +===== 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 =====
 +English (values/strings_all.xml):
 +<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>
 +
 +Russian (values-ru/strings_all.xml):
 +<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
 +
 +===== Item Mechanics =====
 +  * **Type**: Key item
 +  * **Image**: items/artifacts.png, index 22
 +  * **Pre-identified**: Yes (always identified)
 +  * **Bag**: Keyring (stored in keyring bag)
 +  * **Stackable**: No (default for Item class)
 +  * **Location**: Ice Caves level
 +
 +===== Related mr: Entities =====
 +  * [[mr:ice_guardian_core_mob|Ice Guardian Core]]
 +  * [[mr:ice_guardian_core_module_item|Ice Guardian Core Module]]
 +  * [[mr:caged_kobold_mob|Caged Kobold NPC]]
 +  * [[mr:ice_caves_level|Ice Caves Level]] - Where this key is found
  
mr/ice_key_item.txt · Last modified: by 127.0.0.1