$ draft.status
radiant 0.0%
0.0%dire
awaiting picks_
$ team.radiant[0/5]
1
Pick hero...
2
Pick hero...
3
Pick hero...
4
Pick hero...
5
Pick hero...
$ team.dire[0/5]
1
Pick hero...
2
Pick hero...
3
Pick hero...
4
Pick hero...
5
Pick hero...
$./favourites
+
search heroes to pin...

> add heroes you like to play. we'll show which ones fit best in each draft.

$ man draft_engineread-only

the draft tool analyzes every ranked match from the past 48 hours to build a pairwise hero stats table. no 5v5 comp lookups — the draft is decomposed into pairwise relationships:

counter

each of your heroes vs each enemy. head-to-head winrate minus base winrate — normalizes pick-rate bias. a 62% hero vs a specific enemy at 58% reads as -4.0, not +8.0.

synergy

each pair of teammates. combined winrate minus the average of both base winrates. do they perform better together than individually.

win_probability

all advantages summed, logistic-squashed to a probability. approximation: assumes pairwise interactions are independent.

> 5v5 = 25 counter pairs + 10 synergy pairs per team. data refreshes with the live pipeline. pairs with < 20 games are treated as neutral.