TheIronGolem
Well-known member
In the data package I am developing for a 3PP, there is custom class special that grants a bonus feat, and that feat is from Classic Monsters Revisited (which in HL is part of the "PF Campaign Setting # 1" package).
This feat appears to be the only thing referred to by the 3PP that comes from that source, and I'd hate to create a whole extra dependency just for one feat. Ideally, I'd like to be able to check the feat id, see if it's a valid Thing, and disable the custom special that bootstraps the feat if it isn't. That way the rest of the package could load without errors, and everybody's IP is respected. Is this possible?
This feat appears to be the only thing referred to by the 3PP that comes from that source, and I'd hate to create a whole extra dependency just for one feat. Ideally, I'd like to be able to check the feat id, see if it's a valid Thing, and disable the custom special that bootstraps the feat if it isn't. That way the rest of the package could load without errors, and everybody's IP is respected. Is this possible?