User Tools

Site Tools


rpd:rat_hide_item

Differences

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

Link to this comparison view

rpd:rat_hide_item [2025/12/24 19:50] – Add Rat Hide item page: create public-facing page for rat hide item with accurate information from code mikerpd:rat_hide_item [2025/12/24 19:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Rat Hide ======
  
 +{{ rpd:images:rat_hide_item.png|Rat Hide }}
 +
 +The **Rat Hide** is a common item in Remixed Dungeon that serves as a basic crafting material.
 +
 +==== Item Overview ====
 +  * **Type:** Crafting Material
 +  * **Rarity:** Common
 +  * **Special Effect:** Used in various crafting recipes
 +  * **Usage:** Crafting and quest item
 +
 +==== Description ====
 +A small, filthy piece of flesh and fur from a rat. While seemingly useless at first glance, it can actually be of use to someone with the right knowledge. The item is stackable and always identified from the start.
 +
 +==== Mechanics ====
 +  * **Stackable:** Yes - can be stacked with other rat hides
 +  * **Identified:** Always identified (no need to identify)
 +  * **Upgradable:** No - cannot be upgraded
 +  * **Image:** From items/artifacts.png, index 23
 +
 +==== Usage ====
 +  * Used by the Plague Doctor NPC in various interactions and quests
 +  * Used in certain crafting and transmutation recipes
 +  * Can be used as a basic ingredient in alchemy
 +
 +==== Obtaining ====
 +  * Dropped by various rat-type enemies throughout the dungeon
 +  * Found in containers and special rooms, though rarely
 +  * Available in shops (when not identified - though it's always identified anyway)
 +
 +==== Related Items ====
 +  * [[rpd:black_rat_mob|Rats]] - The enemies that drop rat hides
 +  * [[rpd:plague_doctor_npc|Plague Doctor]] - NPC that uses rat hides in interactions
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/RatHide.java|RatHide.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/PlagueDoctorNPC.java|PlagueDoctorNPC.java]] (uses rat hides)
 +
 +{{tag> rpd items crafting materials }}