Skip to content

Commit 1478aa2

Browse files
docs: Add notes on tiers and their function
1 parent 376ed80 commit 1478aa2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

apps/docsite/docs/Internal/database.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,11 @@ erDiagram
111111
UserSeasonTier }|--|| Season: "determines tier in season"
112112
```
113113

114-
A `tier_role_id` is the `role_id` of a role in a Discord server.
114+
A `tier_role_id` is the `role_id` of a role determining the "tier" of a user in a Discord server.
115+
116+
Users in a certain "tier" will gain or lose more or less points, depending on the "tier" of their opponent.
117+
118+
> For example, a user with a role called "Tier 3" can be considered to be in tier 3 of the current season.
119+
> - A user in tier 3 may win 1 point or lose 5 points against a user in tier 1.
120+
> - The same user in tier 3 may win 3 points or lose 2 points against a user in the same tier.
121+
> The names of these roles ("Tier 3" in this example) can be any string. A role should be identified by a role id instead of its name.

0 commit comments

Comments
 (0)