Skip to content
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

[FEATURE] grants advantage depending on distance? #6

Closed
mech-tools opened this issue Jan 16, 2022 · 2 comments
Closed

[FEATURE] grants advantage depending on distance? #6

mech-tools opened this issue Jan 16, 2022 · 2 comments

Comments

@mech-tools
Copy link
Contributor

Hello,

The "Prone" condition grants advantage to a melee attack and disadvantage to a distance attack.
Do you think it's doable?

@kaelad02
Copy link
Owner

The tricky part is doing the distance-to-target check. I'm sure it's possible. If I can figure that out, I guess it would be possible but I'd have to define a new key to use it, like flags.adv-reminder.prone.

An attack roll against the creature has advantage if the attacker is within 5 feet of the creature. Otherwise, the attack roll has disadvantage.

DFreds Convenient Effects setup Prone to assume you're getting advantage with melee attacks and disadvantage with ranged attacks. A reasonable assumption to make to simplify things. CUB's version of prone gives disadvantage to all attacks.

I guess the question is: is the extra complexity worth it or are the assumptions CUB and CE make good enough?

@mech-tools
Copy link
Contributor Author

mech-tools commented Jan 16, 2022

From the two, I think that the "DFreds Convenient Effects" way is the best.
I think you are right, the extra complexity is not worth it. Thx for the thoughts on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants