User Tools

Site Tools


mr:plate_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:plate_armor_item [2025/12/30 19:19] – Update plate_armor_item mr page with accurate code references mikemr:plate_armor_item [2025/12/30 19:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Plate Armor Item - Code References ======
 +
 +===== Entity Kind =====
 +  * getEntityKind(): PlateArmor
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/PlateArmor.java|PlateArmor.java]] - Main implementation
 +    * Inherits from: Armor
 +    * Tier: 5 (highest armor tier)
 +    * Image index: 4
 +    * Special: Found in shops (ShopPainter.java adds it to merchant inventory)
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/itemsDesc/PlateArmor.json|Item Description]]
 +
 +===== String Resources =====
 +<code xml>
 +<string name="PlateArmor_Name">plate armor</string>
 +<string name="PlateArmor_Desc">Enormous plates of metal are joined together into a suit that provides unmatched protection to any adventurer strong enough to bear its staggering weight.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
  
mr/plate_armor_item.txt · Last modified: by 127.0.0.1