LeagueSharp / LeagueSharp.Data

16 stars 28 forks source link

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

Open ghost opened 8 years ago

ghost commented 8 years ago

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 commented 8 years ago

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

ghost commented 8 years ago

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

ghost commented 8 years ago

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