Those systems give equivalent results. 0-300 for drop, 301-999 for no drop would equal a 30% drop chance. In fact, this is how most systems calculate chance-based rolls. They calculate a random integer, and if the integer is between 0 and c*x, where c is the maximal integer value (65536 in most cases) and x the percentage, then the result is considered a success.


Reply With Quote




