Functions§
- ppm_
proc_ chance - Converts a classic procs-per-minute rate into one swing’s proc probability.
- proc_
chance - Rolls a proc with the given fractional probability.
- roll_
range - Draws uniformly from the closed interval
[low, high], mirroringSimC’srng().range(a, b). - roll_
tier - Returns the index of the first cumulative threshold above the RNG draw.
- shuffle_
pick - Moves up to
nrandomly selected items to the front ofitems.