-
Notifications
You must be signed in to change notification settings - Fork 233
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
Add cover statuses #4013
Add cover statuses #4013
Conversation
Wonder if it would not be cleaner to add a single condition with 3 levels. It should not be too difficult to change the name of the effect at will, and this would also prevent users from applying several different types of cover at the same time. |
I think three statuses is good, because unlike exhaustion you don't cycle through levels of cover, you just apply the one you want directly. What I think I'll add is that when one level of cover is added it removes any current levels of cover. |
This will allow features which provide cover regardless of position to include an Active Effect that applies the relevant status. It can later be checked in AC calculations and dex saves.