DOTA 2 - Power treads attribute for maximum DPS

Aug 20, 2018

TL;DR: If your hero attack damage is more than it’s attack speed (without the +10 from treads), keep treads in agility, otherwise keep it in primary attribute.


For the past couple of days, I had this question in my mind. Which generates the maximum DPS for a non agility hero - power treads in primary attribute vs power treads in agility?

The reason this came into my mind is that there is a simple trade off between the two scenarios. When you have a hero whose primary attribute is strength or intelligence, switching treads to primary gives you +10 damage whereas switching it to agility gives you +10 attack speed. For agility heroes the answer is that you should always keep it in agility since that gives both attack speed and damage, thus no trade off. However, for the other two types of heroes, the answer is not so simple.

First let’s establish a few ground rules. We are only going to measure the impact of tread switching on DPS for non agility heroes. We are only going to compare the impact of +10 damage vs +10 attack speed, i.e. the impact of switching treads.

Let’s consider a strength hero with treads whose attack damage is AD and attack speed is AS without the treads bonus.

Treads in strength:
attack damage = AD+10
attack speed = AS

Treads in agility:
attack damage = AD
attack speed = AS+10

We know:
attacks per second = (attack speed x 0.01) / BAT
=> attacks per second = attack speed / (100 x BAT)
DPS = attacks per second x attack damage
=> DPS = attack speed x attack damage / (100 x BAT)

When treads in strength:
DPS = AS x (AD+10) / (100 x BAT)
=> DPS = (AS x AD + 10 x AS) / (100 x BAT) … … … (1)

When treads in agility:
DPS = (AS+10) x AD / (100 x BAT)
=> DPS = (AS x AD + 10 x AD) / (100 x BAT) … … … (2)

Comparing equation 1 and 2 we can see that the distinguishing factor is AS when treads in strength and AD when treads in agility. So if we have AS > AD, we want AS to be the contributing factor since it will give us more DPS. In that case, treads should be in strength. On the other hand, if we have AD > AS, then treads should be in agility as AD will then become the contributing factor in DPS and maximize it.

If you are not convinced yet, here is a visualization of the change of DPS based on tread switching for various values of attack speed and damage. Notice the points where the lines cross each other.

Visualization: Power treads attribute for maximum DPS

You can find the full spreadsheet here.