saintaurik
Well-known member
I have a race that uses shortbows and gains a +1 bonus to attack with them. It shows up fine for a normal shortbow or composite shortbow but when a magical shortbow is equipped the bonus +1 does not get added in. I'm very new to this and not sure if I did the eval right.
Here it is:
~find all our shortbows and add +1 to hit
foreach pick in hero from BaseWep where "IsWeapon.wShortbow | wCategory.RangeProj"
eachpick.field[wAttRanged].value += 1
nexteach
Here it is:
~find all our shortbows and add +1 to hit
foreach pick in hero from BaseWep where "IsWeapon.wShortbow | wCategory.RangeProj"
eachpick.field[wAttRanged].value += 1
nexteach