mr:wnd_priest
Differences
This shows you the differences between two versions of the page.
| mr:wnd_priest [2026/09/06 06:29] – Fix red links: add mr:shaman_subclass, mr:wnd_priest, and pt:rpd:prison_level pages Wiki Maintenance | mr:wnd_priest [2026/09/06 06:33] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Wnd Priest Window - Code References ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | ==== Entity Information ==== | ||
| + | * **Entity Kind:** WndPriest | ||
| + | * **Type:** window | ||
| + | * **Namespace: | ||
| + | * **Related NPC:** HealerNPC | ||
| + | |||
| + | ==== Java Classes ==== | ||
| + | * [[https:// | ||
| + | * **Related NPC:** [[https:// | ||
| + | |||
| + | ==== Code Implementation ==== | ||
| + | <code java> | ||
| + | // File: RemixedDungeon/ | ||
| + | public class WndPriest extends WndBag { | ||
| + | | ||
| + | public WndPriest(HealerNPC priest, Hero hero) { | ||
| + | super(priest); | ||
| + | // Setup healing services interface | ||
| + | } | ||
| + | | ||
| + | // Provides healing services: | ||
| + | // - Heal HP | ||
| + | // - Cure debuffs (poison, burning, etc.) | ||
| + | // - Remove hunger | ||
| + | // - Identify items | ||
| + | } | ||
| + | |||
| + | ==== Services Provided ==== | ||
| + | * **HP Healing:** Restores hero's health | ||
| + | * **Debuff Removal:** Cures poison, burning, bleeding, and other negative effects | ||
| + | * **Hunger Relief:** Satisfies hunger | ||
| + | * **Item Identification: | ||
| + | |||
| + | ==== Usage in Code ==== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ==== String Resources ==== | ||
| + | * **Window Title**: R.string.WndPriest_Title | ||
| + | * **Service Options**: Various strings for healing, curing, identifying | ||
| + | * **English**: | ||
| + | * **Russian**: | ||
| + | |||
| + | ==== Related mr Entities ==== | ||
| + | * [[mr: | ||
| + | * [[mr: | ||
| + | |||
| + | {{tag> rpd windows machine_readable npc priest healing}} | ||
mr/wnd_priest.txt · Last modified: by 127.0.0.1
