Thread: Custom Feat
View Single Post
spannclann
Member
 
Join Date: Aug 2018
Location: Texas
Posts: 87

Old March 20th, 2024, 11:03 PM
I am adding a custom feat for ranged weapons, specifically shortbows, longbows and the various crossbows. I have copied the Blade Mastery feat as a base. I want to give shortbows, longbows and the various crossbows a +1 to hit. Blade Mastery has this eval script

~ If we're disabled, do nothing &
doneif (tagis[Helper.Disable] = 1)

foreach pick in hero from BaseWep where "wGroup.Sword"
eachpick.field[wAttMeele].value += 1
nexteach

I found the wGroup for Crossbows. The added eval script works

foreach pick in hero from BaseWep where "wGroup.Crossbow"
eachpick.field[wAttRanged].value += 1
nexteach

What I need help with is a wGroup for short and Longbows. All I have been able to find is a wCategory.RangeProj. However, that would include blowgun and sling. Is there a wGroup for Bows?
spannclann is offline   #1 Reply With Quote