WittleWolfie / WW-Blueprint-Core

A library to simplify modifying Pathfinder: Wrath of the Righteous.
MIT License
14 stars 5 forks source link

Add FeatureGroups[] param to FeatureSelectionConfigurator #84

Closed pheonix99 closed 1 year ago

pheonix99 commented 1 year ago

The FeatureGroups[] param on FeatureConfigurator that auto-adds features to the appropriate selectors is very handy.

Would be extremely nice to have on FeatureSelectionConfigurator as well.

WittleWolfie commented 1 year ago

In 2.7.6

WittleWolfie commented 1 year ago

Note that this doesn't have all the logic for automatically populating the complicated cases still (Ranger, Teamwork Feats). Hopefully you don't need but if you do you can just create the BP then modify it using FeatureConfigurator... At least it should work but if you have issues lmk.

WittleWolfie commented 1 year ago

... I forgot a key part of this.

WittleWolfie commented 1 year ago

Whatever it's all in 2.7.7 I made it feature parity so it'll handle all the wonky cases.