I'm trying to create a set of bracers that boost accuracy. Unfortunately, whilst the accuracy bonus is displayed correctly on the item tooltip, the bonus doesn't seem to be applying to the character sheet. Is there anything I'm missing from my items.lua?
Any help would be greatly appreciated! =)defineObject{
name = "bracers_precision",
class = "Item",
model = "assets/models/items/bracelet_tirin.fbx",
uiName = "Bronze Bracers of Precision",
editorIcon = 24,
gfxIndex = 68,
slot = "Bracers",
accuracy = 5,
weight = 0.5,
description = "Wearing this reduces the weight and heft of the weapon you are wielding, allowing for more accurate strikes.",
}