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

Next revision
Previous revision
en:rpd:warrior_armor_item [2026/01/01 19:45] – namespace move Mikeen:rpd:warrior_armor_item [2026/01/05 18:36] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Warrior Armor ======
  
 +==== Description ====
 +Warrior Armor is the signature armor of the Warrior class in Remixed Dungeon. Despite its heavy appearance, it allows the Warrior to perform a heroic leap toward a targeted location, slamming down to stun all neighboring enemies.
 +
 +==== Properties ====
 +  * **Armor Type**: Heavy armor
 +  * **Class**: Warrior exclusive
 +  * **Special Action**: Heroic Leap
 +  * **Class**: ClassArmor (specific to Warrior class)
 +
 +==== Mechanics ====
 +The Warrior Armor has a special ability called Heroic Leap:
 +  * Allows the Warrior to leap to a targeted location
 +  * Upon landing, it stuns all adjacent enemies
 +  * This makes it very effective for disrupting groups of enemies and creating space for the Warrior
 +
 +==== Class Exclusivity ====
 +  * Only the Warrior class can wear Warrior Armor
 +  * Attempts by other classes to equip it will fail with the message: "Only warriors can use this armor!"
 +
 +==== Variants ====
 +The Warrior Armor has several advanced variants:
 +  * [[en:rpd:gladiator_armor_item|Gladiator Armor]] - Advanced warrior armor
 +  * [[en:rpd:berserker_armor_item|Berserker Armor]] - Advanced warrior armor
 +
 +==== Code References ====
 +  * Java Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/WarriorArmor.java|WarriorArmor.java]]
 +  * Base Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClassArmor.java|ClassArmor.java]]
 +  * Item Factory: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L360|ItemFactory.java]]
 +  * Hero Class Association: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/hero/HeroClass.java#L76|HeroClass.java]]
 +
 +==== See Also ====
 +  * [[en:rpd:warrior_class|Warrior Class]]
 +  * [[en:rpd:armor|Armor]]
 +  * [[en:rpd:hero|Hero]]
 +  * [[en:rpd:class_armor|Class Armor]]
 +
 +{{tag> rpd items armor warrior class_armor}}