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

What does this percentage value represent after item seed? #479

Closed
ezloj opened this issue Dec 21, 2022 · 2 comments
Closed

What does this percentage value represent after item seed? #479

ezloj opened this issue Dec 21, 2022 · 2 comments

Comments

@ezloj
Copy link

ezloj commented Dec 21, 2022

image

@ejfudd
Copy link
Contributor

ejfudd commented Dec 21, 2022

The item seed has a range of 0-32767 (0x7FFF) and it's the percentage of your item seed against the maximum value.
Take 23444 / 32767 and you get 71.545%.
In the big picture, it really does not mean much since it's not known how that value affects the actual stats on the item.

@ezloj
Copy link
Author

ezloj commented Dec 21, 2022

Thank you for the explanation

@ezloj ezloj closed this as completed Dec 21, 2022
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