Equipment bonuses are created procedurally from a data table. Almost each equipment can be unique due to randomization of the bonuses it gives. All the randomness come from a random stream seed that is attached to each equipment when they are created. When loading the game, the same seed is used to re-create the same bonuses.
1 Like