True DPS x Atack Stats
Hello again. About the True DPS, this is calculated considering the pokemon base stats? i dont understanded it correctly yet. For example, Solar Beam's DPS w/ stab is 30.61 and the true DPS for Exeggutor is 35.71 - for Venusaur is 30.41.
Exeggutor's attack stats: 232;
Venusaur's attack stats: 198.
Whats the maths? the True DPS with Stab will be True_DPS*1,25 ?.
I already take a look at this link https://pokemongo.gamepress.gg/pokemon-attack-explanation but my english is not that good and its a little confuse.
Answers
Because that 30.61 DPS is the DPS of the move alone, not taking into account attack or defence.
120 damage x 1.25 STAB = 150 damage.
150 damage / 4.90s = 30.61 DPS
https://pokemongo.gamepress.gg/damage-mechanics
Here is how damage is calculated.
Floor( 1/2 x move power x attack / defence x STAB x effectiveness)+1
If you assume defence is 100 then you divide by 200 due to the 1/2 in the formula. Since Venusaur's base attack is 198, 198/200 is less than 1, which is why the true DPS is less than the move DPS.
TrueDPS already have STAB factored in.
The formula is:
Damage = Floor { Attack / 200 * Move Power * STAB } + 1
Duration = Cooldown of the move
TrueDPS = Damage/Duration
So, for example Charizard's Fire Blast:
Charizard's Base Attack (0 IVs) = 212
Fire Blast's Power = 100
Fire Blast's Cooldown = 4.1
Damage = Floor { 212 / 200 * 100 * 1.25 } + 1 = 133
Duration = 4.1
TrueDps = 133 / 4.1 = 32.44
I hope this helps you understand!