User Tools

Site Tools


mr: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
mr:plague_doctor_npc [2026/01/20 10:12] – Add missing mr: namespace page for plague doctor and link to it from main page mikemr:plague_doctor_npc [2026/01/20 10:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Plague Doctor NPC - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/npc/PlagueDoctorNPC.java|PlagueDoctorNPC.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="PlagueDoctorNPC_Name">plague doctor</string>
 +<string name="PlagueDoctorNPC_Gender">masculine</string>
 +<string name="PlagueDoctorNPC_Name_Objective">plague doctor</string>
 +<string name="PlagueDoctorNPC_Desc">The whole body of this humpbacked person is hidden under a leather jumpsuit. Also, from him comes a bitter smell of medicine and ... garlic?</string>
 +<string name="PlagueDoctorNPC_Quest_Start_Male">Bah! Can you believe it?! Those idiots still haven\'t realized how dangerous this damn sewer is! Like guards and adventurers can protect the town from anything. Hah! No weapon can stop the disease from spreading. But I need evidence, maybe you can help me with that? Bring me %d rat hides, so that I can do some additional tests.</string>
 +<string name="PlagueDoctorNPC_Quest_Start_Female">Bah! Can you believe it?! Those idiots still haven\'t realized how dangerous this damn sewer is! Like guards and adventurers can protect the town from anything. Hah! No weapon can stop the disease from spreading. But I need evidence, maybe you can help me with that? Bring me %d rat hides, so that I can do some additional tests.</string>
 +<string name="PlagueDoctorNPC_Quest_Reminder">Bring me %d rat hides.</string>
 +<string name="PlagueDoctorNPC_Quest_End">Ah, thank you, I hope these will have some trace of disease. Previous examples were absolutely harmless. So I made this for you while I was waiting for new samples.</string>
 +<string name="PlagueDoctorNPC_After_Quest">I\'ll show them, I\'ll show them all!</string>
 +<string name="Journal_PlagueDoctorNPC">Plague doctor</string>
 +<string name="PlagueDoctorNPC_After_Quest_2">You are still here? Here! Take this.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:rat_hide_item|Rat Hide (Item)]]
 +  * [[mr:rat_armor_item|Rat Armor (Item)]]
 +  * [[mr:medicine_mask_item|Medicine Mask (Item)]]
 +  * [[mr:doctor_class|Doctor (Class)]]
mr/plague_doctor_npc.txt · Last modified: by 127.0.0.1