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

[Issue] Shyvana W Range, Jinx R Acceleration #22

Open
ghost opened this issue Jun 12, 2016 · 3 comments
Open

[Issue] Shyvana W Range, Jinx R Acceleration #22

ghost opened this issue Jun 12, 2016 · 3 comments

Comments

@ghost
Copy link

ghost commented Jun 12, 2016

Found 2 issues:
Shyvana W should be 325, not 160
Jinx R should have an acceleration (Or BaseUlt3 has a wrong calculation)

Also, only AhriQ has an acceleration? oO

@ChewyMoon ChewyMoon assigned ChewyMoon and unassigned ChewyMoon Jun 12, 2016
@ChewyMoon
Copy link
Contributor

If you could submit a PR, I'd be glad to accept!

@ghost
Copy link
Author

ghost commented Jun 12, 2016

Maybe tomorrow, I need to find out the Jinx R values myself

@ghost
Copy link
Author

ghost commented Jun 12, 2016

If you baseult the acceleration doesnt matter at all, because it's static after a short distance. You can just do something like
var missleSpeed = Distance > 1350 and (1350 * 1700 + ((Distance - 1350) * 2200)) / Distance or 1700
or short
-castDelay + (1350/1.7) with a delay of 600

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

1 participant