User Tools

Site Tools


en:rpd:mail_armor_item

Differences

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

Link to this comparison view

en:rpd:mail_armor_item [2026/01/01 19:45] – namespace move Mikeen:rpd:mail_armor_item [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Mail Armor ======
  
 +{{ rpd:images:mail_armor_item.png|Mail Armor }}
 +
 +==== Description ====
 +**Mail Armor** is a medium armor in Remixed Dungeon that provides good protection while maintaining reasonable mobility. It requires more strength than leather armor but offers better protection.
 +
 +==== Stats ====
 +  * **Armor Class (AC):** 10 (base)
 +  * **Durability:** Good
 +  * **Strength Requirement:** 13 STR
 +  * **Speed Penalties:** Moderate
 +  * **Weight:** 25
 +
 +==== Acquisition ====
 +  * Found in chests throughout the dungeon, more common in mid levels
 +  * Occasionally dropped by various enemies
 +  * Sometimes available in shops
 +  * Can be obtained from the Blacksmith quest reward
 +
 +==== Properties ====
 +  * Good protection with moderate strength requirement
 +  * Slower movement than light armor but faster than heavy armor
 +  * Can be upgraded using Scrolls of Upgrade
 +  * Compatible with glyphs for additional effects
 +
 +==== Strategy ====
 +  * Good balance of protection and mobility
 +  * Ideal for characters that can meet the strength requirement
 +  * Often better than leather armor for most hero classes
 +  * Consider upgrading to reduce strength requirements if possible
 +
 +==== Upgrades ====
 +  * Can be upgraded to increase armor class and durability
 +  * Each upgrade increases strength requirement by 1
 +  * Upgraded versions have improved protection
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/MailArmor.java|MailArmor.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1593-L1595|String resources]]
 +
 +==== See Also ====
 +  * [[en:rpd:armor_item|Armor]] - General information about armor
 +  * [[en:rpd:leather_armor_item|Leather Armor]] - Lighter armor option
 +  * [[en:rpd:plate_armor_item|Plate Armor]] - Heavier armor option
 +  * [[en:rpd:armor_glyphs|Armor Glyphs]] - Glyph compatibility
 +
 +{{tag> rpd items armor medium_armor}}