Ranks
Version: 1.0.0.0 Updated: 2023-11-29 16:56:05
Summary
Documentation for the Ranks Page
Ranks Schema
Name | Type | Required | Description |
---|---|---|---|
name | string | Yes | Readable name to identify this Rank |
rank_max | number | Yes | The maximum skill value that can be achieved in this Rank |
rank_min | number | Yes | The minimum skill value that can be achieved in this Rank |
trueskill_sigma_min | number | No | The minimum sigma value achievable in this Rank when calculating with Trueskill |
trueskill_beta | number | No | Trueskill’s default beta value, which represents the distance in rating to have ~76% chance of winning for the higher rated player. Trueskill’s default is 4.167 |
trueskill_default_mu | number | No | Trueskill’s default mu value, which represents player skill. Trueskill’s default is 25 |
trueskill_default_sigma | number | No | Trueskill’s default sigma, which represents the systems uncertainty on the player’s mu (higher values mean more uncertainty). Trueskill’s default is 8.333 |
trueskill_draw_probability | number | No | Trueskill’s draw probability. Trueskill’s default is 0.1 |
trueskill_tau | number | No | Trueskill’s tau, which represents the additive dynamic factor. The higher the value, the more dynamic ratings will be (wins grant more, and losses lose more). Trueskill’s default value is 0.083 |
sandbox_id | string | No | ID of the Sandbox |
last_modified_account_id | string | No | Account ID of the user who last modified the resource |
last_modified_timestamp | string | No | Timestamp of when the resource was last modified |
created_timestamp | string | No | Timestamp of when this resource was created |
rank_id | string | Yes | No description |