Skip to content

Commit

Permalink
Merge pull request #21 from Wayakuyee/patch-1
Browse files Browse the repository at this point in the history
Update WoC 16 Rules
  • Loading branch information
yfxu authored Jan 12, 2024
2 parents d75e949 + 0604c16 commit c0593bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/events/2024-01-12-woc-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ All teams must satisfy a *Legal Lineups* criteria in order to be eligible for pa
Every registered player has an associated *player cost*. Their *player cost* is equal to the output of the following cost function, where `pp` is the player's bancho PP value at the time of signups closing:

```
c(x) = 7.27 * (1 - 0.99986^((pp^1.022) - 2000))
c(x) = MAX(0.25, 7.27 * (1 - 0.99986^((pp^1.022) - 2000)))
```

In order for a team to be eligible to play, each player on the team must have at least one *legal lineup* with another teammate. A *legal lineup* is defined as any combination of two to four players whose sum of *player costs* is less than or equal to `10`.
Expand All @@ -161,7 +161,7 @@ Eligible teams must satisfy the following criteria:
- At least half of the players must be enrolled as a UWaterloo student during the W2024 term
- Every player must have at least one [legal lineup](#legal-lineups)

For a team proposal to be accepted, all proposed members (excluding the captain) must react to the message with `:white_check_mark`. The tournament host will then confirm the team and add the team to the spreadsheet.
For a team proposal to be accepted, all proposed members (excluding the captain) must react to the message with `:white_check_mark:`. The tournament host will then confirm the team and add the team to the spreadsheet.

_The tournament host reserves the right to veto egregious deranker teams from forming._

Expand Down

0 comments on commit c0593bf

Please sign in to comment.