Nestea
Member
Hello, I am trying to remove the Spell channeling property on craftable ranged weapons (bow, crossbow, composite bow...)
Anyone knows what script i need to modify in order to remove this property? I think all i need is to remove this property on Baserunictool.cs but i am not sure if i need to modify other scripts too
Anyone knows what script i need to modify in order to remove this property? I think all i need is to remove this property on Baserunictool.cs but i am not sure if i need to modify other scripts too
Code:
case 9: ApplyAttribute( primary, min, max, AosAttribute.SpellChanneling, 1, 1 ); break;