User Tools

Site Tools


en:rpd:scale_armor_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:scale_armor_item [2026/01/04 05:37] – Auto-fix: Apply dokuwiki linter fixes mikeen:rpd:scale_armor_item [2026/01/04 05:41] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scale Armor ======
  
 +{{ rpd:images:scale_armor_item.png|Scale Armor }}
 +
 +==== Description ====
 +**Scale 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 ====
 +  * **Tier:** 4 (Medium armor)
 +  * **Armor Class (AC):** 8 (base, calculated as tier * 2 = 4 * 2 = 8)
 +  * **Durability:** Good
 +  * **Strength Requirement:** 15 STR (calculated as 7 + tier * 2 = 7 + 4 * 2 = 15)
 +  * **Speed Penalties:** Moderate
 +  * **Weight:** 30
 +
 +==== Acquisition ====
 +  * Found in chests throughout the dungeon, more common in mid levels
 +  * Occasionally dropped by various enemies
 +  * Sometimes available in shops
 +
 +==== 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/ScaleArmor.java|ScaleArmor.java]] - Java implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/Armor.java|Armor.java]] - Base armor class implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1599-L1601|String resources]]
 +
 +==== See Also ====
 +  * [[en:rpd:armor_item|Armor]] - General information about armor
 +  * [[en:rpd:armor_tiers|Armor Tiers]] - Information about armor classification system
 +  * [[en:rpd:leather_armor_item|Leather Armor]] - Lighter armor option
 +  * [[en:rpd:mail_armor_item|Mail Armor]] - Another medium armor option
 +  * [[en:rpd:plate_armor_item|Plate Armor]] - Heavier armor option
 +  * [[en:rpd:armor_glyphs|Armor Glyphs]] - Glyph compatibility
 +  * [[en:rpd:armor_durability|Armor Durability]] - Information about armor wear and durability
 +  * [[en:rpd:armor_mechanic|Armor Mechanic]] - Detailed information about armor mechanics
 +
 +{{tag> rpd items armor medium_armor}}
en/rpd/scale_armor_item.txt · Last modified: by 127.0.0.1