====== 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):
ice key
This key seems to be made of ice, but it is as hard as steel.
Russian (values-ru/strings_all.xml):
ледяной ключ
Судя по всему этот ключ сделан из льда, но твёрд как сталь.
===== 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