-
Notifications
You must be signed in to change notification settings - Fork 8
Rank V2
Michal Mikulec edited this page Feb 17, 2022
·
1 revision
-
kills
int -
deaths
int -
last_mmr_change
intโ Last game outcome. No MMR adjustments -
prev_rank_mmr
int -
next_rank_mmr
int -
mmr
int -
max_mmr
int -
wins
int -
losses
int -
season
intโ Season ID. Which season it is from the start, with Black Ice being1 -
rank_id
intโ You can figure out what rank the ID corresponds to from this file -
rank
strโ E.g.:Platinum 3 -
max_rank_id
intโ Same asrank_idbut for the highest rank this season -
max_rank
strโ Same asrankbut for the highest rank this season -
region
strโ E.g.:'emea' -
abandons
int -
skill_mean
floatโskill_mean ร 100 โ mmr -
skill_stdev
floatโ Represents how certain the game is of the rank/mmr. The more games you play, the smaller it gets. -
season_name
str -
season_code
strโY_S_- E.g.:Y5S2
-
get_dict() -> dict[str: str | int | float]
- Returns
vars(self)(vars Python docs)
- Returns