User Tools

Site Tools


en:rpd:priest_armor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:rpd:priest_armor [2026/01/01 19:45] – namespace move Mikeen:rpd:priest_armor [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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}}