User Tools

Site Tools


en:rpd:sniper_subclass

Differences

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

Link to this comparison view

en:rpd:sniper_subclass [2026/01/01 19:45] – namespace move Mikeen:rpd:sniper_subclass [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Sniper ======
  
 +{{ rpd:images:hero_huntress_sniper_hero.png|Sniper Hero Sprite }}
 +
 +**Sniper** is a [[en:rpd:subclass|subclass]] for the [[en:rpd:huntress_class|Huntress]] class.
 +
 +==== Description ====
 +The Sniper is a subclass of the Huntress that specializes in long-range combat and throwing weapons. This subclass provides enhanced combat abilities with ranged weapons and special tactical advantages when fighting at a distance.
 +
 +==== Special Abilities ====
 +  * **Sniper's Mark**: When using ranged weapons, successful hits have a chance to apply the [[en:rpd:snipers_mark_buff|Sniper's Mark]] debuff on enemies
 +  * **Armor Ignoring**: Snipers are able to detect weak points in an enemy's armor, effectively ignoring it when using a missile weapon
 +  * **Special Armor**: Can use the [[en:rpd:sniper_armor_item|Sniper Armor]] obtained by using an Armor Kit on any armor
 +
 +==== Equipment ====
 +The Sniper typically uses ranged weapons like bows and throwing weapons.
 +
 +==== Strategy ====
 +  * Take advantage of long-range combat opportunities
 +  * Utilize terrain to maintain distance from enemies
 +  * Focus on weapons and items that enhance ranged combat
 +  * Use the Sniper's Mark to increase damage on subsequent attacks
 +  * Take advantage of armor ignoring ability when fighting heavily armored enemies
 +
 +==== Technical Details ====
 +  * Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java|HeroSubClass.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1004-L1005|Sniper string resources]]
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java|HeroSubClass.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1004-L1005|strings_all.xml]]
 +
 +==== See Also ====
 +  * [[en:rpd:huntress_class|Huntress Class]]
 +  * [[en:rpd:hero_subclasses|Hero Subclasses]]
 +  * [[en:rpd:warden_subclass|Warden Subclass]]
 +  * [[en:rpd:assassin_subclass|Assassin Subclass]]
 +  * [[en:rpd:snipers_mark_buff|Sniper's Mark]] - The debuff applied by this subclass
 +  * [[en:rpd:sniper_armor_item|Sniper Armor]] - Class-specific armor
 +
 +{{tag> rpd subclasses ranged }}