Skip to content

Commit

Permalink
Update 2024-01-12-woc-16.md
Browse files Browse the repository at this point in the history
Added floor to player cost formula
  • Loading branch information
Wayakuyee authored Jan 12, 2024
1 parent 0e37d78 commit 0604c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 0604c16

Please sign in to comment.