View Single Post
Sendric
Senior Member
 
Join Date: Jul 2010
Posts: 3,147

Old January 7th, 2019, 06:29 AM
I have added this and Clouting to the next release. The script I created is as follows:

Final Phase: 9999
Code:
~ Apply proficiency tag to parent

perform container.parent.assign[Helper.Proficient]

~ Check BAB and increase if necessary

var BAB as number
BAB = round(herofield[tHitDice].value*.75,0,-1)
BAB = maximum(0,BAB-hero.child[Attack].field[tAtkBase].value)
container.parent.field[wAttBonus].value = BAB
Sendric is offline   #3 Reply With Quote