Catch rate (GO): Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
Among the several mechanics that differ in [[Pokémon GO]] compared to the core series is the calculation of '''catch rate'''. Every {{OBP|Pokémon|species|species of Pokémon}} is assigned a "base capture rate" that is applied to every member of that species, and it is usually a value between 0 and 1. Players can estimate the difficulty of a capture by looking at the color of the target ring before throwing a [[Poké Ball]], with green meaning a high catch rate and red meaning a low one.  
Among the several mechanics that differ in [[Pokémon GO]] compared to the core series is the calculation of '''catch rate'''. Every {{OBP|Pokémon|species|species of Pokémon}} is assigned a "base capture rate" that is applied to every member of that species, and it is usually a value between 0% and 100%.  


The calculation for capturing take the following variables into account:
The calculation for capturing take the following variables into account:
Line 12: Line 12:


==Calculation==
==Calculation==
Upon throwing a Poké Ball, the game will calculate ''P'', 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]]
[[Image:GO Catch formula.png|x55px]]


* ''baseCaptureRate'' 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
* ''CPM'' is the CP multiplier of a Pokémon
* <code>CPM</code> is the CP multiplier of a Pokémon
* ''multiplier'' is the product of several possible bonus multipliers
* <code>multiplier</code> is the product of several possible bonus multipliers


===Multipliers===
===Bonus multipliers===
Bonus multipliers are a means for players to much better their odds of a successful capture.  
Bonus multipliers are a means for {{player}}s to better their odds of a successful capture, since the base capture rate and CP multiplier are outside of the players' control.  


{| class="roundy" style="margin:auto; background:#eef; border:3px solid #ccc"
{| class="roundy" style="margin:auto; background:#eef; border:3px solid #ccc"
Line 28: Line 28:
! Multiplier
! Multiplier
|-
|-
! colspan=3 style="background:#{{Poké Balls color light}} | Poké Balls
! colspan=3 style="background:#{{Poké Balls color light}} | {{{color|000|Poké Ball|Poké Balls}}}
|- style="background:#fff"
|- style="background:#fff"
| [[Image:GO Poké Ball.png|40px]] || [[Poké Ball]] || 1.0×
| [[Image:GO Poké Ball.png|40px]] || [[Poké Ball]] || 1.0×
Line 49: Line 49:
|- style="background:#fff"
|- style="background:#fff"
| Nice!  
| Nice!  
| rowspan=3 | 2.0 - ''radius''
| rowspan=3 | 2.0 - ''r''<br>''r'' ∈ [0, 1]
| 1.0 to 1.3×
| 1.0 to 1.3×
|- style="background:#fff"
|- style="background:#fff"
| Great! || 1.3 to 1.7×
| Great! || 1.3 to 1.7×
|- style="background:#fff"
|- style="background:#fff"
| Excellent! || 1.to 2.0x
| Excellent! || 1.7 to 2.
|- style="background:#fff"
|- style="background:#fff"
| colspan=2 | Curve Ball
| colspan=2 | Curve Ball
Line 60: Line 60:
|-
|-
! colspan=3 style="background:#{{gold color light}}" | Type medals
! colspan=3 style="background:#{{gold color light}}" | Type medals
|- style="background:#fff"
| [[File:No Medal Pokémon GO.png|40px]] || No type medal || 1.0×
|- style="background:#fff"
|- style="background:#fff"
| [[File:Bronze Medal Pokémon GO.png|40px]] || Bronze type medal || 1.1×
| [[File:Bronze Medal Pokémon GO.png|40px]] || Bronze type medal || 1.1×
Line 68: Line 70:
|}
|}


The [[Master Ball]] guarantees capture, but is currently unobtainable in Pokémon GO.
The [[Master Ball]] guarantees capture, but it is currently unobtainable in Pokémon GO.


Only one Berry can be used at a time. A Berry's effect wears off after the wild Pokémon has broken out of a thrown Poké Ball.  
Only one Berry can be used at a time. A Berry's effect wears off after the wild Pokémon has broken out of a thrown Poké Ball.  


Throw bonuses, other than Curve Ball, are based on how small the target ring is when the wild Pokémon is hit with a thrown ball. If the player successfully hits the Pokémon inside the target ring, a bonus multiplier will be calculated based on how small the radius was. If the player misses the ring or the ring was too big when it was hit, then only a ×1.0 multiplier will be applied.  
Throw bonuses, other than Curve Ball, are awarded for hitting the wild Pokémon inside the target ring with a Poké Ball. The smaller the target ring, the greater the bonus multiplier. If the player misses the ring or the ring was too big when it was hit, then no bonus multiplier will be applied.


Type medals, which are awarded based on how many Pokémon of a specific [[type]] was caught, affect the catch rate of a Pokémon of a specific type. If a Pokémon is dual-typed, the multiplier will be the average of the type medal bonuses, including ×1.0 if no medal for one type.
Type medals, which are awarded based on how many Pokémon of a specific [[type]] was caught, affect the catch rate of a Pokémon of a specific type. If a Pokémon is dual-typed, the multiplier will be the average of the type medal bonuses, including ×1.0 if no medal for one type.


==Target ring colors==
==Target ring colors==
Target ring colors allow the player to gauge the probability of successfully capturing a Pokémon. Feeding Berries or switching the Poké Ball used may change the color of the ring. However, the ring cannot take into account how well the player's throwing technique will be.  
Players can gauge the probability of a successful capture by the color of the target ring. The more green the target ring, the higher the probability. Feeding Berries or switching the Poké Ball used may change the color of the ring. However, the ring cannot take into account how well the player's throwing technique will be.  


{| class="roundy" style="margin:auto; text-align:center; background:#eef; border:3px solid #ccc"
{| class="roundy" style="margin:auto; text-align:center; background:#eef; border:3px solid #ccc"
Line 106: Line 108:


==Examples==
==Examples==
{{incomplete|section}}
;Poké Balls and Berries
Consider a wild {{p|Pikachu}} with 343 [[CP]], with an estimated [[Power Up]] level of 14. Pikachu has a base capture multiplier of 20%. Referring to [[Power Up#Costs|CP Multiplier table]], this Pikachu has a CP Multiplier of 0.49985844. Without any bonus multipliers, the catch rate will be <code> 20% / (0.49985844×2) = '''20.01%'''</code>
 
The following table shows what this Pikachu's catch rate would be if bonuses for Poké Balls and Berries were applied, assuming no bonuses from throws or medals:
 
{| class="roundy" style="margin:auto; text-align:left; background:#{{electric color}}; border:3px solid #{{electric color dark}}"
|-
! !! [[Image:GO Poké Ball.png|40px|Poké Ball]]
! [[Image:GO Great Ball.png|40px|Great Ball]]
! [[Image:GO Ultra Ball.png|40px|Ultra Ball]]
|- style="background:#fff"
| [[Image:None.png|40px|None]]
| style="background:#ff6600"| 20.01%
| style="background:#ff9900"| 30.01%
| style="background:#ffcc00"| 40.01%
|- style="background:#fff"
| [[Image:GO Razz Berry.png|40px|Razz Berry]]
| style="background:#ff9900"| 30.01%
| style="background:#ffe500"| 45.01%
| style="background:#cbff00"| 60.02%
|- style="background:#fff"
| [[Image:GO Silver Pinap Berry.png|40px|Silver Pinap Berry]]
| style="background:#ffad00"| 34.01%
| style="background:#f9ff00"| 51.01%
| style="background:#a3ff00"| 68.02%
|- style="background:#fff"
| [[Image:GO Golden Razz Berry.png|40px|Golden Razz Berry]]
| style="background:#feff00"| 50.01%
| style="background:#7fff00"| 75.02%
| style="background:#00ff00"| 100%
|-
|}
 
; Throw Technique
Consider a wild {{p|Tauros}} of 1252 CP, with an estimated Power Up level of 18. This means it will have a base capture rate of 30% and a CP multiplier of 0.56675452. Without any additional bonuses, the capture rate will be <code>30% / (2 × 0.56675452) = '''26.47%'''</code>. The following table shows how the capture rate will be affected by throwing techniques, assuming no additional bonuses and only regular Poké Balls are used; throw bonus multipliers will be averaged between the highest and lowest possible values.
 
{| class="roundy" style="margin:auto; text-align:left; background:#{{normal color}}; border:3px solid #{{normal color dark}}"
|-
! !! None !! Curve Ball
|- style="background:#fff"
| '''None'''<br>(×1.0)
| style="background:#FF8600"| 26.47%
| style="background:#FFE500"| 44.99%
|- style="background:#fff"
|''' Nice!'''<br>(×1.15)
| style="background:#FF9B00"| 30.44%
| style="background:#F6FF00"| 51.74%
|- style="background:#fff"
| '''Great!'''<br>(×1.5)
| style="background:#FFCA00"| 39.70%
| style="background:#A5FF00"| 67.49%
|- style="background:#fff"
| '''Excellent!'''<br>(×1.85)
| style="background:#FFF900"| 48.96%
| style="background:#55FF00"| 83.24%
|-
|}


The highest possible multiplier that can be attained is 22.1×, which includes:
The highest possible multiplier that can be attained is 22.1×, which includes:
Line 114: Line 172:
* Making a perfect Excellent throw (×2.0)
* Making a perfect Excellent throw (×2.0)
* Having a gold type medal bonus (×1.3)
* Having a gold type medal bonus (×1.3)


==See also==
==See also==

Revision as of 20:08, 16 January 2019

Among the several mechanics that differ in Pokémon GO compared to the core series is the calculation of catch rate. Every species of Pokémon is assigned a "base capture rate" that is applied to every member of that species, and it is usually a value between 0% and 100%.

The calculation for capturing take the following variables into account:

  • Base capture rate of the species
  • CP multiplier, a counterpart to the Pokémon's level in the core series
  • Bonus multipliers, including:

Calculation

Upon throwing a Poké Ball, the game will calculate P, the probability of a successful capture.

File:GO Catch formula.png

  • baseCaptureRate is the base capture rate specific to a Pokémon's species
  • CPM is the CP multiplier of a Pokémon
  • multiplier is the product of several possible bonus multipliers

Bonus multipliers

Bonus multipliers are a means for players to better their odds of a successful capture, since the base capture rate and CP multiplier are outside of the players' control.

Factor Multiplier
000
GO Poké Ball.png Poké Ball 1.0×
GO Premier Ball.png Premier Ball 1.0×
GO Great Ball.png Great Ball 1.5×
GO Ultra Ball.png Ultra Ball 2.0×
Berries
GO Razz Berry.png Razz Berry 1.5×
GO Silver Pinap Berry.png Silver Pinap Berry 1.7×
GO Golden Razz Berry.png Golden Razz Berry 2.5×
Throw
Nice! 2.0 - r
r ∈ [0, 1]
1.0 to 1.3×
Great! 1.3 to 1.7×
Excellent! 1.7 to 2.0×
Curve Ball 1.7×
Type medals
No Medal Pokémon GO.png No type medal 1.0×
Bronze Medal Pokémon GO.png Bronze type medal 1.1×
Silver Medal Pokémon GO.png Silver type medal 1.2×
Gold Medal Pokémon GO.png Gold type medal 1.3×

The Master Ball guarantees capture, but it is currently unobtainable in Pokémon GO.

Only one Berry can be used at a time. A Berry's effect wears off after the wild Pokémon has broken out of a thrown Poké Ball.

Throw bonuses, other than Curve Ball, are awarded for hitting the wild Pokémon inside the target ring with a Poké Ball. The smaller the target ring, the greater the bonus multiplier. If the player misses the ring or the ring was too big when it was hit, then no bonus multiplier will be applied.

Type medals, which are awarded based on how many Pokémon of a specific type was caught, affect the catch rate of a Pokémon of a specific type. If a Pokémon is dual-typed, the multiplier will be the average of the type medal bonuses, including ×1.0 if no medal for one type.

Target ring colors

Players can gauge the probability of a successful capture by the color of the target ring. The more green the target ring, the higher the probability. Feeding Berries or switching the Poké Ball used may change the color of the ring. However, the ring cannot take into account how well the player's throwing technique will be.

Approximate capture chance
≈ 100%
≈ 87.5%
≈ 75%
≈ 62.5%
≈ 50%
≈ 37.5%
≈ 25%
≈ 12.5%
≈ 0%


Examples

Poké Balls and Berries

Consider a wild Pikachu with 343 CP, with an estimated Power Up level of 14. Pikachu has a base capture multiplier of 20%. Referring to CP Multiplier table, this Pikachu has a CP Multiplier of 0.49985844. Without any bonus multipliers, the catch rate will be 20% / (0.49985844×2) = 20.01%

The following table shows what this Pikachu's catch rate would be if bonuses for Poké Balls and Berries were applied, assuming no bonuses from throws or medals:

Poké Ball Great Ball Ultra Ball
None 20.01% 30.01% 40.01%
Razz Berry 30.01% 45.01% 60.02%
Silver Pinap Berry 34.01% 51.01% 68.02%
Golden Razz Berry 50.01% 75.02% 100%
Throw Technique

Consider a wild Tauros of 1252 CP, with an estimated Power Up level of 18. This means it will have a base capture rate of 30% and a CP multiplier of 0.56675452. Without any additional bonuses, the capture rate will be 30% / (2 × 0.56675452) = 26.47%. The following table shows how the capture rate will be affected by throwing techniques, assuming no additional bonuses and only regular Poké Balls are used; throw bonus multipliers will be averaged between the highest and lowest possible values.

None Curve Ball
None
(×1.0)
26.47% 44.99%
Nice!
(×1.15)
30.44% 51.74%
Great!
(×1.5)
39.70% 67.49%
Excellent!
(×1.85)
48.96% 83.24%

The highest possible multiplier that can be attained is 22.1×, which includes:

  • Using an Ultra Ball (×2.0)
  • Feeding a Golden Razz Berry (×2.5)
  • Throwing a Curve Ball (×1.7)
  • Making a perfect Excellent throw (×2.0)
  • Having a gold type medal bonus (×1.3)

See also

Project Games logo.png This game mechanic article is part of Project Games, a Bulbapedia project that aims to write comprehensive articles on the Pokémon games.