User Tools

Site Tools


mr:scale_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:scale_armor_item [2025/12/22 07:55] – wiki: implement moisten_mechanic page with proper naming convention and code references mikemr:scale_armor_item [2025/12/22 07:59] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scale Armor Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ScaleArmor.java|ScaleArmor.java]] - Main implementation
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/ItemFactory.java#L357|ItemFactory.java]] - Registration of ScaleArmor class
 +
 +===== JSON Configuration =====
 +No specific JSON configuration for this item found.
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="ScaleArmor_Name">scale armor</string>
 +<string name="ScaleArmor_Desc">The metal scales sewn onto a leather vest create a flexible, yet protective armor.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Additional Information =====
 +  * Tier: Armor level 4 (Medium armor)
 +  * Sprite: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ScaleArmor.java#L11|image = 3]]
 +  * Shop availability: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/levels/painters/ShopPainter.java#L90|ShopPainter.java]] - appears in shops
  
mr/scale_armor_item.txt · Last modified: (external edit)