User Tools

Site Tools


rpd:assassin_armor_item

Differences

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

Link to this comparison view

rpd:assassin_armor_item [2025/12/26 13:05] – Wiki maintenance: Fix naming conventions, add missing pages, update links and references mikerpd:assassin_armor_item [2025/12/26 13:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Assassin Armor ======
  
 +{{ rpd:images:assassin_armor.png|Assassin Armor }}
 +
 +==== Description ====
 +The Assassin Armor is the signature armor for the [[rpd:assassin_subclass|Assassin]] subclass, providing specialized benefits that enhance the stealth and damage capabilities of the Assassin.
 +
 +==== Special Properties ====
 +  * **Invisibility**: When worn by an Assassin subclass, grants brief invisibility when the wearer performs a melee attack
 +  * **Backstab Damage**: Increases damage dealt to enemies that are not currently targeting the wearer
 +  * **Stealth Enhancement**: Reduces the chance of being detected by enemies
 +
 +==== Unlocking ====
 +  * Can be created by using an [[rpd:armor_kit_item|Armor Kit]] on any armor while playing as the [[rpd:rogue_class|Rogue]] with the [[rpd:assassin_subclass|Assassin]] subclass
 +  * Exclusively usable by Assassins
 +
 +==== Advantages ====
 +  * Increased backstab damage when attacking enemies from behind
 +  * Brief invisibility after successful attacks
 +  * Enhanced stealth capabilities
 +
 +==== Disadvantages ====
 +  * Only effective when worn by an Assassin subclass
 +  * Reduced defense compared to heavier armor types
 +  * May require specific subclass for full effectiveness
 +
 +==== Code References ====
 +  * **Java Source**: ''RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/AssasinArmor.java''
 +  * **English String Resources**: ''RemixedDungeon/src/main/res/values/strings_all.xml'' - ''RogueArmor_Name'', ''RogueArmor_NotRogue''
 +  * **Russian String Resources**: ''RemixedDungeon/src/main/res/values-ru/strings_all.xml'' - ''RogueArmor_Name'', ''RogueArmor_NotRogue''
 +
 +==== See Also ====
 +  * [[rpd:assassin_subclass|Assassin Subclass]]
 +  * [[rpd:rogue_class|Rogue Class]]
 +  * [[rpd:armor_item|Armor]]
 +  * [[rpd:armor_kit_item|Armor Kit]]
 +
 +{{tag> rpd subclasses assassin rogue armor }}