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

Have token heights factor in to range calculations. #244

Open
titaniumdragoonneo opened this issue Jan 5, 2024 · 0 comments
Open

Have token heights factor in to range calculations. #244

titaniumdragoonneo opened this issue Jan 5, 2024 · 0 comments
Assignees

Comments

@titaniumdragoonneo
Copy link

As simple as it sounds! Currently, the W&G Foundry system only logs horizontal distance when determining range for attacks, and I'd like to see vertical distance accounted for too. Extremely useful since W&G innately supports vertical combat, and with vehicles and the large distances they travel and attack from, the verticality between them and their target can greatly impact range determination.

Using the Pythagorean theorem:

RANGE = SQRT( (horizontal distance)^2 + (attacker height - defender height)^2) )

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