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
Next revision
Previous revision
mr:rat_hide_item [2025/12/25 18:23] – auto lint fix Mikhaelmr:rat_hide_item [2025/12/25 18:24] (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