mr:plague_doctor_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:plague_doctor_mob [2026/02/25 18:10] – Fix wiki standards compliance for 5 random pages Qwen Assistant | mr:plague_doctor_mob [2026/02/25 18:14] (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 hostile mob in the game. The Plague Doctor is implemented as an NPC, not a hostile mob. | ||
| + | * [[https:// | ||
| + | * **Note**: The entity kind is " | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This entity does not exist as a mob in the game. No JSON configuration exists for a Plague Doctor mob. | ||
| + | * NPC placement is defined in TiledMaps: [[https:// | ||
| + | * Sprite configuration: | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity does not exist as a mob in the game. The Plague Doctor NPC quest system is implemented via Lua. | ||
| + | * [[https:// | ||
| + | |||
| + | ===== Related mr Entities ===== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | ===== Additional Information ===== | ||
| + | * **Entity Type**: NPC (non-player character), not a hostile mob | ||
| + | * **Location**: | ||
| + | * **Quest Giver**: Yes - provides rat hide quest | ||
| + | * **Hostile**: | ||
| + | * **Related Mobs**: Rats (quest target) | ||
| + | * **Implementation Pattern**: Uses ImmortalNPC base class for unkillable behavior | ||
mr/plague_doctor_mob.txt · Last modified: by 127.0.0.1
