Catch rate (GO): Difference between revisions

No edit summary
Line 4: Line 4:
Upon throwing a Poké Ball, the game will calculate <code>P</code>, the probability of a successful capture.  
Upon throwing a Poké Ball, the game will calculate <code>P</code>, the probability of a successful capture.  


[[Image:GO Catch formula.png|x55px]]
[[File:GO Catch formula.png|x55px]]


* <code>baseCaptureRate</code> is the base capture rate specific to a Pokémon's species
* <code>baseCaptureRate</code> is the base capture rate specific to a Pokémon's species
* <code>CPM</code> is the CP multiplier of a Pokémon, counterpart to the [[level]] in the core series
* <code>CPM</code> is the CP multiplier of a Pokémon, which is dependent on the Pokémon's [[Power Up]] level
* <code>multiplier</code> is the product of several possible bonus multipliers, which may include:
* <code>multiplier</code> is the product of several possible bonus multipliers, which may include:
** Type of [[Poké Ball]]
** Type of [[Poké Ball]]