User Tools

Site Tools


en:rpd:plague_doctor_npc

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:plague_doctor_npc [2026/01/03 02:08] – Update Plague Doctor NPC page with better references and linking mikeen:rpd:plague_doctor_npc [2026/01/03 02:11] (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 [[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.
 +
 +==== 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}}
  
en/rpd/plague_doctor_npc.txt · Last modified: by 127.0.0.1