-
Notifications
You must be signed in to change notification settings - Fork 9
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
Allow the user to prioritize characters with the same initiative #3
Comments
Officially 5e's rules are:
Something similar could be implemented, by default it could just allow the user to manually set the order, or optionally something like a "resolve ties" button that just randomly does it. Either way I think a secondary field should be added to a character like SubInitiative, or something. an int that by default is 0, but on ties determines the inter initiative order. |
I feel like SubInitiative would be a term that players would not understand and could become confusing. I would suggest the following:
Regarding the subinitiative thing again and saving the data, you could even try and save it as but as I said, I wouldn't mind implementing this later on when we have some more code written and know what users would want :) |
Okay, I don't think we need to show the user the term subinitiative, or we just call it something else. But the idea is that initiative has a modifier to order people within the same initiative. |
Maybe let the user add a priority number (Any number) when the system detects that the user changed the initiative field input to a number that is already in the Character list. That way the higher number (priority) will be sorted before the other character(s) with the same Initiative roll
The text was updated successfully, but these errors were encountered: