====== Leather Armor Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/LeatherArmor.java|LeatherArmor.java]] - Main implementation * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L358|ItemFactory.java]] - Registration * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/levels/TownShopLevel.java#L70|TownShopLevel.java]] - Shop placement ===== JSON Configuration ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Shop_2021_03.json#L18|Shop_2021_03.json]] - Shop configuration * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Shop_Town.json#L17|Shop_Town.json]] - Town shop configuration * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/SpidersTreasury.json#L67|SpidersTreasury.json]] - Treasury drops * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/TownShopTreasury.json#L18|TownShopTreasury.json]] - Town shop treasury drops ===== String Resources ===== leather armor Armor made from tanned monster hide. Not as light as cloth armor, but it provides better protection. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Additional Information ===== * **Type**: Light armor * **Material**: Tanned monster hide * **Defense**: Moderate protection with good mobility * **Durability**: Standard armor durability * **Weight**: Lighter than metal armors but heavier than cloth armor * **Availability**: Commonly found in shops and treasure chests * **Upgrades**: Can be upgraded using scrolls of upgrade ===== Related mr Entities ===== * [[mr:cloth_armor_item|Cloth Armor (Item)]] * [[mr:mail_armor_item|Mail Armor (Item)]] * [[mr:scale_armor_item|Scale Armor (Item)]]