====== Plague Doctor NPC ====== {{ rpd:images:plaguedoctornpc_sprite.png|Plague Doctor NPC }} The Plague Doctor is an [[en:rpd:npc|NPC]] found in the [[en:rpd:town_level|town area]] of Remixed Dungeon. The NPC offers a single, straightforward quest to the player. ===== Technical Details ===== For technical implementation details, see [[mr:plague_doctor_npc|Plague Doctor NPC (Technical)]] ==== 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 [[en:rpd:rat_hide_item|Rat Hides]] to assist with his plague research. After completing this quest, the player receives a [[en:rpd:rat_armor_item|Rat Armor]] as a reward. ==== Behavior ==== * Approaches players and explains his plague research * Requests 5 [[en:rpd:rat_hide_item|Rat Hides]] to help with his research * Offers a [[en:rpd:rat_armor_item|Rat Armor]] as a reward for completing the quest * After completing the quest, will provide a [[en:rpd:medicine_mask_item|Medicine Mask]] accessory if the player hasn't completed the quest before ==== Rewards ==== * Completing the quest rewards a [[en:rpd:rat_armor_item|Rat Armor]] * Completing the quest for the first time unlocks a special [[en:rpd:medicine_mask_item|Medicine Mask]] accessory ==== Source Code References ==== * Java Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/PlagueDoctorNPC.java|PlagueDoctorNPC.java]] * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1597-L1606|PlagueDoctorNPC strings (RU)]], [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1403-L1412|PlagueDoctorNPC strings (EN)]] * Item Creation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/accessories/PlagueDoctorMask.java|PlagueDoctorMask.java]], [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/accessories/PlagueDoctorMaskHood.java|PlagueDoctorMaskHood.java]] * Quest Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/PlagueDoctorNPC.java#L129-L160|PlagueDoctorNPC.Quest class]] ==== Notes ==== * The Plague Doctor can be found in the [[en:rpd:town_level|town level]] * This NPC is associated with the [[en:rpd:doctor_class|Doctor hero class]] * The quest is simple and straightforward, requiring only [[en:rpd:rat_hide_item|rat hides]] {{tag> rpd npc quest}}