I was thinking it would be easier to add a magic improvement to armor than creating new armor in the authoring kit.
IE new armor bonus type, in this case I want to be able to do a new armor in HL and when adding to the armor I can choose "Ability Enhancement" like say a Str bonus.
I cannot find in the authoring kit where that can be done. I can find for example bracers of str which has a script for adding str.
Also on this same idea I decided to just make the armor +4 str and it is not working quite right. It adds the str bonus when I uncheck it from being equipped. Not sure why.
Here is the script. I am also chasing down the info at the wiki.
IE new armor bonus type, in this case I want to be able to do a new armor in HL and when adding to the armor I can choose "Ability Enhancement" like say a Str bonus.
I cannot find in the authoring kit where that can be done. I can find for example bracers of str which has a script for adding str.
Also on this same idea I decided to just make the armor +4 str and it is not working quite right. It adds the str bonus when I uncheck it from being equipped. Not sure why.
Here is the script. I am also chasing down the info at the wiki.
Code:
if (field[gIsEquip].value <> 0) then
#enhancementbonus[hero.child[aSTR], 4]
endif