Fix Ball Lightning Projectile Speed#5746
Merged
LocalIdentity merged 1 commit intodevfrom Mar 31, 2023
Merged
Conversation
Ball Lightning has a base projectile speed of 40 unit/s. This was determined through the Projectiles.dat file
|
I was checking ball lightning skill. The wiki says 48 units/s instead of 40. This was based on the assumption that there was a 33% increased on the original value. Original value, assumes 36 quoting mark: https://www.pathofexile.com/forum/view-thread/960086/page/14#p8249654 Now if you found a data mined version of the skill that says 40, perhaps that's more accurate. However, I am not sure why we are assuming 33% more projectile speed on top of that? There is nothing in the gems's description that says that, this was just mention in patch note of 3.3.0 |
Contributor
Author
|
Thanks for clarifying. I guess GGG needs to get better at showing this information in the UI. |
Dullson
pushed a commit
to Dullson/PathOfBuilding
that referenced
this pull request
Dec 6, 2023
Ball Lightning has a base projectile speed of 40 unit/s. This was determined through the Projectiles.dat file Co-authored-by: LocalIdentity <localidentity2@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Ball Lightning has a base projectile speed of 40 unit/s. This was determined through the Projectiles.dat file