• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

How to modify the BAB of an animal companion ?

jjacko

Member
Hey all,

I am trying to change the BAB of an animal companion of my Ranger from 3/4 BAB to full BAB and i cant find a way to do this...
I found a way to modify attack or CMB bonus (in the adjust tab) but nothing about how BAB is calculated according to level.
Static change to attack/CMB is not a good solution because other feats (like power attack) are calculated on BAB and not on attack bonus.

How can i do this ?

Thanks for any Help !
 
Maybe what i am asking doesnt exist or is too complicated...

What about manually adjusting BAB ? Would this be easier to do ?
 
It doesn't exist as of yet, but you could certainly create an adjustment that does this. Give it an incrementer, and the following code, maybe around Pre-Levels 10000

Code:
doneif (field[pIsOn].value = 0)

hero.childfound[Attack].field[tAtkBase].value += field[pAdjust].value
 
Back
Top