User Tools

Site Tools


rpd:plague_doctor_npc

Differences

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

Link to this comparison view

rpd:plague_doctor_npc [2025/12/23 03:00] – Update wiki pages with accurate code references and proper naming mikerpd:plague_doctor_npc [2025/12/23 03:06] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Plague Doctor NPC ======
 +
 +{{ rpd:images:plaguedoctornpc_sprite.png|Plague Doctor NPC }}
 +
 +The Plague Doctor is an NPC found in the town area of Remixed Dungeon. The NPC offers a single, straightforward quest to the player.
 +
 +==== Description ====
 +The whole body of this humpbacked person is hidden under a leather jumpsuit. Also, from him comes a bitter smell of medicine and ... garlic?
 +
 +==== Quest ====
 +The Plague Doctor's quest requires the player to bring him 5 Rat Hides to assist with his plague research. After completing this quest, the player receives a Rat Armor as a reward.
 +
 +==== Behavior ====
 +  * Approaches players and explains his plague research
 +  * Requests 5 Rat Hides to help with his research
 +  * Offers a Rat Armor as a reward for completing the quest
 +  * After completing the quest, will provide a Medicine Mask accessory if the player hasn't completed the quest before
 +
 +==== Rewards ====
 +  * Completing the quest rewards a Rat Armor
 +  * Completing the quest for the first time unlocks a special Medicine Mask accessory
 +
 +==== Source Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/PlagueDoctorNPC.java|PlagueDoctorNPC.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1457-L1466|PlagueDoctorNPC strings]]
 +
 +==== Notes ====
 +  * The Plague Doctor can be found in the town level
 +  * This NPC is associated with the [[rpd:doctor_class|Doctor hero class]]
 +  * The quest is simple and straightforward, requiring only rat hides
 +
 +{{tag> rpd npc quest}}
  
rpd/plague_doctor_npc.txt · Last modified: by 127.0.0.1