I'm trying to create a feat that grants one type of elemental damage resistance. This feat should be select more than once, granting another type of elemental damage resistance. The 2024 elemetal adept feat do this, but I can't do it in homebrew, even creating a copy of 2024 elemental adept. The only way to do this is creating a feat for each elemental type of damage?
That's the easy way, and there's no good reason to do it some other way.
There's a bunch of things they can do because they can directly work with the code and database, that we can't. Repeatable feats are almost certainly some kind of hideous hack on the back end.
(The other way to do it is have multiple feats with the same name, or feat 1, feat 2, etc.)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I'm trying to create a feat that grants one type of elemental damage resistance. This feat should be select more than once, granting another type of elemental damage resistance. The 2024 elemetal adept feat do this, but I can't do it in homebrew, even creating a copy of 2024 elemental adept. The only way to do this is creating a feat for each elemental type of damage?
That's the easy way, and there's no good reason to do it some other way.
There's a bunch of things they can do because they can directly work with the code and database, that we can't. Repeatable feats are almost certainly some kind of hideous hack on the back end.
(The other way to do it is have multiple feats with the same name, or feat 1, feat 2, etc.)