User Tools

Site Tools


en:rpd:ice_key

Differences

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

Link to this comparison view

en:rpd:ice_key [2026/01/01 19:45] – namespace move Mikeen:rpd:ice_key [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ice Key ======
  
 +{{ rpd:images:icekey_sprite.png|Ice Key }}
 +
 +==== Stats ====
 +  * **Rarity**: Special
 +  * **Weight**: 1
 +  * **Slot**: [[en:rpd:keyring_item|Keyring]]
 +  * **Identified**: Yes (always identified)
 +
 +==== Description ====
 +This key seems to be made of ice, but it is as hard as steel. The Ice Key is a special key used to access frozen areas and special rooms in Remixed Dungeon.
 +
 +==== Usage ====
 +  * Opens ice-themed locked doors and barriers
 +  * Required for the [[en:rpd:caged_kobold_npc|Caged Kobold]] quest in the Ice Caves
 +  * Used with the [[en:rpd:candle_of_visions|Candle of Visions]] quest item
 +
 +==== Acquisition ====
 +  * Exclusively dropped by the [[en:rpd:ice_guardian_core_mob|Ice Guardian Core]] boss in the [[en:rpd:ice_caves|Ice Caves]]
 +  * Only obtainable once per game as it's used for a specific quest
 +
 +==== Special Notes ====
 +  * Unique to the [[en:rpd:ice_caves|Ice Caves]] area
 +  * Required for completing the Caged Kobold quest
 +  * Unlike regular keys, this key has special quest significance
 +  * Stored in the [[en:rpd:keyring_item|Keyring]] slot, not regular inventory
 +
 +==== Content Verification ====
 +  * **Information Source**: Java class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/icecaves/IceKey.java|IceKey.java]]
 +  * **Stats Verification**: Properties extracted from the IceKey class and string resources
 +  * **Effect Description**: Based on code analysis and string resources
 +  * **String Resources**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1059-L1060|IceKey_Name and IceKey_Info in strings_all.xml]]
 +  * **Last Updated**: Verified against source code
 +
 +==== Source Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/icecaves/IceKey.java|IceKey.java]] - Java implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1059-L1060|strings_all.xml]] - String resources for name and description
 +
 +{{tag> rpd items ice_key special boss_drop quest}}