User Tools

Site Tools


en:rpd:huntress_class

Differences

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

Link to this comparison view

en:rpd:huntress_class [2026/01/01 19:45] – namespace move Mikeen:rpd:huntress_class [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Huntress Class ======
  
 +{{ rpd:images:hero_HUNTRESS.png|Huntress Class Sprite }}
 +
 +The **Huntress** is one of the starting [[en:rpd:hero_classes|hero classes]] in Remixed Dungeon. The Huntress is a ranged combat specialist who excels at using thrown weapons and distance attacks.
 +
 +==== Description ====
 +The Huntress is the ranged specialist of the dungeon, proficient with thrown weapons and at keeping enemies at a distance. She starts with a magical [[en:rpd:boomerang_item|Boomerang]] and has natural accuracy advantages. The Huntress benefits from open spaces and careful positioning to maximize her ranged combat effectiveness.
 +
 +==== Starting Equipment ====
 +  * [[en:rpd:boomerang_item|Boomerang]]
 +  * [[en:rpd:ration_item|Ration of Food]]
 +  * [[en:rpd:huntress_armor_item|Huntress' Armor]] (Cloth armor with +1 durability)
 +
 +==== Stats ====
 +  * **Starting Strength:** 10 (standard)
 +  * **Starting HP:** 15 (standard)
 +  * **Starting SP:** 15 (vs 10 for most other classes)
 +  * **Max Inventory:** 19 slots
 +
 +==== Special Abilities ====
 +  * **Boomerang:** Starts with a magical Boomerang that returns to the Huntress after being thrown
 +  * **Natural Accuracy:** Has an innate accuracy advantage that improves her chance to hit enemies
 +  * **Magic Affinity:** Huntress magic affinity, allowing access to nature and ranged combat spells like [[en:rpd:shoot_in_eye_spell|Shoot in Eye]], [[en:rpd:calm_spell|Calm]], etc.
 +  * **Dew Collection:** Collects 1 extra dewdrop from each dew source due to her connection to nature
 +
 +==== Subclasses ====
 +The Huntress can choose between two Mastery paths after defeating Tengu (boss #2) with a [[en:rpd:tome_of_mastery_item|Tome of Mastery]]:
 +  * [[en:rpd:sniper_subclass|Sniper]]
 +  * [[en:rpd:warden_subclass|Warden]]
 +
 +==== Advantages ====
 +  * Natural ranged combat abilities
 +  * Starting Boomerang provides reliable ranged option
 +  * Higher Spell Points than most classes
 +  * Better at collecting dewdrops
 +  * Good at maintaining distance in combat
 +
 +==== Disadvantages ====
 +  * Lower damage with melee weapons
 +  * Relies on ranged combat strategy
 +  * Less effective in close quarters
 +
 +==== Strategy ====
 +  * Maintain distance and use ranged weapons when possible
 +  * Keep a supply of throwing weapons for consistent ranged combat
 +  * Take advantage of the accuracy bonus to hit difficult targets
 +  * Focus on nature- and ranged-focused spells for maximum synergy
 +  * Use environmental features to maintain distance from enemies
 +
 +==== Content Verification ====
 +  * Information source: Java Classes and initHeroes.json
 +  * Starting equipment: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json#L47-L56|initHeroes.json]]
 +  * Stats: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json#L47-L56|initHeroes.json]]
 +  * Class implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroClass.java|HeroClass.java]]
 +
 +==== Source Code References ====
 +  * Core implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroClass.java|HeroClass.java]] (HUNTRESS enum)
 +  * Starting equipment: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/hero/initHeroes.json#L47-L56|initHeroes.json]]
 +  * Special abilities: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroClass.java#L336|HeroClass.java]] (dewBonus method)
 +
 +==== String Resources ====
 +  * Huntress class name: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1000|HeroClass_Hun]]
 +  * Huntress perks: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/arrays_all.xml#L2000|HeroClass_HunPerks]]
 +
 +==== See Also ====
 +  * [[en:rpd:hero_classes|Hero Classes]]
 +  * [[en:rpd:huntress_armor_item|Huntress' Armor]]
 +  * [[en:rpd:boomerang_item|Boomerang]]
 +  * [[en:rpd:sniper_subclass|Sniper Subclass]]
 +  * [[en:rpd:warden_subclass|Warden Subclass]]
 +  * [[en:rpd:hero_subclasses|Hero Subclasses]]
 +  * [[en:rpd:ranged_weapons|Ranged Weapons]]
 +  * [[en:rpd:thrown_weapons|Thrown Weapons]]
 +
 +{{tag> rpd classes huntress hero}}