We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Effect: Scout's Warning is missing the selector in the AdjustModifier Rules element. It is currently:
{"key":"AdjustModifier","mode":"upgrade","predicate":["self:effect:scout"],"slug":"scouts-warning","value":2}
If both Scout and Scout's Warning are applied, the modifier stays at 1. If you add the selector to AdjustModifier, it works like inteded:
{"key":"AdjustModifier","mode":"upgrade","predicate":["self:effect:scout"],"slug":"scouts-warning","value":2,"selector":"initiative"}
The text was updated successfully, but these errors were encountered:
Add initiative selector to Scout's Warning
263114b
Closes foundryvtt#18233
Successfully merging a pull request may close this issue.
The Effect: Scout's Warning is missing the selector in the AdjustModifier Rules element. It is currently:
{"key":"AdjustModifier","mode":"upgrade","predicate":["self:effect:scout"],"slug":"scouts-warning","value":2}
If both Scout and Scout's Warning are applied, the modifier stays at 1. If you add the selector to AdjustModifier, it works like inteded:
{"key":"AdjustModifier","mode":"upgrade","predicate":["self:effect:scout"],"slug":"scouts-warning","value":2,"selector":"initiative"}
The text was updated successfully, but these errors were encountered: