User Tools

Site Tools


rpd:cloth_armor

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:cloth_armor [2025/12/25 02:29] – Wiki improvements: Fixed subclass info, added missing pages, corrected naming conventions mikerpd:cloth_armor [2025/12/25 02:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Cloth Armor ======
  
 +{{ rpd:images:clotharmor_sprite.png|Cloth Armor }}
 +
 +**Cloth Armor** is a basic armor item in Remixed Dungeon. It's the lightest and most basic form of armor protection, often found early in the dungeon or as starting equipment for some classes.
 +
 +==== Item Overview ====
 +  * **Type:** Armor
 +  * **Tier:** 1 (lowest tier armor)
 +  * **Base Defense:** Lowest defense rating among all armor types
 +  * **Durability:** Standard for armor
 +  * **Strength Required:** Minimal (based on tier)
 +  * **Special Properties:** Can be inscribed with glyphs via [[rpd:arcane_stylus_item|Arcane Stylus]]
 +
 +==== Description ====
 +This lightweight armor offers basic protection against enemy attacks. While it provides minimal defense compared to higher-tier armors, it has the advantage of requiring very little strength to wear effectively.
 +
 +==== Special Mechanics ====
 +  * **Glyph Inscription:** Can have a random [[rpd:glyph|glyph]] applied using an [[rpd:arcane_stylus_item|Arcane Stylus]]
 +  * **Upgrading:** Can be upgraded using [[rpd:scroll_of_upgrade_item|Scrolls of Upgrade]] to improve defense rating
 +  * **Minimal Strength Requirement:** Due to tier 1 status, requires minimal strength to wear without movement penalties
 +
 +==== Strategy ====
 +  * Essential early-game protection when no other armor is available
 +  * Good temporary solution until better armor is found
 +  * Consider upgrading if found with good initial stats
 +  * Can be useful with the right glyph inscription
 +  * Light weight makes it good for carrying without encumbrance concerns
 +
 +==== Acquisition ====
 +  * Sometimes found as starting equipment for certain classes
 +  * Available in early-game shops
 +  * Dropped by some early enemies
 +  * Found randomly throughout the dungeon
 +
 +==== Code Reference ====
 +  * Java Class: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClothArmor.java|ClothArmor.java]]
 +  * Source Code Location: RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClothArmor.java
 +  * Inherits from base Armor class with tier value of 1
 +
 +==== Related Items ====
 +  * [[rpd:armor|Armor]] - General armor information
 +  * [[rpd:leather_armor_item|Leather Armor]] - Next tier up
 +  * [[rpd:glyph|Glyphs]] - Special properties that can be applied
 +  * [[rpd:arcane_stylus_item|Arcane Stylus]] - Item used for glyph inscription
 +
 +{{tag> rpd items equipment armor cloth}}
rpd/cloth_armor.txt · Last modified: by 127.0.0.1