From 0e37d782a5611207ff9f8ad750e1c7c69eae0474 Mon Sep 17 00:00:00 2001 From: Ted Liu <42020364+Wayakuyee@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:45:44 -0500 Subject: [PATCH 1/2] Update 2024-01-12-woc-16.md Added colon --- content/events/2024-01-12-woc-16.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/events/2024-01-12-woc-16.md b/content/events/2024-01-12-woc-16.md index 82e7966..528e9cb 100644 --- a/content/events/2024-01-12-woc-16.md +++ b/content/events/2024-01-12-woc-16.md @@ -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._ From 0604c1695bcf833e2f77df8c030c9422ac00fee2 Mon Sep 17 00:00:00 2001 From: Ted Liu <42020364+Wayakuyee@users.noreply.github.com> Date: Fri, 12 Jan 2024 09:51:38 -0500 Subject: [PATCH 2/2] Update 2024-01-12-woc-16.md Added floor to player cost formula --- content/events/2024-01-12-woc-16.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/events/2024-01-12-woc-16.md b/content/events/2024-01-12-woc-16.md index 528e9cb..c56b0e9 100644 --- a/content/events/2024-01-12-woc-16.md +++ b/content/events/2024-01-12-woc-16.md @@ -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`.