Cycle 17/Ruleset: Difference between revisions

Implement Proposal **Duct Tape**
Implement Urgent Proposal **Stop voter fraud**
Line 49: Line 49:
Each election phase, an election is held where all players are both candidates and voters.
Each election phase, an election is held where all players are both candidates and voters.


Each voter may send an ordered list of candidates in #elections as their vote. At the end of the election phase, the following process is repeated until all seats have been allocated, with n initially 1 and incremented by 1 at each iteration:  
Each voter may send an ordered list of candidates in #elections as their vote. If a player has cast multiple votes during the active election cycle, the most recent vote will be counted and older votes will be ignored. At the end of the election phase, the following process is repeated until all seats have been allocated, with n initially 1 and incremented by 1 at each iteration:  


# The Droop Quota is calculated according to Q = ⌊ V / (S + 1) ⌋ + 1, where V is the number of votes and S is the number of seats to fill.
# The Droop Quota is calculated according to Q = ⌊ V / (S + 1) ⌋ + 1, where V is the number of votes and S is the number of seats to fill.