====== Cloth Armor Item ====== Machine-readable reference page for the Cloth Armor item entity. ==== Java Classes ==== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClothArmor.java|ClothArmor.java]] * Extends `Armor` class * Base armor tier (tier 1) * Image index: 0 ==== JSON Configuration ==== This entity is implemented in Java, no JSON configuration exists ==== String Resources ==== * English: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]] cloth armor This lightweight armor offers basic protection. ==== Lua Scripts ==== This entity is implemented in Java, no Lua script exists ==== Related mr: Entities ==== * [[mr:armor_item|Armor (Item)]] * [[mr:leather_armor_item|Leather Armor Item]] * [[mr:scale_armor_item|Scale Armor Item]] * [[mr:mail_armor_item|Mail Armor Item]] * [[mr:plate_armor_item|Plate Armor Item]]