When creating a custom race, I'm trying to allow a user to select more than one Feat. I used the Custom Lineage as a baseline, where they use Modifier - Feat - Select a feat. Is there a way to allow a user to make multiple selections from here, or do you have to enter them as additional modifiers?
I think the only way to implement selecting multiple feats is to make separate traits for each selection that each use Modifier > Feat > Choose a Feat. You can give them all the same name and description though, which should make it look just fine!
I tried a few methods for keeping it all in a single trait, and it appears that none work. If you add two or more of that Choose a Feat modifier to the same racial trait, selecting a feat on one will auto-select the same feat in each other one. If you try granting multiple options that each have the Choose a Feat modifier, you're not afforded the ability to select a feat. Likely due to the limitation on nesting; since some feats grant options, you wouldn't be allowed to nest a feat option choice inside of a feat choice inside of a racial trait choice.
When creating a custom race, I'm trying to allow a user to select more than one Feat. I used the Custom Lineage as a baseline, where they use Modifier - Feat - Select a feat. Is there a way to allow a user to make multiple selections from here, or do you have to enter them as additional modifiers?
I think the only way to implement selecting multiple feats is to make separate traits for each selection that each use Modifier > Feat > Choose a Feat. You can give them all the same name and description though, which should make it look just fine!
I tried a few methods for keeping it all in a single trait, and it appears that none work. If you add two or more of that Choose a Feat modifier to the same racial trait, selecting a feat on one will auto-select the same feat in each other one. If you try granting multiple options that each have the Choose a Feat modifier, you're not afforded the ability to select a feat. Likely due to the limitation on nesting; since some feats grant options, you wouldn't be allowed to nest a feat option choice inside of a feat choice inside of a racial trait choice.
Ah, I was afraid of that. I guess I can see why, now that you mention the nesting option issue.