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

Both sides previous revisionPrevious revision
en:rpd:priest_armor [2026/02/06 04:44] – Fix wiki pages based on standards compliance review - Rename class_armor.txt to class_armor_item.txt to follow proper naming convention - Remove duplicate shuriken.txt (keeping shuriken_item.txt) - Update beehive_mob.txt image reference and fix tag format mikeen:rpd:priest_armor [2026/02/06 04:45] (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_item|Class Armor Abilities]]
 +  * [[en:rpd:armor|Armor]]
 +  * [[en:rpd:items|Items]]
 +
 +{{tag> rpd items armor class_armor priest}}
en/rpd/priest_armor.txt · Last modified: by 127.0.0.1