
#Battle simulator game download simulator#
Pokemon GO's Trainer Battles take place in 0.5-second "turns", and the simulator increments through each of those turns while determining the best possible action for both combatants. Pokemon are given two Charged Moves by default, but you can set this to "None" if you want, or even remove both Charged Moves if you want to see how a Pokemon performs with only its Fast Move. Know that auto selection will give you the best result the majority of the time, but don't be afraid to experiment with movesets for each matchup. Second, there may be edge cases where a certain move combination produces a better result than the one automatically selected due to damage hitting at specific times and in specific intervals. This means a Pokemon may perform slightly better with a different Fast Move if shields are in play or if it faints before a certain threshold. First, TDO calculations don't take into account things like shields, or how many Charged Moves a Pokemon is actually able to use in its lifetime. While this algorithm does its best to give each Pokemon the optimal result in battle, it does currently have a few pitfalls. TDO is simply the product of DPS (how much damage a Pokemon deals per second, on average) and how much time the Pokemon lasts in battle.

In other words, a Pokemon gets up to 500 points for the percentage of HP it damages in battle and up to 500 points for the percentage of HP it survives with. The Battle Rating formula is:īattle Rating = (500 x (Damage Dealt / Opponent's HP)) + (500 x (HP Remaining / HP))

Battle Ratingīattle Rating is a metric used to represent each battle's outcome. We hope the simulator can serve as a helpful guide for real-world battles.īelow are details for how the battle simulator works. While the simulator strives to paint as accurate a picture as possible, note that various factors may affect the outcome of an actual battle, such as Pokemon stats, latency, device performance, and human decision-making. It displays a timeline of what each Pokemon does, and how much damage they deal. Can Pokemon A beat Pokemon B, and by how much? The battle simulator seeks to calculate and illustrate the answer to that question.
