SetItemHealthPercent
SetDisplayName
SetEnchantment
These functions do not appear to work for me when used with armor but work fine for weapons.
I have this set for right-handed weapons:
WornObject.SetDisplayName(Bob, 1, 0, "New Name")
and this for body armor:
WornObject.SetDisplayName(Bob, -1, Armor.GetMaskForSlot(32), "New Name")
I'm sure the problem is on my end but I can't figure it out.