mr:plague_doctor_mask_item
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:plague_doctor_mask_item [2026/03/07 02:07] – Wiki standards compliance: Enhance mr: namespace page and expand Russian page for 5 random pages Qwen Assistant | mr:plague_doctor_mask_item [2026/03/07 02:10] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Plague Doctor Mask Item - Code References ====== | ||
| + | |||
| + | {{ rpd: | ||
| + | |||
| + | **Plague Doctor Mask** is an accessory item (artifact) in Remixed Dungeon that provides immunity to gases when equipped. It is obtained through the Plague Doctor NPC quest. | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | * **Main Class:** [[https:// | ||
| + | * **Parent Class:** [[https:// | ||
| + | * **Related NPC:** [[https:// | ||
| + | * **Related Item (Hood variant):** [[https:// | ||
| + | |||
| + | ===== Java Implementation Details ===== | ||
| + | * **Image Index:** 23 (in artifacts sprite sheet) | ||
| + | * **coverFacialHair: | ||
| + | * **coverHair: | ||
| + | * **nonIap(): | ||
| + | * **haveIt(): | ||
| + | * **Equipment Slot:** Artifact slot | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | This item is configured through Lua scripting rather than JSON configuration files. | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | * **English: | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | * **Russian: | ||
| + | * **Other Languages: | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | * **Item Script:** [[https:// | ||
| + | * **NPC Script:** [[https:// | ||
| + | |||
| + | ===== Lua Implementation Details ===== | ||
| + | * **Price:** 20 gold | ||
| + | * **Image:** Index 26 in items/ | ||
| + | * **Equipment Slot:** RPD.Slots.artifact | ||
| + | * **Effect on Equip:** Grants permanent " | ||
| + | * **Effect on Unequip:** Removes " | ||
| + | |||
| + | ===== Related Entities ===== | ||
| + | * **PlagueDoctorMaskHood: | ||
| + | * **PlagueDoctorNPC: | ||
| + | * **GasesImmunity: | ||
| + | * **Doctor Quest:** Quest line to obtain this item | ||
| + | |||
| + | ===== Badge Requirement ===== | ||
| + | * **Badge:** DOCTOR_QUEST_COMPLETED | ||
| + | * **Badge Class:** [[https:// | ||
| + | |||
| + | ===== Game Integration ===== | ||
| + | * **Dungeon.java: | ||
| + | * **Journal.java: | ||
| + | * **HeroClass.java: | ||
| + | |||
| + | ===== See Also ===== | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
mr/plague_doctor_mask_item.txt · Last modified: by 127.0.0.1
