Effort level: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 1: Line 1:
'''Effort Levels''', or known as '''ELs''', are a mechanic introduced in [[Pokémon Legends: Arceus]]. Similar to how [[ Pokémon: Let's Go, Pikachu! and Let's Go, Eevee!]] uses [[Awakening values]], ELs replace the use of EVs, and are increased using [[Grit]] items.
'''Effort levels''', referred to internally as '''Ganbaru values''', are a mechanic introduced in [[Pokémon Legends: Arceus]]. Effort levels take the place of [[effort value]]s from previous games.


Formula:
==Gaining effort levels==
Each stat is made of two equations, the Ganbaru Value (GV) and the Base Value
The Pokémon's original effort level for each stat is based on its {{IV}} for that stat.
 
<math> HP = \big(\frac{LV}{100} + 1\big)  * Base + LV +GV </math>
 
<math>Other stat = \frac{(\frac{Lv}{50}+1)* Base}{1.5}*Nature +GV </math>
 
The GV follows as such
<math>GV = \frac{ \sqrt{Base} * Multiplier + Lv}{2.5} </math>
 
The multiplier is created from the Pokemon's Effort Level. The starting effort level of a pokemon is based on the IV of each stat.  


{| class="wikitable"
{| class="wikitable"
Line 27: Line 18:
|}
|}


Based on the Effort Level, the following multipliers are created
==Calculation==
===Effort level bonus===
The effort level bonus (ELB) is a bonus added directly to the Pokémon's stat.
 
The effort level bonus is calculated as follows.
<math>ELB = \frac{ \sqrt{Base} * Multiplier + Level}{2.5} </math>
where:
* <math>Base</math> is the Pokémon species' base stat for that stat
* <math>Multiplier</math> is the effort level multiplier
* <math>Level</math> is the Pokémon's level
 
The effort level multiplier is determined from the effort level as follows:
{| class="wikitable"
{| class="wikitable"
|+
|-
! Effort Level !! Multiplier
! Effort Level !! Multiplier
|-
|-
Line 55: Line 55:
| 10 || 25
| 10 || 25
|}
|}
===Stat calculation===
The Pokémon's stats are calculated using the following formulae.
<math>HP = \big(\frac{Level}{100} + 1\big) \cdot Base + Level + ELB </math>
<math>Other stat = \frac{(\frac{Level}{50}+1) \cdot Base}{1.5} \cdot Nature + ELB </math>


{{stub|Game}}
{{stub|Game}}