Individual values: Difference between revisions

no edit summary
No edit summary
Line 277: Line 277:
| colspan="2" | 5<br>(<span style="font-family:Monospace">0<span style="background:#{{special attack color}}">10</span>1</span>)
| colspan="2" | 5<br>(<span style="font-family:Monospace">0<span style="background:#{{special attack color}}">10</span>1</span>)
|}<br clear="all">
|}<br clear="all">
====Smeargle's patterns' colors====
In [[Pokémon Stadium 2]], the pattern on {{p|Smeargle}}'s back and tail can be red, green or blue depending on its IVs.<ref>https://docs.google.com/document/d/1u4PDIfP9VerQSQibzHPzQh5oRNBUhmEi10F4kZ2uuho/edit?usp=sharing</ref>


The games takes the Special Attack, Defense, Speed and Attack values in that order, and makes them the digits of a 4-digit hexadecimal number. The colors are determined from the result of {{wp|modulo operation|modulo}} 9 on that number. The colors are cycled through in order of red, green and blue, with the back pattern changing every 3; that is 0-2 will give the same color for back pattern but different colors for the tail pattern.
The colors are affected by Shininess; due to the fact that both the pattern colors and Shininess is determined by IVs, a Shiny Smeargle will only have pattern ID of 2, 3, 4, 6, 7 or 8.
'''Example'''<br />
For two Smeargle caught in the [[Ruins of Alph]]:
{| style="{{roundy}}; border: 2px solid #{{gold color}}; background: #{{silver color}}; margin-right: 5px; margin-bottom: 5px; text-align:center"
! style="background:#{{silver color light}}; {{roundytl|5px}}" | Pokémon
! style="background:#{{hp color light}}" | HP
! style="background:#{{attack color light}}" | Attack
! style="background:#{{defense color light}}" | Defense
! style="background:#{{speed color light}}" | Speed
! style="background:#{{special attack color}}" | Sp. Atk
! style="background:#{{special defense color}}" | Sp. Def
! style="background:#{{silver color light}}" | Combination
! style="background:#{{silver color light}}" | ID
! style="background:#{{silver color light}}" | Tail pattern
! style="background:#{{silver color light}}; {{roundytr|5px}}" | Back pattern
|- style="background:#FFFFFF"
! rowspan="2" style="background:#{{normal color light}}" | Smeargle 1
| 57
| 19
| 26
| 14
| 25
| 41
! rowspan="2" | 11900<br>(<span style="background:#{{special attack color}}">2</span><span style="font-family:Monospace"><span style="background:#{{defense color light}}">E</span><span style="background:#{{speed color light}}">7</span><span style="background:#{{attack color light}}">C</span></span>)
! rowspan="2" | 2
! rowspan="2" style="background:#{{blue color light}}" | Blue
! rowspan="2" style="background:#{{red color light}}" | Red
|- style="background:#FFFFFF"
| 2<br>(<span style="font-family:Monospace">2</span>)
| 12<br>(<span style="font-family:Monospace"><span style="background:#{{attack color light}}">C</span></span>)
| 14<br>(<span style="font-family:Monospace"><span style="background:#{{defense color light}}">E</span></span>)
| 7<br>(<span style="font-family:Monospace"><span style="background:#{{speed color light}}">7</span></span>)
| colspan="2" | 2<br>(<span style="font-family:Monospace"><span style="background:#{{special attack color}}">2</span></span>)
|- style="background:#FFFFFF"
! rowspan="2" style="background:#{{normal color light}}" | Smeargle 2
| 57
| 19
| 23
| 19
| 30
| 38
! rowspan="2" | 50988<br>(<span style="background:#{{special attack color}}">C</span><span style="font-family:Monospace"><span style="background:#{{defense color light}}">7</span><span style="background:#{{speed color light}}">2</span><span style="background:#{{attack color light}}">C</span></span>)
! rowspan="2" | 3
! rowspan="2" style="background:#{{red color light}}" | Red
! rowspan="2" style="background:#{{green color light}}" | Green
|- style="background:#FFFFFF"
| 4<br>(<span style="font-family:Monospace">4</span>)
| 12<br>(<span style="font-family:Monospace"><span style="background:#{{attack color light}}">C</span></span>)
| 7<br>(<span style="font-family:Monospace"><span style="background:#{{defense color light}}">7</span></span>)
| 2<br>(<span style="font-family:Monospace"><span style="background:#{{speed color light}}">2</span></span>)
| colspan="2" | 12<br>(<span style="font-family:Monospace"><span style="background:#{{special attack color}}">C</span></span>)
|}<br clear="all">
====Hidden Power====
====Hidden Power====
{{main|Hidden Power (move)/Calculation}}
{{main|Hidden Power (move)/Calculation}}