Quote Originally Posted by elvenchakra View Post
Its pretty simple to implement too- keep track of the relative chance of drawing each card (a number starting at say, 100), and whenever you draw a card set that cards chance to zero and increase all the other cards chances by 20.
So basically
*Draw* (x% chance to draw any card)
Balance
my next draw will have 0% chance of giving another balance but the same x% chances of giving me any other card and so on.
(same for shuffle)
is that right?

or

like you said number starting at 100
*Draw*
Balance
(Balance number goes to 0)
all others go to 120
yes?


omg give me that please, PLEASE!