Support the grants.critical.range flag #67
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Conditions like Paralyzed turn hits into crits if the attacker is adjacent. Helpful since a previous feature added this flag to the system-defined status effects.
There's an issue with Ready Set Roll though. It doesn't really do well with setting the critical flag in general, really just relying on whether the attack roll was a crit. So for now, it's effectively disabled by setting the distance to
Infinity
so the flag will be ignored.