User Tools

Site Tools


mr:body_armor_buff

Body Armor Buff - Code References

Java Classes

JSON Configuration

String Resources

<string name="BodyArmorBuff_Name">Body Armor</string>
<string name="BodyArmorBuff_Info">Armor is increased at the cost of movement speed.</string>

Lua Scripts

Implementation Details

  • Type: buff (Lua-defined custom buff)
  • Base Class: CustomBuff (for Lua-defined buffs)
  • Applied By: BodyArmor spell
  • Duration: 15 + 10 * caster:skillLevel() (from spell implementation)
  • Effect: Increases armor at the cost of movement speed
  • JSON Config: body_armor.json - Effect particle configuration
  • Lua Script: BodyArmor.lua - Buff implementation
mr/body_armor_buff.txt · Last modified: by 127.0.0.1