User Tools

Site Tools


rpd:cloth_armor_item

Differences

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

Link to this comparison view

rpd:cloth_armor_item [2025/12/26 02:41] – Add properly named cloth_armor_item.txt page with correct content mikerpd:cloth_armor_item [2025/12/26 02:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Cloth Armor Item ======
  
 +{{ 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
 +
 +==== 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]]
 +  * String Resources (English): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1986-L1987|ClothArmor strings (line 1986-1987)]]
 +  * String Resources (Russian): [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L1987-L1988|ClothArmor strings (line 1987-1988)]]
 +  * 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_item.txt · Last modified: by 127.0.0.1