Introduction

Hello there. This post is about my attempt to collect and visualize statistical data of recent season in For Honor. There will be many things related directly to the game and also some technical details which maybe not so interesting for the players.

For those who are not familiar with the game at all: it is a fighting online game by Ubisoft with uncommon mechanics, tons of characters, game modes and so on. I have been playing it for a long time and I can say that in general this game is pretty nice but there are some pitfalls.

I am not going to analyse the reason of such results by leaving such opportunity to upcoming Ubisoft’s “State Of Balance”. Actually, the goals of this experiment are:

  • To provide one more source of season stats which are based on completely different than upcoming “state of balance” population (pc-only, ranked top-100).
  • To be able to compare official results with something else (i.e. that which we have now).
  • If it is possible, to induce Ubisoft to publish more detailed summaries by the endings of seasons.

Technical details

Ubisoft provides web UI for analyzing your stats. We are able to notice at least the following interesting things here:

  • Per-character statistics: kills, deaths, assists, wins, losses etc.
  • Current top-100 ranked leaderboard.

First key thing is that web client is exposing backend API so we can make plain standalone requests. The second thing is that this API provides access to stats of any player (not only your’s data) by his profile id (which can be also retrieved by username).

Here we can suggest that such possibilities make us able to retrieve enough data to build and analyze our own “state of balance”, but there are some pitfalls:

  • As for now, top-100 leaderboard is the only source of players. Seems like we can’t get them automatically from anywhere else.
  • The data Ubisoft provides is not enough to see the full picture. Currently I can rely just on mentioned above API and discovering its’ features by inspecting mentioned above web client. It is quite possible that there are much more features than I know. Perhaps there exist some more suitable API for such purposes (for example, API which desktop client uses), but we have no information about it. For example, at least we can’t build such graph just because we have no information about player’s opponents.

But despite such inconveniences we still can try to benefit from it.

By querying leaderboard at times to populate more players and fetching their stats since beginning of season, we can analyze quite a lot of interesting things.

Analyzing pick-rates

The following graphs are the pick-rate stats (X axis is the total games played by certain hero) of the all players that were (or still are) at any position in leaderboard (PC-only). Currently there are about 300 players (if you have changed nickname during the season, there will be your old one).

pick-rates
average games per player

Also take a look at “average games per player” graphs. I have added it to denote situations where players are grinding so much, so they are impacting overall picture. These graphs were calculated via $total_hero_games / $total_hero_players, where $total_hero_players is the total amount of players which have played at least one game by this character. If there is too large number, quite possible that there are some players which play this character too much. For example, Valkyrie is top-4 in ranked pick-rate just because there is someone who played her 400+ games during the season.

And note that there are some differences with Ubisoft’s techniques of collecting data:

  • Official “State Of Balance” is merged data across all platforms vs my “PC-only”.
  • Official “State Of Balance” based on much more players. We are talking about platinum+ split (top 4%) vs my “top-100” (possibly it is something like ~0.5% but I don’t know exact numbers).
  • Also, it is not so clear - which duels does Ubisoft mean? Is it ranked? As we can see, here is noticeable difference with ranked/unranked duels.
  • I don’t know how exactly Ubisoft calculates pick-rates. Pick-rates above were calculated via simple $total_games / $total_hero_games, but there is possible inaccuracy with such formula. Take case with top-4 Valkyrie as example. Quite possible, Ubisoft adjusts such situations somehow.

In general, results are quite similar to Ubisoft’s results for previous season (we do not consider Raider/Lawbringer/Sakura because they are “new” comparing to previous season), but anyway there are some curious things.

Let’s analyze the most inconsistent ranked duel results. As long as Ubisoft is talking about viability in their “State Of Balance”, we assume they are presenting ranked duels data - just because simple duels are played more casually and here you usually are not thinking about viability. So:

  • Ubisoft’s Shugoki has 6.6% vs 1.0% in my results - possibly just because Shugoki was “new” in previous season and that is why he was temporary viable. I guess, in general all players know how to play against him now and due to inability to perform something dangerous to them, Shugoki has so low pick-rate.
  • Ubisoft’s Black Prior has 9.7% vs 3.4% - in my opinion such difference has partially the same reason as in case of Shugoki. But objectively Black Prior is more viable than shugoki despite the knowledge of his toolkit. That is why his pick-rate is not total garbage, but also not so high. I think he has 3% despite his viability due to his repetitive gameplay - just like Conqueror (Conqueror has 2.3% according to my results).
  • Ubisoft’s Kensei - 6.2% vs 1.9%, Gladiator - 5.0% vs 1.3%, Orochi - 7.7% vs 3.9%. I have several predictions about explaining such differences:
    • Possibly Ubisoft’s data is about unranked duels (or mixed ranked/unranked).
    • Possibly there were players in previous season which are grinding these characters a lot (like someone who brought valkyrie in top-4 according to my data) and Ubisoft does not handle such cases in any way.
    • Possibly it is impact of:
      • Different populations (data for platinum+ merged across consoles vs data for top-100 PC-only);
      • Recent season changes (for example, it can be hard to play Gladiator or Orochi vs Raider or Sakura, so their pick-rate fall down);
      • Different methods of calculating pick-rates.

However, waiting for the next “State Of Balance” to compare our data.

Analyzing win-rates

Next graphs are win-rates. I have splitted the data into two categories:

  • Average total win-rate - calculated by the following formula: $total_hero_wins / $total_hero_games
  • Average player win-rate: (sum of ($player.total_hero_wins / $player.total_hero_games)) / $total_hero_players

Possible there are more suitable ways to calculate such things, but I left it as it is.

As I said above, we can’t build win/loss matrix due to inability to retrieve such data. We also can’t distinguish duels between opponents which are not in the same MMR bracket (Ubisoft says they actually do that). So:

It sometimes coincides with Ubisoft’s results for the previous season, but mostly it is not, so i am going to leave it as it without comparison like in previous section. I think that possible reason of such differences is absence of filtering by the same MMR bracket.

Also, just like in case of pick-rate, ranked and unranked duels vary significantly. Again, quite possible it is the consequence that ranked matchmaking enforces the same MMR bracket. If not, maybe it can be an occasion for Ubisoft to publish such results separately too.

Just a fun obvious fact from the graph above is that if you are a top-100 player and you play Raider/Sakura/Lawbringer, it is highly likely you will win 3/4 of your duels.

Conclusion

All the data was presented for top-100 players, but I’m inclined to think that overall and platinum+ populations will be similar. However, we will check it soon.

This experiment has taken quite a lot of my time to implement and I hope you like it. Glad to see any your thoughts in Reddit thread here.

It is quite possible that I will continue to develop this project, so if you want to participate in, you can leave your in-game username and your platform in the same Reddit thread to make me able to count your activity in possible similar future reports. I have not developed a sane front-end yet to do this automatically, but possibly I will land it soon.

Have a nice day and thank you for the reading.