User Tools

Site Tools


en:rpd:huntress_armor_item

Differences

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

Link to this comparison view

en:rpd:huntress_armor_item [2026/01/01 19:45] – namespace move Mikeen:rpd:huntress_armor_item [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Huntress Armor ======
  
 +{{ rpd:images:huntress_armor_item.png|Huntress Armor }}
 +
 +**Huntress Armor** is the [[en:rpd:class_armor|class armor]] for the [[en:rpd:huntress_class|Huntress]].
 +
 +==== Description ====
 +Huntress Armor is a special armor obtained by using an [[en:rpd:armor_kit_item|Armor Kit]] on a tier-3 armor (Plate Mail, Scale Armor, or Leather Armor). It grants the wearer the ability to perform a ranged attack that hits multiple enemies.
 +
 +==== Special Ability ====
 +**Spirit Bow:** The Huntress can summon a spirit bow that fires arrows at all visible enemies. Each arrow deals damage based on the Huntress's [[en:rpd:ranged_weapons|ranged]] damage, and the bow will be destroyed after use.
 +
 +==== Stats ====
 +  * **Armor Class:** Based on the base armor used to create it
 +  * **Durability:** Standard for class armor
 +  * **Special:** Can use Spirit Bow ability
 +
 +==== Strategy ====
 +  * Use Spirit Bow when multiple enemies are visible
 +  * Particularly effective when enemies are clustered together
 +  * Each arrow benefits from your current ranged damage bonuses
 +  * Use when you can't get close to enemies due to dangerous terrain or positioning
 +  * Keep in mind that the bow is destroyed after use
 +
 +==== Technical Details ====
 +  * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/HuntressArmor.java|HuntressArmor.java]]
 +  * Base Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClassArmor.java|ClassArmor.java]]
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/HuntressArmor.java|HuntressArmor.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClassArmor.java|ClassArmor.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/ArmorKit.java|ArmorKit.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2030-L2034|HuntressArmor strings]]
 +
 +==== See Also ====
 +  * [[en:rpd:class_armor|Class Armor]]
 +  * [[en:rpd:huntress_class|Huntress Class]]
 +  * [[en:rpd:armor_kit_item|Armor Kit]]
 +  * [[en:rpd:warrior_armor_item|Warrior Armor]]
 +  * [[en:rpd:rogue_armor_item|Rogue Armor]]
 +
 +{{tag> rpd armor class_armor huntress }}