To make chained wins harder, limit the amount of tickets any one player can put in the lottery at any one time to 25% of the total amount of tickets.
Example:
The lottery currently has 1000 tickets in it ->
- The max amount any one player can have put in in the pot at that moment is 250 tickets (25%)
This makes it so that the maximum chance of winning the lottery is 25%.
Other considerations:
- The interface should calculate this limit for the player (because no one wants to do the maths themselves)
- Does not have to be 25% if another value turns out better
Example:
The lottery currently has 1000 tickets in it ->
- The max amount any one player can have put in in the pot at that moment is 250 tickets (25%)
This makes it so that the maximum chance of winning the lottery is 25%.
Other considerations:
- The interface should calculate this limit for the player (because no one wants to do the maths themselves)
- Does not have to be 25% if another value turns out better