Personality value: Difference between revisions

Line 60: Line 60:
If a species has a gender threshold of 255, it is genderless species (such as {{p|Magnemite}}). If a species has a gender threshold of 254, it is a female-only species (such as {{p|Nidoran♀}}). If a species has a gender threshold of 0, it is a male-only species (such as {{p|Nidoran♂}}).
If a species has a gender threshold of 255, it is genderless species (such as {{p|Magnemite}}). If a species has a gender threshold of 254, it is a female-only species (such as {{p|Nidoran♀}}). If a species has a gender threshold of 0, it is a male-only species (such as {{p|Nidoran♂}}).


From [[Generation VI]] onward, the gender threshold is compared to a random number between 1 and 252 (inclusive) instead of ''p<sub>gender</sub>'' (which is between 0 and 255); this causes Pokémon with a "1:1" gender ratio to actually be distributed according to the ideal ratio. All other Pokémon are more likely to be the more common gender than they would be according to their nominal ratio.
In [[Generation VI]] and {{gen|VII}}, the gender threshold is compared to a random number between 1 and 252 (inclusive) instead of ''p<sub>gender</sub>'' (which is between 0 and 255); this causes Pokémon with a "1:1" gender ratio to actually be distributed according to the ideal ratio. All other Pokémon are more likely to be the more common gender than they would be according to their nominal ratio.
 
In [[Generation VIII]], the gender threshold is compared to a random number between 1 and 253 (inclusive) instead of ''p<sub>gender</sub>'' (which is between 0 and 255); this causes Pokémon with a "1:1" gender ratio to again be slightly more likely to be male than they would be according to the ideal ratios. All other Pokémon are more likely to be the more common gender than they would be according to their nominal ratio.
 
{| class="roundy" style="text-align:center; background: #C0C0FF; border: 3px solid blue; margin-bottom: 10px"
{| class="roundy" style="text-align:center; background: #C0C0FF; border: 3px solid blue; margin-bottom: 10px"
! colspan="2" | Gender threshold
! colspan="2" | Gender threshold
Line 66: Line 69:
! colspan="2" | Frequency (Gen 3-5)
! colspan="2" | Frequency (Gen 3-5)
! colspan="2" | Frequency (Gen 6-7)
! colspan="2" | Frequency (Gen 6-7)
! colspan="2" | Frequency (Gen 8)
|-
|-
! Binary
! Binary
! Decimal
! Decimal
! Male
! Female
! Male
! Male
! Female
! Female
Line 74: Line 80:
! Female
! Female
|- style="background:#fff"
|- style="background:#fff"
| <code>11111111</code>
| <code>00000000</code>
| 255
| 0
| Genderless
| Male
| colspan="4" | Genderless
| 100.00%
|- style="background:#fff"
| <code>11111110</code>
| 254
| Female
| 0.00%
| 0.00%
| 100.00%
| 100.00%
| 0.0%
| 0.00%
| 100.00%
| 100.00%
| 0.00%
|- style="background:#fff"
|- style="background:#fff"
| <code>‭‭11100001‬</code>
| <code>00011111</code>
| 225
| 31
| 1:7
| 7:1
| colspan="2" | ''(No species)''
| 87.89%
| 11.11%
| 12.11%
| 88.89%
| 88.10%
| 11.90%
| 88.14%
| 11.86%
|- style="background:#fff"
|- style="background:#fff"
| <code>10111111</code>
| <code>00111111</code>
| 191
| 63
| 1:3
| 3:1
| 25.39%
| 75.39%
| 74.61%
| 24.61%
| 75.40%
| 24.60%
| 24.60%
| 75.40%
| 75.49%
| 24.51%
|- style="background:#fff"
|- style="background:#fff"
| <code>01111111</code>
| <code>01111111</code>
Line 109: Line 117:
| 50.00%
| 50.00%
| 50.00%
| 50.00%
| 50.20%
| 49.80%
|- style="background:#fff"
|- style="background:#fff"
| <code>00111111</code>
| <code>10111111</code>
| 63
| 191
| 3:1
| 1:3
| 75.39%
| 25.39%
| 24.61%
| 74.61%
| 24.60%
| 75.40%
| 75.40%
| 24.60%
| 24.90%
| 75.10%
|- style="background:#fff"
|- style="background:#fff"
| <code>00011111</code>
| <code>‭‭11100001‬</code>
| 31
| 225
| 7:1
| 1:7
| 87.89%
| colspan="2" | ''(No species)''
| 12.11%
| 11.11%
| 88.10%
| 88.89%
| 11.90%
| 11.46%
| 88.54%
|- style="background:#fff"
|- style="background:#fff"
| <code>00000000</code>
| <code>11111110</code>
| 0
| 254
| Male
| Female
| 0.00%
| 100.00%
| 0.0%
| 100.00%
| 100.00%
| 0.00%
| 0.0%
| 100.00%
| 100.00%
| 0.00%
|- style="background:#fff"
| <code>11111111</code>
| 255
| Genderless
| colspan="6" | Genderless
|}
|}
====Cute Charm====
====Cute Charm====