I would like to make a command that generates a "total kills" output based on a rate of 1/400.
To explain with a scenario:
The drop rate for a specific item is 1/400 kills. When the user does !blade, it rolls the odds of 1/400, but is not capped at 400. Meaning a user could 'get the blade' in 1 kill, or 2,000 kills.
I didn't want to use this code
$(user) received their blade at $(customapi http://2g.be/twitch/randomnumber.php?=defstart=1&defend=1000&start=$(1)&end=$(2)) kc!
because it would roll equally from 1 to 1,000 instead of going off the odds of 1/400 chance.
