User Tools

Site Tools


mr:cloth_armor_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:cloth_armor_item [2026/03/14 07:57] – Wiki standards compliance fixes for 5 random pages Qwen Assistantmr:cloth_armor_item [2026/03/14 08:00] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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]]
 +<code xml>
 +<string name="ClothArmor_Name">cloth armor</string>
 +<string name="ClothArmor_Desc">This lightweight armor offers basic protection.</string>
 +</code>
 +
 +==== 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]]
  
mr/cloth_armor_item.txt · Last modified: by 127.0.0.1