-
-
Notifications
You must be signed in to change notification settings - Fork 361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvement idea: add choice
prop to features giving a subclass
#260
Comments
I like this, but I think it would be nice if the choice property was nested under some kind of This would just keep the Feature model organised a bit more as we go through and add structures like this to all features. Rather than giving each different kind of feature (of which there are many) a different structure, we would be giving all features the same structure, where one of the attributes has an arbitrary shape (within reason).
|
Hmmm Maybe put subclass giving features in Example: data from
and then in the feature itself, the structure you proposed |
I dislike that, personally. The SRD doesn't read as allowing the character to choose between multiple features; it grants one feature that allows a choice of subclass. If you allow a choice of subclass in |
When you put it that way, ye, my propositon would stir some disinformation. |
As I work on my app, I am having more and more ideas. Given there will be
or something among those lines. To make features more computer friendly |
Yeah, this is exactly what I meant when I was talking about how the |
Just like the title says. There are feautres, where you choose something form an array of opitons, be it expertise, eldritch invocation or fighting style. Why not treat subclasses the same way?
Proposed structure:
I know there is only one subclass in the SRD, but as y'all mentioned before, if something comes from a feature, you like to keep it within that feature, so why not add information about subclass choices to the feature giving you a subclass?
The text was updated successfully, but these errors were encountered: