Question 1
What is a catch rate in Pokemon games?
A catch rate is an internal numeric constant assigned to each Pokemon species, ranging from 3 to 255. When a player throws a Pokeball, the game plugs this constant into a mathematical formula alongside current HP, Pokeball multipliers, and status ailments to determine whether the target is caught.
Question 2
Does lower HP guarantee a higher capture rate?
Yes. The capture formula includes a health factor of (3 * MaxHP - 2 * CurrentHP) / (3 * MaxHP). At full health, this factor equals 0.33, while at 1 HP it reaches nearly 1.00, roughly tripling your capture probability.
Question 3
Which status condition provides the highest catch rate multiplier?
Sleep and Freeze provide the highest multiplier at 2.5x in Generations 3, 4, 6, 7, 8, and 9 (and 2.0x in Gen 5). Paralysis, Burn, and Poison provide a 1.5x multiplier across all generations.
Question 4
Why did my Pokeball shake three times and still break open?
A capture requires passing four independent shake checks. Shaking three times indicates the Pokeball successfully passed checks 1, 2, and 3, but failed the final fourth check. Each shake corresponds to an individual pseudo-random calculation test.
Question 5
What is a critical capture?
A critical capture is a special capture event introduced in Generation 5 where the Pokeball emits a distinct high-pitched whistle in midair and only requires a single shake check to succeed. The chance of a critical capture increases as you catch and register more species in your Pokedex.
Question 6
How does the Quick Ball work?
Quick Balls provide a 5.0x catch multiplier (4.0x in Gen 4), but only on the first turn of battle. Using a Quick Ball on turn 2 or later drops the multiplier to 1.0x, making it no more effective than a standard Poke Ball.