User Tools

Site Tools


mr:plague_doctor_mob

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_mob [2026/02/15 08:17] – Update mr namespace pages with accurate code references Qwen Assistantmr:plague_doctor_mob [2026/02/15 08:21] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Plague Doctor Mob - Code References ======
 +
 +===== Java Classes =====
 +This entity does not exist as a mob in the game. The Plague Doctor is implemented as an NPC, not a hostile mob.
 +  * See: [[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 does not exist as a mob in the game. No JSON configuration exists for a Plague Doctor mob.
 +
 +===== String Resources =====
 +<code xml>
 +<string name="PlagueDoctorNPC_Name">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>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity does not exist as a mob in the game. The Plague Doctor NPC quest system is implemented via Lua.
 +  * See: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/scripts/npc/PlagueDoctor.lua|PlagueDoctor.lua]]
 +
 +===== Related mr Entities =====
 +  * [[mr:plague_doctor_npc|Plague Doctor (NPC)]]
  
mr/plague_doctor_mob.txt · Last modified: by 127.0.0.1