mr:mail_armor_item
Table of Contents
Mail Armor Item - Code References
Java Classes
-
- Entity Kind:
getEntityKind()returns “MailArmor” - Tier:
tier = 3(medium armor) - Base Defense:
AC = 6(calculated astier * 2 = 3 * 2 = 6) - Strength Required:
STR = 13(calculated as7 + tier * 2 = 7 + 3 * 2 = 13) - Speed Factor:
speedFactor = 0.8f(moderate speed penalties) - Weight:
weight = 25 - Durability:
maxDurability()inherits from Armor base
JSON Configuration
- Not applicable - Item is implemented in Java code
String Resources
<string name="MailArmor_Name">mail armor</string> <string name="MailArmor_Desc">Interlocking metal links make for a tough but flexible suit of armor.</string>
Lua Scripts
- Not applicable - Item is implemented in Java, no custom Lua script
Additional References
- Armor Base Class: Armor.java - General armor mechanics
- Item Registration: ItemFactory.java - Registers MailArmor class
- Treasury Config: Treasury.json - Drop rates
- Spiders Treasury: SpidersTreasury.json - Spider-themed drops
- Town Shop Treasury: TownShopTreasury.json - Shop availability
mr/mail_armor_item.txt · Last modified: by 127.0.0.1
