EtienneLamoureux / TQVaultAE

Extra bank space for Titan Quest Anniversary Edition
MIT License
272 stars 62 forks source link

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

Closed ezloj closed 1 year ago

ezloj commented 1 year ago

image

ejfudd commented 1 year ago

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 commented 1 year ago

Thank you for the explanation