User Tools

Site Tools


en:rpd:sniper

Differences

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

Link to this comparison view

en:rpd:sniper [2026/01/01 19:45] – namespace move Mikeen:rpd:sniper [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Sniper ======
  
 +{{ rpd:images:hero_HUNTRESS_SNIPER.png|Sniper }}
 +
 +The Sniper is the Huntress's subclass in Remixed Dungeon.
 +
 +==== Unlocking ====
 +The Sniper subclass can be unlocked by using a Tome of Mastery after defeating the second boss (Tengu).
 +
 +==== Special Mechanics ====
 +_Snipers_ completely ignore enemy damage reduction (DR) when using a ranged weapon. This makes them particularly effective against heavily armored enemies.
 +
 +==== Special Armor ====
 +Using an Armor Kit on any armor will transform it into the [[en:rpd:sniper_armor_item|Sniper Armor]], which is specifically designed for this subclass.
 +
 +==== Advantages ====
 +  * Ignores enemy damage reduction (DR) when using ranged weapons
 +  * Particularly effective against heavily armored enemies
 +  * Scales well with higher-level ranged weapons
 +  * Maintains ranged combat advantage
 +
 +==== Disadvantages ====
 +  * Only effective with ranged weapons
 +  * No damage reduction ignoring benefit when fighting with melee weapons
 +  * DR ignoring only applies when using ranged weapons
 +
 +==== Technical Details ====
 +The Sniper's ability is implemented by overriding the Hero's ''ignoreDr()'' method to return true when the Hero has the Sniper subclass and is using a ranged weapon (''rangedWeapon.valid() && subClass == HeroSubClass.SNIPER'').
 +
 +{{tag> rpd subclasses sniper huntress}}