View Single Post
ploturo
Member
 
Join Date: May 2021
Posts: 84

Old September 16th, 2022, 09:16 AM
If you add some levels of Swashbucker to a character, you can use the Debug "Floating Info Window" to look at the fields on the Swashbuckler class helper (cHelpSws) by using the "Show Selection Fields" option and choosing the picks you want to look at.

(There are picks added to the hero for each level of each class, but also a class helper that is unique and added once per class. The class helper controls most of the mechanics for that class.)

In a script on your archetype, you'll want to make some changes to fields on that class helper.

There is an array field cBonFtTot that holds the total number of bonus feats available at each level, which you would want to change to match the correct progression for your archetype.

There is also a tag expression stored in the cBonFtExpr field, which controls which feats can be selected for those bonus feats. You'll need to change that tag expression so that it matches the bonus feats that you want to have available.
ploturo is offline   #2 Reply With Quote