This works great! thanks.
One question tho... How can I remove the "brittle" property all together?
Figured this out.
If anyone else is wondering..
Go into the ImbuingC.cs file and seach for
BaseWeapon it = i_Item as BaseWeapon;
it.TimesImbued += 1;
it.Attributes.Brittle = 1; //change to...