Hello all
I'm trying to add the Heirloom Weapon trait from Adventurer's Armory in Hero Lab. What the trait does is threefold:
I don't care too much if the bonus are for that specific weapon or any weapon of its type, so here is how I resolved it:
Can anyone help?
I'm trying to add the Heirloom Weapon trait from Adventurer's Armory in Hero Lab. What the trait does is threefold:
- Give a masterwork weapon for the price of a normal one
- Make the character proficient with the use of that weapon
- Give a +1 Trait bonus on attack rolls with that weapon
I don't care too much if the bonus are for that specific weapon or any weapon of its type, so here is how I resolved it:
- Nothing automated, I just create the custom weapon and only pay the amount for a normal weapon
-
Code:
var v_tag as string v_tag = "Helper.ExoticProf" call ChosenProf
- That's where I'm stuck. It works if I do:
Code:foreach pick in hero from BaseWep where "IsWeapon.wSwordBast" eachpick.field[wAttBonus].value += 1 nexteach
Can anyone help?