User Tools

Site Tools


en:rpd:scout_subclass

Differences

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

Link to this comparison view

en:rpd:scout_subclass [2026/01/01 19:45] – namespace move Mikeen:rpd:scout_subclass [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scout ======
  
 +{{ rpd:images:scout_subclass.png|Scout }}
 +
 +**Scout** is a hero subclass for the [[en:rpd:elf_class|Elf]] class in Remixed Dungeon. The Scout specializes in stealth, mobility, and ranged combat.
 +
 +==== Description ====
 +The Scout subclass enhances the Elf's natural agility and stealth capabilities, making them even more effective at reconnaissance and ranged combat. Scouts excel at avoiding direct confrontation and using their mobility to their advantage.
 +
 +==== Abilities ====
 +  * **Enhanced Dodging:** Improved evasion in combat situations
 +  * **Stealth:** Ability to remain undetected longer
 +  * **Ranged Combat:** Enhanced effectiveness with thrown weapons and ranged attacks
 +  * **Fast Travel:** May move more quickly through familiar areas
 +
 +==== Playstyle ====
 +The Scout playstyle focuses on:
 +  * **Avoiding Direct Combat:** Using speed and stealth to avoid difficult fights
 +  * **Ranged Advantage:** Using ranged weapons effectively
 +  * **Scouting Ahead:** Exploring safely and identifying threats before engaging
 +
 +==== Equipment Synergy ====
 +  * Works well with throwing weapons and ranged gear
 +  * Benefits from equipment that enhances movement speed
 +  * Effective with stealth-oriented rings and items
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java|HeroSubClass.java]] - Subclass definitions
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1461-L1463|String resources]] for Scout subclass
 +
 +==== Related ====
 +  * [[en:rpd:elf_class|Elf Class]] - The parent class for Scout
 +  * [[en:rpd:hero_subclasses|Hero Subclasses]] - All subclasses in the game
 +  * [[en:rpd:shaman_subclass|Shaman]] - Another Elf subclass
 +  * [[playable_class_mechanic|Playable Classes]] - All playable character classes
 +
 +{{tag> rpd classes subclass hero elf scout}}