jewbacca331
Member
Hello, all. I am trying to build the Ronin class from The Complete Warrior for a fellow player and I am having issues with the Prerequisite Code needed to make it properly.
What I have so far is the following:
Base Attack Bonus: +6
#BAB[] >= 6
or
child[Attack].field[tAtkBase].value >= 6
Feats: Exotic Weapon Profi ciency (bastard sword)
#hasfeat[fExoticWep] <> 0
What I need to do is the following:
1. add in that the Bastard Sword is needed for the Exotic Weapon Prof
2. add a script for "Any Non-Lawful Alignment"
Other than that, I think I have it pretty much set up with the other stuff (I hope).
Thanks.
What I have so far is the following:
Base Attack Bonus: +6
#BAB[] >= 6
or
child[Attack].field[tAtkBase].value >= 6
Feats: Exotic Weapon Profi ciency (bastard sword)
#hasfeat[fExoticWep] <> 0
What I need to do is the following:
1. add in that the Bastard Sword is needed for the Exotic Weapon Prof
2. add a script for "Any Non-Lawful Alignment"
Other than that, I think I have it pretty much set up with the other stuff (I hope).
Thanks.