08-11-2020, 01:11 AM
While those two codes may seem to be the same, they are not. The Equal Item Probability code simply sets all item chances to the same value, but the complex algorithm that the game uses to determine your item (who's holding what, what's out in play, position checks, etc) is still utilized.
With Star's Random Item Code, that algorithm is not followed at all. Thus, if you are in need of something that has the most 'randomness', Star's code is what you want.
With Star's Random Item Code, that algorithm is not followed at all. Thus, if you are in need of something that has the most 'randomness', Star's code is what you want.