====== 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 ===== rat hide A small, filthy piece of flesh and fur. Can these actually be of use to someone? ===== 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