The Level Ball is a PokéBall obtained from Kurt. This ball has a capture rate which is dependant on the levels of both your Pokémon and the opponent Pokémon. If the Pokémon's Level is greater than the opponent's level then * 2. If half your Pokémon's Level is greater than the opponent's Level then * 4. If a quarter of your Pokémon's Level is greater than the opponents Level then * 8. If your Pokémon is of a lower level than the opponent Pokémon, then the Capture Rate is * 1 This item cannot be given to Pokémon to hold. If a Pokémon is captured in this PokéBall and traded to Diamond, Pearl or Platinum, it will revert in those games to an ordinary PokéBall.
CatchValue = ((( 3 * Max HP - 2 * HP ) * ((Catch Rate * 2) * 1 ) / (3 * Max HP) ) * Status Modifier CatchValue = ((( 3 * Max HP - 2 * HP ) * ((Catch Rate * 4) * 1 ) / (3 * Max HP) ) * Status Modifier CatchValue = ((( 3 * Max HP - 2 * HP ) * ((Catch Rate * 8) * 1 ) / (3 * Max HP) ) * Status Modifier
Flavour Text
Gold
Silver
Crystal
A BALL for lower level Pokémon.
HeartGold
SoulSilver
A Poké Ball for catching Pokémon that are a lower level than your own.
Black
White
A Poké Ball for catching Pokémon that are a lower level than your own.