====== 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 at line 104: shopkeeper.collect( new PlateArmor().identify() );) ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== 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 ===== Related mr Entities ===== * [[mr:morning_star_item|Morning Star (Weapon)]] * [[mr:war_hammer_item|War Hammer (Weapon)]] * [[mr:shopkeeper_npc|Shopkeeper (NPC)]]