Quote:
Originally Posted by Fat Flying Machine
This is so cool I finally made a one which includes EVs... btw, could someone tell me how to calculate 1-2HKOs? (% chance)
like, whats % of OHKO when taking 84-102% damage from 1 atk.
ty again xact :D
|
It is approximately:
Code:
%Probability to OHKO = 2000 x (1 - 100/Dam) / 3
where Dam is the maximum percentage damage.
For example, in your example dealing 84% to 102%, the approximate probability to OHKO is 2000 x (1 - 100/102)/3 = 13.07%.