Skip to content

Random Value Range

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.

Clone this wiki locally