User Tools

Site Tools


mr:rat_hide_item

Differences

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

Link to this comparison view

mr:rat_hide_item [2025/12/24 19:51] – Update MR namespace pages: fix incorrect information and add accurate details from code mikemr:rat_hide_item [2025/12/24 19:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Rat Hide Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/RatHide.java|RatHide.java]]
 +
 +===== JSON Configuration =====
 +This entity does not appear to have dedicated JSON configuration
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="RatHide_Name">rat hide</string>
 +<string name="RatHide_Info">A small, filthy piece of flesh and fur. Can these actually be of use to someone?</string>
 +''</code>''
 +
 +===== Class Implementation Details =====
 +  * **Image File**: items/artifacts.png
 +  * **Image Index**: 23
 +  * **Stackable**: true
 +  * **Identified**: true (always identified)
 +  * **Upgradable**: false (not upgradable)
 +  * **Usage**: Used by PlagueDoctorNPC and in various game systems
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/rat_hide_item.txt · Last modified: (external edit)