You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nischhelm edited this page Feb 26, 2025
·
4 revisions
Some gem effects allow for rolling a random value in a range when socketing a gem.
All values that are random value ranges can either be defined as fixed numbers
"Amount": 3
or as a range using the pattern
"Amount": "[min : max] int"
When socketing the gem, it will roll a random amount between min and max. If the modifier "int" is named, it will only roll integer values instead of a random floating point number.