Pokemon-go – Does Pokemon Go attack power change

pokemon-go

If I have a Pidgeot who's CP is 450 and a Pidgeot who's CP is 100, and both have the attack Aerial ace (which deals out 25 damage), does that number ever increase the higher the CP? Or no matter what level the Pokemon is on, does it stay the same? Will it always just deal out just 25 damage despite how strong the Pokemon is?

Best Answer

A move's Power rating is fixed, so for example, Aerial Ace has the same Power no matter which Pokemon uses it. However, actual damage depends on several variables including level. A higher level Pidgeot will generally deal more damage.

The damage formula has been empirically determined. GamePress has a detailed article on Damage Mechanics, and the formula looks like this:

Damage = Floor(0.5 * Power * (Atk / Def) * Multipliers) + 1

Multipliers consists of several possible factors such as the Pokemon's level.