User Tools

Site Tools


rpd:warden_armor_item

Differences

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

Link to this comparison view

rpd:warden_armor_item [2025/12/25 07:18] – Add new warden_armor_item.txt page with comprehensive information about Warden armor mikerpd:warden_armor_item [2025/12/25 07:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Warden Armor ======
  
 +{{ rpd:images:huntress_armor_item.png|Warden Armor }}
 +
 +The **Warden Armor** is a unique armor set specifically for the [[rpd:warden_subclass|Warden]] subclass of the [[rpd:huntress_class|Huntress]]. It is made of rare deep moss and provides special abilities related to terrain manipulation.
 +
 +==== Description ====
 +This armor is made of rare deep moss. It's light and durable, and allows the hero to move at full speed despite the weight of the armor. The Warden is the only one who can properly use this armor.
 +
 +==== Properties ====
 +  * **Armor Type:** Special armor for Warden subclass only
 +  * **Requirements:** Can only be equipped by the [[rpd:warden_subclass|Warden]] subclass
 +  * **Special Ability:** Allows for terrain manipulation related abilities
 +  * **Movement Speed:** Maintains full speed despite armor weight
 +  * **Material:** Rare deep moss
 +
 +==== Acquisition ====
 +  * Typically obtained as a reward for completing specific challenges as the Huntress class
 +  * Unlocked when reaching the [[rpd:warden_subclass|Warden]] subclass
 +  * May appear in certain [[rpd:chests|chests]] or [[rpd:shops|shops]] at advanced levels
 +
 +==== Special Abilities ====
 +As the [[rpd:warden_subclass|Warden]] subclass armor, the Warden Armor enables terrain manipulation abilities:
 +  * Enhanced interaction with environmental elements
 +  * Possible bonuses when fighting in natural environments
 +  * Increased efficiency of trap detection and avoidance
 +
 +==== Restrictions ====
 +  * Cannot be equipped by any other hero class or subclass
 +  * If equipped by a non-Warden character, the armor will unequip itself with a warning
 +  * Hero must be [[rpd:warden_subclass|Warden]] subclass to maintain equipment
 +
 +==== Strategy ====
 +  * Essential equipment for maximizing the [[rpd:warden_subclass|Warden]] subclass potential
 +  * Combined with Warden's natural abilities, provides excellent mobility and terrain control
 +  * Particularly effective when using plant-based mechanics and environmental interactions
 +
 +==== Code Reference ====
 +  * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/WardenArmor.java|WardenArmor.java]]
 +  * Parent Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/HuntressArmor.java|HuntressArmor.java]]
 +  * String Resources (EN): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2698-L2700|HuntressArmor_Name, HuntressArmor_Info, HuntressArmor_NotHuntress]]
 +  * String Resources (RU): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2896-L2898|HuntressArmor_Name, HuntressArmor_Info, HuntressArmor_NotHuntress]]
 +
 +==== Related ====
 +  * [[rpd:huntress_class|Huntress Class]] - The main class that can access this armor
 +  * [[rpd:warden_subclass|Warden Subclass]] - The subclass required to use this armor
 +  * [[rpd:class_armor|Class Armors]] - Other armor sets for hero subclasses
 +  * [[rpd:huntress_armor_item|Huntress Armor]] - Base armor for Huntress class
 +  * [[rpd:sniper_armor_item|Sniper Armor]] - Alternative armor for Sniper subclass
 +
 +{{tag> rpd items armor warden huntress subclass}}