Power Up: Difference between revisions

361 bytes added ,  21 June 2023
→‎Initial level: I think this is clearer than before
m (Text replacement - "Raid Battle" to "{{OBP|Raid Battle|GO}}")
Tags: Mobile edit Mobile web edit
(→‎Initial level: I think this is clearer than before)
Line 262: Line 262:


===Initial level===
===Initial level===
Pokémon can only be obtained at whole-number levels, including those from trades, in which the levels are rounded down.
Pokémon can only be obtained at whole-number levels. If a Pokémon with a fractional level is traded, its level is rounded down.


The following shows the possible range of initial levels for each encounter type.
The following shows the possible range of initial levels for each encounter type.
Line 268: Line 268:
{| class="roundy" style="background:#{{night color}}; border:3px solid #{{blue color light}}; text-align:center"
{| class="roundy" style="background:#{{night color}}; border:3px solid #{{blue color light}}; text-align:center"
|- style="background-color:#{{blue color light}}; color:#fff"
|- style="background-color:#{{blue color light}}; color:#fff"
! style="{{roundytl|5px}}"| Encounter
! rowspan=2 style="{{roundytl|5px}}"| Encounter
! Power Up level
! colspan=2 | Power Up level
! style="{{roundytr|5px}}" | Weather Boost
! rowspan=2 style="{{roundytr|5px}}" | Weather Boost
|- style="background-color:#{{blue color light}}; color:#fff"
|- style="background-color:#{{blue color light}}; color:#fff"
! Minimum
! Maximum
|- style=background:#fff
|- style=background:#fff
| {{pkmn2|Wild}} spawn  
| {{pkmn2|Wild}} spawn  
| <code>[1 .. min(Trainer_level, 30)]</code>
| <math>1</math>
|
| <math>\min(TrainerLevel, 30)</math>
| {{Yes}}
|- style=background:#fff
|- style=background:#fff
| [[Pokémon Egg|Hatched]]
| [[Pokémon Egg|Hatched]]
| <code>min(Trainer_level, 20)</code>
| colspan=2 | <math>min(TrainerLevel, 20)</math>
|
| {{No}}
|- style=background:#fff
|- style=background:#fff
| [[Field Research|Field]]/[[Special Research]]
| [[Field Research|Field]]/[[Special Research]]
| <code>15</code>
| colspan=2 | <math>15</math>
|  
| {{No}}
|- style=background:#fff
|- style=background:#fff
| {{OBP|Raid Battle|GO}}
| {{OBP|Raid Battle|GO}}
| <code>20</code>
| colspan=2 | <math>20</math>
|
| {{Yes}}
|- style=background:#fff
|- style=background:#fff
| {{OBP|Shadow Pokémon|GO}}
| {{OBP|Shadow Pokémon|GO}}
| <code>8</code>
| colspan=2 | <math>8</math>
|
| {{Yes}}
|- style=background:#fff
|- style=background:#fff
| Purified Pokémon
| Purified Pokémon
| <code>min(Trainer level, 25)</code>
| colspan=2 | <math>min(TrainerLevel, 25)</math>
|
| {{No}}
|- style=background:#fff
|- style=background:#fff
| style="{{roundybl|5px}} | {{OBP|Trade|GO}}
| style="{{roundybl|5px}} | {{OBP|Trade|GO}}
| <code>⌊min(Trainer_level + 2, original_level)</code>{{tt|*|In the trade confirmation screen, both players will be warned if a Pokémon's CP will be reduced as a result of this limit. }}
| colspan=2 | <math>min(TrainerLevel + 2, \lfloor OriginalLevel \rfloor)</math><ref group="note">A traded Pokémon will normally retain its original level, but its level cannot exceed its new Trainer's level + 2. If trading would reduce a Pokémon's level in this way, both players will be warned that its CP will be reduced as a result of this limit.</ref>
|
| {{No}}
|}
|}
<references group="note" />


==In other languages==
==In other languages==