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/01/12 22:32] – Fix issues with randomly selected wiki pages: update image reference in potion_item.txt and correct information in cloth_armor_item.txt mikemr:cloth_armor_item [2026/01/12 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Cloth Armor Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClothArmor.java|ClothArmor.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<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/cloth_armor_item.txt · Last modified: by 127.0.0.1