mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
parent
09be6e8439
commit
f189cb9559
|
|
@ -205,11 +205,11 @@ For example: `p1a: Sparky` could be a Charizard named Sparky.
|
|||
|
||||
- `DETAILS` is a comma-separated list of all information about a pokemon
|
||||
visible on the battle screen: species, shininess, gender, and level. So it
|
||||
starts with `SPECIES`, adding `, shiny` if it's shiny, `, M` if it's male,
|
||||
`, F` if it's female, `, L##` if it's not level 100.
|
||||
starts with `SPECIES`, adding `, L##` if it's not level 100, `M` if it's male,
|
||||
`, F` if it's female, `, shiny` if it's shiny.
|
||||
|
||||
So, for instance, `Deoxys-Speed` is a level 100 non-shiny genderless
|
||||
Deoxys (Speed forme). `Sawsbuck, shiny, F, L50` is a level 50 shiny female
|
||||
Deoxys (Speed forme). `Sawsbuck, L50, F, shiny` is a level 50 shiny female
|
||||
Sawsbuck (Spring form).
|
||||
|
||||
In Team Preview, `DETAILS` will not include information not available in
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user