User Tools

Site Tools


rpd:huntress_armor

Differences

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

Link to this comparison view

rpd:huntress_armor [2025/12/19 12:47] – Add huntress_armor page with code references mikerpd:huntress_armor [2025/12/19 12:50] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Huntress' Armor ======
  
 +{{ rpd:images:armor_Huntress.png|Huntress' Armor }}
 +
 +The **Huntress' Armor** is a unique [[rpd:armor|armor]] piece in Remixed Pixel Dungeon that is associated with the [[rpd:huntress_class|Huntress class]]. It has special properties that make it particularly effective for ranged combat.
 +
 +==== Stats ====
 +  * **Type:** Armor
 +  * **Armor Class:** Cloth armor (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/armor/impl/HuntressArmor.java|HuntressArmor.java]])
 +  * **Durability:** As per standard leather armor
 +  * **Weight:** Relatively light for mobility
 +
 +==== Description ====
 +This leather armor is specially designed for the Huntress to maximize her mobility and effectiveness with ranged weapons. It provides protection while allowing the freedom of movement necessary for a ranged combatant.
 +
 +==== Mechanics ====
 +  * The Huntress' Armor has special abilities when worn by a Huntress (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/armor/impl/HuntressArmor.java|HuntressArmor.java]])
 +  * It enhances ranged combat effectiveness (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/armor/impl/HuntressArmor.java|HuntressArmor.java]])
 +  * Provides mobility bonuses important for ranged combat (source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/armor/impl/HuntressArmor.java|HuntressArmor.java]])
 +
 +==== Classes ====
 +  * [[rpd:huntress_class|Huntress]] - The Huntress' Armor is closely associated with this class and provides special benefits when worn by a Huntress
 +
 +==== Strategy ====
 +The Huntress' Armor is best utilized by the Huntress character class, which can take advantage of its special properties. It's excellent for maintaining distance from enemies while providing adequate protection.
 +
 +==== Content Verification ====
 +  * Information source: [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/armor/impl/HuntressArmor.java|HuntressArmor.java]]
 +  * Stats verification: Extracted directly from [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/armor/impl/HuntressArmor.java|HuntressArmor.java]]
 +  * Last updated: December 2025
 +
 +==== Code References ====
 +  * [[code:RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/armor/impl/HuntressArmor.java|HuntressArmor.java]] - Main implementation
 +  * [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Armor.java|Armor.java]] - Base class
 +  * [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L502-L503|strings_all.xml:502-503]] - Name and description
 +  * [[code:RemixedDungeon/src/main/res/values-ru/strings_all.xml#L502-L503|strings_all.xml (ru):502-503]] - Russian name and description
 +  * [[mr:huntress_armor_item|Machine-readable reference page]]
 +
 +==== Source Strings ====
 +Name: [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L502|HuntressArmor_Name]] = "huntress' armor"
 +Description: [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L503|HuntressArmor_Desc]] = "Armor made from a lightweight leather, perfect for those who rely on speed and stealth."
 +
 +==== See Also ====
 +  * [[rpd:items|Items]]
 +  * [[rpd:armor|Armor]]
 +  * [[rpd:huntress_class|Huntress Class]]
 +  * [[rpd:classes|Hero Classes]]
 +
 +{{tag> rpd items armor huntress }}
rpd/huntress_armor.txt · Last modified: by 127.0.0.1