Power up: Difference between revisions
m (→Levels) |
|||
Line 5: | Line 5: | ||
Powering Up a Pokémon raises its stats, which is reflected on the Pokémon's summary screen in its HP and CP. Upon pressing the Power Up button, the game will show how much the CP will be increased and ask the player to confirm. | Powering Up a Pokémon raises its stats, which is reflected on the Pokémon's summary screen in its HP and CP. Upon pressing the Power Up button, the game will show how much the CP will be increased and ask the player to confirm. | ||
Each Pokémon effectively has a Power Up "level" that determines its CP multiplier, a value used to calculate the Pokémon's stats and {{OBP|catch rate|GO}}. Each Power Up increases the Power Up level by 0.5, up to the {{player}}'s [[Trainer level]] + 2. The cost to Power Up a Pokémon increases every two levels (or every four Power Ups). The half-circle gauge on a Pokémon's summary screen indicates how close it is to this limit. The highest possible Power Up level is 40. If a player is to be traded a Pokémon that exceeds their Power Up limit (Trainer level + 2), then both players will see a warning that the Pokémon's level will be reduced to the limit | Each Pokémon effectively has a Power Up "level" that determines its CP multiplier, a value used to calculate the Pokémon's stats and {{OBP|catch rate|GO}}. Each Power Up increases the Power Up level by 0.5, up to the {{player}}'s [[Trainer level]] + 2. The cost to Power Up a Pokémon increases every two levels (or every four Power Ups). The half-circle gauge on a Pokémon's summary screen indicates how close it is to this limit. The highest possible Power Up level is 40. If a player is to be traded a Pokémon that exceeds their Power Up limit (Trainer level + 2), then both players will see a warning that the Pokémon's level will be reduced to the limit. | ||
Pokémon can only be obtained at whole-number Power Up levels, | Pokémon can only be obtained at whole-number Power Up levels, including those from trades, in which the Power Up levels are rounded down. The following shows the possible range of initial Power Up levels for each encounter type. | ||
{| class="roundy" style="background:#{{night color}}; border:3px solid #{{blue color light}}" | |||
|- style="background-color:#{{blue color light}}; color:#fff" | |||
! style="{{roundytl|5px}}"| Encounter | |||
! Power Up level | |||
! style="{{roundytr|5px}}" | Min IVs | |||
|- style="background-color:#{{blue color light}}; color:#fff" | |||
|- style=background:#fff | |||
| {{pkmn2|Wild}} spawn | |||
| <code>[1 .. min(Trainer level, 30)]</code> | |||
:<code>+5</code> ''with [[Weather#Pokémon GO|Weather Boost]]'' | |||
|0<br>4 ''with Weather Boost'' | |||
|- style=background:#fff | |||
| [[Pokémon Egg|Hatched]] | |||
| <code>min(Trainer level, 20)</code> | |||
| 10 | |||
|- style=background:#fff | |||
| [[Field Research|Field]]/[[Special Research]] | |||
| <code>15</code> | |||
| 10 | |||
|- style=background:#fff | |||
| [[Raid Battle]] | |||
| <code>20</code> | |||
:<code>+5</code> ''with Weather Boost'' | |||
| 10 | |||
|- style=background:#fff | |||
| style="{{roundybl|5px}} | [[Trade]] | |||
| <code>[1..(Trainer level + 2)]</code> | |||
| style="{{roundybr|5px}} | 0 ''if {{OBP|Friends|GO}}''<br>1 ''if Good Friends''<br>2 ''if Great Friends''<br>3 ''if Ultra Friends''<br>5 ''if Best Friends''<br>12 ''if Lucky Trade'' | |||
|} | |||
If a Pokémon is transferred from Pokémon GO to [[GO Park]] in [[Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!]], its [[level]] will be equal to its Power Up level, rounded down to the nearest whole number. | If a Pokémon is transferred from Pokémon GO to [[GO Park]] in [[Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!]], its [[level]] will be equal to its Power Up level, rounded down to the nearest whole number. |
Revision as of 16:38, 16 May 2019
In Pokémon GO, the player can Power Up (Japanese: 強化 strengthen) a Pokémon using Stardust and Candy to increase its stats. This is analogous to raising a Pokémon's level in the core series games, but no explicit numeric level is ever given for Pokémon in Pokémon GO.
Mechanics
Powering Up a Pokémon raises its stats, which is reflected on the Pokémon's summary screen in its HP and CP. Upon pressing the Power Up button, the game will show how much the CP will be increased and ask the player to confirm.
Each Pokémon effectively has a Power Up "level" that determines its CP multiplier, a value used to calculate the Pokémon's stats and catch rate. Each Power Up increases the Power Up level by 0.5, up to the player's Trainer level + 2. The cost to Power Up a Pokémon increases every two levels (or every four Power Ups). The half-circle gauge on a Pokémon's summary screen indicates how close it is to this limit. The highest possible Power Up level is 40. If a player is to be traded a Pokémon that exceeds their Power Up limit (Trainer level + 2), then both players will see a warning that the Pokémon's level will be reduced to the limit.
Pokémon can only be obtained at whole-number Power Up levels, including those from trades, in which the Power Up levels are rounded down. The following shows the possible range of initial Power Up levels for each encounter type.
Encounter | Power Up level | Min IVs |
---|---|---|
Wild spawn | [1 .. min(Trainer level, 30)]
|
0 4 with Weather Boost |
Hatched | min(Trainer level, 20)
|
10 |
Field/Special Research | 15
|
10 |
Raid Battle | 20
|
10 |
Trade | [1..(Trainer level + 2)]
|
0 if Friends 1 if Good Friends 2 if Great Friends 3 if Ultra Friends 5 if Best Friends 12 if Lucky Trade |
If a Pokémon is transferred from Pokémon GO to GO Park in Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!, its level will be equal to its Power Up level, rounded down to the nearest whole number.
Levels
Powering Up a Pokémon requires both Stardust and Candy. The amount of Stardust and Candy required for the next Power Up will be shown on the Pokémon's summary screen. If the Pokémon is at the maximum Power Up level for the player's Trainer level, then the player will not be able to Power Up the Pokémon. Each time a Pokémon is Powered Up, stats are recalculated using the CP multiplier, which increases with level. Lucky Pokémon require only 50% of the listed Stardust costs to Power Up.
The following table shows the CP multiplier that corresponds to each Power Up level, along with the costs needed to Power Up to the next level. Cumulative costs show the total amount of Stardust and Candy needed to Power Up a Pokémon from level 1. Cells that have been grayed-out denote values that cannot be attained or used, but are still coded into the game for conventional purposes.
In other languages
|
External links
This article is part of Project Sidegames, a Bulbapedia project that aims to write comprehensive articles on the Pokémon Sidegames. |