The base catch rate for Wishiwashi in Pokémon GO is 16.74%, calculated for catching a Level 20 with no berries. Curved Great throw has a 37.32% chance to catch, and adding a Razz Berry raises that to 50.38%.
More information
Catch probability with multiple throws
In order to help Trainers understand their overall odds when catching Wishiwashi, we enable the functionality to showing the total chance to catch it depending on the number of available throws. We calculate this chance as if you repeated the same throw N-number of times.
To activate this functionality, change the number of Number of throws to a value greater than 1. The Number of throws option is available in the configuration options above the chart
Catch rate formula
Pokémon GO catch rate formula can be expressed as follows:
CATCH_MULTIPLIERS = ball * curve * berry * throwType * (type1Medal + type2Medal / 2)
CATCH_RATE = 1 - Math.pow(1 - baseCatchRate / (2 * cpm), CATCH_MULTIPLIERS)
There are different multipliers that come into play when calculating catch rate.
Curved throws are more effective than regular throws, stronger types of Poké Ball have a higher catch rate, and using a Razz Berry or a Golden Razz Berry also improves your chances.
Catch rate multipliers
The following table shows all the different catch rate multipliers in Pokémon GO:
Multiplier | Amount |
---|
Razz Berry | 1.5 |
---|
Silver Pinap Berry | 1.8 |
---|
Golden Razz Berry | 2.5 |
---|
Curveball | 1.7 |
---|
Nice Throw | 1.15 |
---|
Great Throw | 1.5 |
---|
Excellent Throw | 1.85 |
---|
PokéBall | 1.0 |
---|
Premier Ball | 1.0 |
---|
Great Ball | 1.5 |
---|
Ultra Ball | 2.0 |
---|
Bronze medal | 1.1 |
---|
Silver medal | 1.2 |
---|
Gold medal | 1.3 |
---|