Pokémon Wiki

Don't like the ads? Then create an account! Users with accounts will only see ads on the Main Page and have more options than anonymous users.

READ MORE

Pokémon Wiki
No edit summary
No edit summary
(3 intermediate revisions by 3 users not shown)
Line 8: Line 8:
 
A=(2 x Level + 10)/250
 
A=(2 x Level + 10)/250
   
Where Level would be Attacking Pokemon's level.
+
Where Level would be Attacking Pokémon's level.
   
 
B=Attack/Defense
 
B=Attack/Defense
   
Where Attack is Attack or Special ATK of Atking Pokemon
+
Where Attack is Attack or Special ATK of Attacking Pokémon
   
And Defense is Defense or Special DEF of DEFing Pokemon.
+
And Defense is Defense or Special DEF of Defending Pokémon.
   
 
C=Base Power of Move
 
C=Base Power of Move

Revision as of 01:05, 15 April 2014

531Audino This article or section requires a cleanup in order to
meet the Pokémon Wiki's quality standards.

Reason: Unknown
Please consider editing this page to improve it.
531Audino
235Smeargle
Something's missing…
This article is missing one or more images. Please help the Pokémon Wiki by adding more images to it.

Damage calculation is the calculation used to determine the damage done by a Pokémon. Only Experts should manually calculate the formula, but it would help you estimate move damage.

Calculation

Calculate the values:

A=(2 x Level + 10)/250

Where Level would be Attacking Pokémon's level.

B=Attack/Defense

Where Attack is Attack or Special ATK of Attacking Pokémon

And Defense is Defense or Special DEF of Defending Pokémon.

C=Base Power of Move

MOD= STAB x Type x Critical x Others x Rand Value 0.85-1.00

STAB is 1.5x if move is same type as user and 1x if other type

Type is Type Effectiveness= 2x for Super Effective, 0.5x for Not So Effective and 0x for No Effect

Critical is Critical hit= Critical Hit x2 Normal x1

Others is Other Conditions. Input them manually

Rand is Random Value. Minimum damage calculation is 0.85x Maximum Damage is 1x. Remember it is Random

Calculate the formula below based on Values above.

(A x B x C) + 2 x MOD

Example=

Imagine if a Turtwig at Lvl 100 had Sp Atk 200, Sp Def 200 and HP 400

It uses Leaf Storm(140 Base) against Piplup at Lvl 90 SP Atk 194,Sp Def 190 and HP 380

Formula is

A=2 x 100/250 = 0.8

B=200/190 =1.052(Rounded up)

C=140

MOD = 1.5 x 2x 2x(critical)1x 0.85(Minimum Damage)=5.1

0.8 x1.052 x140 x5.1=600.90=601

Which would be enough to wipe out Piplup.

173Cleffa
Stub!
Please help the Pokémon Wiki by adding more info.