• Welcome back to Pokécharms! We've recently launched a new site and upgraded forums, so there may be a few teething issues as everything settles in. Please see our Relaunch FAQs for more information.

Base Evasion

I'm trying to write a program that mimics the combat system in Pokemon. One thing that eludes me is Base Evasion. I have information on how it changes, but I don't know what the starting value is or how it is determined. Can anyone help me?
 

Doctor Oak

Staff member
Overlord
Evasion starts at every battle for every Pokemon at 0% and rises depending on the move or abilities as they come into play.

As for increments, it doesn't seem to be all that well documented. Sand Veil will raise your Pokemon's evasion by 20% according to Bulbapedia, but most other talk of it refers to it as incrementing levels.

Minimize prevents you increasing evasion at all after +6 levels, so this could be 60% - so it can probably be assumed that every, or most, attacks that affect evasion do so in increments of 10%. There's really no other way to make sure of this information without hacking it yourself from the games though...
 
Top