Template talk:Stats: Difference between revisions

From The Pokemon Insurgence Wiki
(Posting fixed stat calculation formula for storage)
 
m (Fancy time stamp)
Line 3: Line 3:


Putting this here in case someone wants to check it before I change a template.
Putting this here in case someone wants to check it before I change a template.
[[User:A_Wild_Noob_Appeared|A_Wild_Noob_Appeared]] ([[User talk:A_Wild_Noob_Appeared|talk]]) 13:39, 1 July 2018 (UTC)


{| align="left" style="background: #{{{{{type|???}}} color}}; {{Roundy|10px}}; border: 3px solid #{{ {{#if:{{{type2|}}}|{{{type2|???}}} color|{{{type|???}}} color dark}} }};"
{| align="left" style="background: #{{{{{type|???}}} color}}; {{Roundy|10px}}; border: 3px solid #{{ {{#if:{{{type2|}}}|{{{type2|???}}} color|{{{type|???}}} color dark}} }};"

Revision as of 16:05, 1 July 2018

Minor error in stat calculation

The formula does not floor in a place where it should in the formula for stats other than HP, leading to some stats being slightly off (For example, the max stats for Arceus are listed as 446 instead of 445 at level 120). The below template should have that fixed.

Putting this here in case someone wants to check it before I change a template.

A_Wild_Noob_Appeared (talk) 13:39, 1 July 2018 (UTC)

Stat Range
At Lv. 60 At Lv. 120
HP: 1
1 - 1 1 - 1
Attack: 1
5 - 68 6 - 132
Defense: 1
5 - 68 6 - 132
Sp.Atk: 1
5 - 68 6 - 132
Sp.Def: 1
5 - 68 6 - 132
Speed: 1
5 - 68 6 - 132
Total: 6   
  • Minimum stats are calculated with 0 EVs, IVs of 0, and a hindering nature, if applicable.
  • Maximum stats are calculated with 252 EVs, IVs of 31, and a helpful nature, if applicable.