User Tools

Site Tools


en:rpd:warrior_armor_item

Differences

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

Link to this comparison view

en:rpd:warrior_armor_item [2026/01/01 19:45] – namespace move Mikeen:rpd:warrior_armor_item [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Warrior Armor ======
  
 +{{ rpd:images:warrior_armor.png|Warrior Armor }}
 +
 +**Warrior Armor** is a class-specific armor for the [[en:rpd:warrior_class|Warrior]] class in Remixed Dungeon. It comes with the special ability "Heroic Leap".
 +
 +==== Statistics ====
 +  * **Type:** Class Armor
 +  * **Required Class:** [[en:rpd:warrior_class|Warrior]]
 +  * **Required Subclass:** Requires completing a mastery challenge (e.g., [[en:rpd:gladiator_subclass|Gladiator]])
 +  * **Armor Class:** High
 +  * **Durability:** High
 +  * **Speed Penalty:** Low
 +
 +==== Abilities ====
 +  * **Heroic Leap:** Allows the warrior to leap to a targeted location, dealing damage to enemies in a small area around the landing point
 +  * **Enhanced Defense:** Provides superior protection compared to regular armor
 +  * **Combat Ready:** Synergizes with warrior-specific combat abilities
 +
 +==== Description ====
 +Warrior Armor is the ultimate armor for warriors who have mastered their combat skills. It allows for dynamic combat maneuvers through its Heroic Leap ability, which lets the wearer leap toward enemies or strategically reposition during combat.
 +
 +==== Acquisition ====
 +To obtain Warrior Armor:
 +
 +  1. Find an [[en:rpd:armor_kit_item|Armor Kit]] from the [[en:rpd:king_mob|King]] boss in the Halls level
 +
 +  2. Upgrade a regular armor piece using the Armor Kit
 +
 +  3. Select the "Warrior Armor" specialization when prompted
 +
 +==== Special Effects ====
 +  * **Leap Damage:** When landing after a leap, deals damage to nearby enemies based on armor level
 +  * **Strategic Movement:** Allows for quick repositioning in combat situations
 +  * **Mob Control:** Can be used to jump into groups of enemies or away from danger
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/WarriorArmor.java|WarriorArmor.java]] - Implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2014-L2020|String resources]] for Warrior Armor
 +
 +==== Related ====
 +  * [[en:rpd:warrior_class|Warrior Class]] - The parent class
 +  * [[en:rpd:armor|Armor]] - General information about armor
 +  * [[en:rpd:class_armor|Class Armor]] - All class-specific armors
 +  * [[en:rpd:armor_kit_item|Armor Kit]] - Item needed to upgrade to class armor
 +  * [[en:rpd:gladiator_subclass|Gladiator]] - Subclass required for Warrior Armor
 +
 +{{tag> rpd items armor class_armor warrior hero}}