View Single Post
Eilserves
Member
 
Join Date: Apr 2015
Posts: 63

Old September 15th, 2022, 12:33 PM
A player in one of the games I play in has come up with, and had approved, and Archetype for Swashbuckler that is a variant on the Master of Many Styles from Monk. This archetype grants proficiency in the "Monk" Fighter weapon group, along with allowing these weapons to count as swashbuckler weapons for deeds, and count as unarmed for style feats. This replace a lot of deeds as well as charmed life, and some other features.

As the only one in our group who has done any work in the editor, it's been asked of me to try to code this up. I've got the proficiency adjustment working. I've got the class going off Wis instead of Cha for Panache. I've got the Precise Strike deed working with "Monk" Weapons. So far, all good. Here's where I'm running into an issue:

The bonus feats for the Swashbuckler at 4, 8, 12, 16, and 20 - I need to be able to strip the regular combat and panache feats and put in the same style feat (sans Elemental fist, maybe) as an MoMS. I've looked at the archetype code and I _think_ I know where to head but I'm not getting much success. The regular bonus feats are still showing. I'm especially not sure what variable to replace "Monk" with on these lines:

Code:
      perform linkage[varies].delete[BonusFor.Monk1]
This line repeats for levels 6, 10, 14, and 18 also. I need to replace this with Swashbuckler at 4, 8, 12, 16, 20 (I presume anyway) to clear the old bonus feats.

I've also tried tags: fExclude Combat and fExclude Panache based on the base class having these as "fCategory" tags. This did not strip the standard bonus feats.

fCategory Style / Combat Style doesn't _add_ the bonus feats.

I'm also not sure how to have the levels count as Monk, as the tag "FtCountAs" with a value of Monk has not accomplished this.
Eilserves is offline   #1 Reply With Quote