User Tools

Site Tools


rpd:assasin_armor_item

Differences

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

Link to this comparison view

rpd:assasin_armor_item [2025/12/23 05:30] – Update wiki pages based on codebase verification\n\n- Renamed assassin_armor.txt to assasin_armor_item.txt to match correct spelling in code\n- Updated cloak_spell.txt with accurate information from Lua scripts\n- Created cloak_buff.txt page\n- Created so mikerpd:assasin_armor_item [2025/12/23 05:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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}}
rpd/assasin_armor_item.txt · Last modified: by 127.0.0.1