File tree Expand file tree Collapse file tree
apps/docsite/docs/Internal Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments