mr:mail_armor_item

Mail Armor Item - Code References

Java Classes

    • Entity Kind: getEntityKind() returns “MailArmor”
    • Tier: tier = 3 (medium armor)
    • Base Defense: AC = 6 (calculated as tier * 2 = 3 * 2 = 6)
    • Strength Required: STR = 13 (calculated as 7 + 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

mr/mail_armor_item.txt · Last modified: by 127.0.0.1