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

Both sides previous revisionPrevious revision
mr:rat_hide_item [2026/07/29 15:08] – Fix wiki compliance issues in 5 reviewed pages Botmr:rat_hide_item [2026/07/29 15:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Rat Hide Item - Code References ======
 +
 +{{ rpd:images:rat_hide_item.png|Rat Hide Item }}
 +
 +==== Java Classes ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/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
 +
 +{{tag> rpd items materials}}
  
mr/rat_hide_item.txt · Last modified: by 127.0.0.1