A percentage is calculated for each secondary. The calculation is based on the maximum and minimum possible rolls and uses the following formula:
range = max_value - min_value
avg = value / rolls
percentage = (avg - min_value) / range * 100
Let's make an example by using defense as a secondary stat. Let's assume that our mod rolled 3 times defense and has a value of 24. The calculations are as follows:
range = 10 - 4 = 6
avg = 24 / 3 = 8
percentage = (8 - 4) / 6 * 100 = 66.67%
With 3 rolls, the minimum value for defense is 12 and the maximum is 30. The value of 24 is 2/3 (66.67%) of the way between the two extremes.
Click on a 5dot mod to display a simulation of how the values would grow at 6 dots.
Click on a 6dot mod to display a graph of the secondaries. It shows for each secondary the percentage value that has been calculated.
Hovering each secondary will also display the minimum and maximum value that would have been possible for that amount of rolls.