====== Assasin Armor ====== {{ rpd:images:assasin_armor_item.png|Assasin Armor }} **Assasin Armor** is the class-specific armor obtained by using an [[rpd:armor_kit_item|Armor Kit]] on any regular armor for the [[rpd:assassin_subclass|Assassin]] subclass in Remixed Dungeon. ==== Acquisition ==== * Use an [[rpd:armor_kit_item|Armor Kit]] on any regular armor while playing as a [[rpd:rogue_class|Rogue]] who has chosen the [[rpd:assassin_subclass|Assassin]] subclass * Transforms the base armor into Assasin Armor with special properties ==== Special Properties ==== * Inherits all properties of [[rpd:rogue_armor_item|Rogue Armor]] (Teleport ability) * Teleport ability: Allows the wearer to teleport to a targeted location within line of sight * Requires sufficient skill points to use special ability * Exclusive to the [[rpd:assassin_subclass|Assassin]] subclass - cannot be equipped if not the [[rpd:assassin_subclass|Assassin]] subclass ==== Usage ==== * Essential armor for maximizing the effectiveness of the [[rpd:assassin_subclass|Assassin]] subclass * Should be crafted as soon as possible after choosing the [[rpd:assassin_subclass|Assassin]] subclass * Allows full utilization of subclass abilities ==== Special Ability: Teleport ==== * Allows teleporting to a targeted location within line of sight * Requires skill points to activate * Can be used to escape dangerous situations or reposition for attacks * Does not trigger traps or other location-based effects during teleport ==== Code References ==== * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/AssasinArmor.java|AssasinArmor.java]] * Related Subclass: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroSubClass.java|HeroSubClass.ASSASSIN]] * Related Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/RogueArmor.java|RogueArmor.java]] (parent class) * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1932-L1933|RogueArmor_Name and RogueArmor_NotRogue]] (used by parent class) ==== Notes ==== * Part of the subclass identity system in Remixed Dungeon * Class armors represent the unique nature of each subclass * Cannot be worn by characters who haven't unlocked the appropriate subclass * Inherits the base [[rpd:rogue_armor_item|Rogue armor]] special ability {{tag> rpd items armor assasin rogue}}