Pokemon spec
A Pokémon Spec is a collection of arguments designed to form a description of a Pokémon. These are used in various Pixelmon and Pixelmon sidemod commands as a complete summary or as a filter. Pokémon Specs are composed of a series of order-less keys or keys and arguments or simply arguments, depending on the characteristic. The existing keys and arguments are below.
Key | Argument |
---|---|
None. | Pokémon species name |
level/lvl | The level of the Pokémon |
gender/g | m/f/n |
shiny/s | None. (Pokémon is shiny) |
!shiny/!s | None. (Pokémon is specifically not shiny) |
growth/gr | The growth of the Pokémon |
nature/n | The nature of the Pokémon |
ability/ab | The ability of the Pokémon (Case sensitive, no spaces e.g. SwiftSwim) |
boss/b | The boss mode of the Pokémon |
form/f | The form number of the Pokémon |
ball/ba | The caught ball of the Pokémon |
These are generally used in the form key[:argument], with the exception of the Pokémon species. For example, in the /pokespawn command, one could define a Pokémon Spec with:
/pokespawn lvl:50 Kingdra ab:SwiftSwim n:modest gr:enormous s b:Uncommon For an enormous, shiny, uncommon boss Kingdra at level 50, with the Swift Swim ability and modest nature.
For example, in the /pokegive command, one could define a Pokémon Spec with:
/pokegive Hiroku Burmy f:1 ba:masterball !s g:m For a male Burmy, of form number 1, that is not shiny and is in a Master Ball.
For example, in the /pokedel command in Pixelmon Extras, one could define a Pokémon Spec with:
/pokedel Hiroku pc s For the removal of all shiny Pokémon from a player's PC.