====== Huntress Armor ====== {{ rpd:images:huntress_armor_item.png|Huntress Armor }} **Huntress Armor** is the [[rpd:class_armor|class armor]] for the [[rpd:huntress_class|Huntress]]. ==== Description ==== Huntress Armor is a special armor obtained by using an [[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 [[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 ==== * [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/HuntressArmor.java|HuntressArmor.java]] * [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClassArmor.java|ClassArmor.java]] * [[code:RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/ArmorKit.java|ArmorKit.java]] * [[code:RemixedDungeon/src/main/res/values/strings_all.xml#L2030-L2034|HuntressArmor strings]] ==== See Also ==== * [[rpd:class_armor|Class Armor]] * [[rpd:huntress_class|Huntress Class]] * [[rpd:armor_kit_item|Armor Kit]] * [[rpd:warrior_armor_item|Warrior Armor]] * [[rpd:rogue_armor_item|Rogue Armor]] {{tag> rpd armor class_armor huntress }}