Table of Contents

Encumbrance Buff - Code References

Java Classes

This entity is implemented via Lua script. No direct Java class for the buff itself.

JSON Configuration

This entity has no JSON configuration. It is implemented via Lua script.

String Resources

<string name="EncumbranceBuff_CharAct_1">I\'m not strong enough to wield %s properly.</string>
<string name="EncumbranceBuff_CharAct_2">This %s is too heavy for me to use effectively.</string>
<string name="EncumbranceBuff_CharAct_3">I need to work on my strength before I can use %s.</string>
<string name="EncumbranceBuff_CharAct_4">I lack the strength to use %s to its full potential.\"</string>
<string name="EncumbranceBuff_CharAct_5">%s is too much for me to handle right now.</string>
<string name="EncumbranceBuff_Info">Not enough strength to use %s effectively.</string>
<string name="EncumbranceBuff_Name">Burden</string>

Lua Scripts