spannclann
Well-known member
I was wanting to create this feat to allow the use of WIS modifier over DEX. I am using the "Hex Warrior" Class Special as a base, but I cannot see where it allows the drop down menu to select WIS. I know I want to change the BaseWep to only allow ranged weapons.
doneif (tagis[Helper.Disable] = 1)
doneif (field[abilActive].value = 0)
~ foreach pick in hero from BaseWep
foreach pick in hero from BaseWep where "(fieldval:gIsEquip <> 0) & !wProperty.TwoHanded"
eachpick.field[wMelAttTxt].text = "charisma"
eachpick.field[wMeleeAttr].value = hero.child[aCHA].field[aBonus].value
eachpick.field[wDamAttr].value = hero.child[aCHA].field[aBonus].value
nexteach
doneif (tagis[Helper.Disable] = 1)
doneif (field[abilActive].value = 0)
~ foreach pick in hero from BaseWep
foreach pick in hero from BaseWep where "(fieldval:gIsEquip <> 0) & !wProperty.TwoHanded"
eachpick.field[wMelAttTxt].text = "charisma"
eachpick.field[wMeleeAttr].value = hero.child[aCHA].field[aBonus].value
eachpick.field[wDamAttr].value = hero.child[aCHA].field[aBonus].value
nexteach