====== Scout Armor Item ====== {{ rpd:images:scout_armor_item.png|Scout Armor }} ==== Description ==== Scout Armor is a special armor specifically designed for the [[en:rpd:scout_subclass|Scout]] subclass of the [[en:rpd:elf_class|Elf]] class. It is created by using an [[en:rpd:armor_kit_item|Armor Kit]] on any armor. ==== Mechanics ==== * **Subclass Restriction**: Can only be equipped by characters with the Scout subclass * **Type**: Based on [[en:rpd:elf_armor|Elf Armor]] (inherits from ElfArmor class) * **Image**: Uses image ID 18 * **Helmet**: Does not have helmet (hasHelmet = false) ==== Special Properties ==== * Designed specifically for the Scout subclass's stealth gameplay * Inherits beneficial properties of Elf Armor * Maintains the aesthetic of Elven equipment ==== Strategy ==== * Essential armor for Scout subclass players * Provides subclass-specific benefits without general equipment restrictions * Synergizes with Scout's high-grass invisibility mechanics ==== Code References ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ScoutArmor.java|ScoutArmor.java]] ==== Data Sources ==== * **Java Source**: ''RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ScoutArmor.java'' * **String Resources**: ''RemixedDungeon/src/main/res/values/strings_all.xml'' - ''ElfArmor_Name'', ''ElfArmor_NotElf'' (for restriction message) ==== Related Content ==== * [[en:rpd:scout_subclass|Scout Subclass]] - The subclass that uses this armor * [[en:rpd:elf_class|Elf Class]] - The class this armor is designed for * [[en:rpd:armor_kit_item|Armor Kit]] - Item used to create Scout Armor * [[en:rpd:elf_armor|Elf Armor]] - Base armor type {{tag> rpd items armor subclass elf scout}}