User Tools

Site Tools


mr:leather_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:leather_armor_item [2026/01/27 12:12] – Standardize mana page naming and fix image references mikemr:leather_armor_item [2026/01/27 12:13] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 =====
 +<code xml>
 +<string name="LeatherArmor_Name">leather armor</string>
 +<string name="LeatherArmor_Desc">Armor made from tanned monster hide. Not as light as cloth armor, but it provides better protection.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/leather_armor_item.txt · Last modified: (external edit)