====== Priest Vestments ====== {{ rpd:images:hero_PRIEST.png|Priest Vestments }} The **Priest Vestments** (internal name: Priest Armor) is the class-specific armor for the [[en:rpd:priest_class|Priest]] class in Remixed Pixel Dungeon. It's designed to support the Priest's healing and purification abilities. ==== Description ==== Like other class armors, the Priest Vestments have unique special abilities accessible through the Special action. However, the current implementation of the Priest Vestments is a placeholder with no special ability implemented. ==== Special Ability ==== Currently, the Priest Vestments have no implemented special ability: * The special() method returns an empty string * The doSpecial() method is empty and performs no action ==== Implementation Notes ==== The Priest Vestments class serves as a placeholder for future implementation. While it extends ClassArmor like other class armors, its special abilities have not yet been programmed. ==== Content Verification ==== * Information source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/armor/PriestArmor.java|PriestArmor.java]] * Implementation details: Based on code analysis of PriestArmor.java ==== Class Restriction ==== This armor can only be effectively used by the Priest class. If worn by other classes, it may not function properly. ==== See Also ==== * [[en:rpd:priest_class|Priest Class]] * [[en:rpd:class_armor|Class Armor Abilities]] * [[en:rpd:armor|Armor]] * [[en:rpd:items|Items]] {{tag> rpd items armor class_armor priest}}