====== 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 ===== plate armor Enormous plates of metal are joined together into a suit that provides unmatched protection to any adventurer strong enough to bear its staggering weight. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists