Join our discord
In partnership with NodeCraft Logo NodeCraft


You are not logged in! Create an account or login to contribute! Log in here!

Pokémon spec

From Pixelmon Wiki
Revision as of 01:45, 18 July 2019 by NoFoxsNuke (talk | contribs) (deleted "setallivs/evs" as it is not a pokespec currently. Apologies if the formatting is incorrect.)

A Pokémon spec is a universal description of a Pokémon, made using text separated usually by spaces except for in very specific places where commas are used instead. Pokémon specs are used in very many places, including Pixelmon's /pokegive and /pokespawn commands, the Better Spawner, and NPC trades to name only a few. Pokémon specs are composed of a series of unordered keys, keys and arguments, or only arguments, depending on the characteristic. Sidemods are easily capable of creating additions to Pokémon specs so that all places that use this system will support those custom characteristics without exception.

The in-built keys and arguments are below.

Key Argument
None Pokémon species name
level|lvl The level of the Pokémon
gender|g male|female
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 index of the Pokémon
ball|ba The caught Poké Ball of the Pokémon
pokerus|pkrs The Pokémon's strain of Pokérus, a-d (with d being longest, 4 days)
egg None (Pokémon is an egg)
!egg None (Pokémon is not an egg)
random None (Pokémon will be random)
texture This will apply a custom texture to the Pokémon (if you have any)
cured None (Pokémon has the "Pokérus cured" status, currently requires that the 'pokerus' key be set).
untradeable None (Pokémon will be unable to be traded via any Pixelmon means. Sidemods do not necessarily support this, though most do).
unbreedable None (Pokémon will be unable to produce offspring from Ranch Blocks or breeding commands. Sidemods do not necessarily support this, though most do).
status sleep, burn, paralysis, frozen, poison, or poisonbadly. Gives the Pokémon the specified status ailment.
[iv/ev][hp/atk/def/spatk/spdef/spd] The number to use for the specified IV or EV, or a number and either + or - for a specified range of possible numbers. In the second case, the given number will be the minimum or maximum value, respectively, for the IV or EV. For example, ivhp:29+ will give the Pokémon at least 29 HP IVs, and evatk:200- will give the Pokémon no more than 200 Attack EVs.

These are generally used in the form key[:argument], with the exception of the Pokémon species.

Examples

  • In the /pokespawn command, using /pokespawn lvl:50 Kingdra ab:SwiftSwim n:modest gr:enormous s b:Uncommon would spawn an enormous, Shiny, uncommon boss Kingdra at level 50, with the Swift Swim Ability and a Modest Nature.
  • In the /pokegive command, using /pokegive <player> Burmy f:1 ba:masterball !s g:m pkrs:d would give a male Burmy of form index 1 (Sandy Cloak) that is not Shiny and is in a Master Ball, infected with a four-day strain of Pokérus.
  • In the /pokedel command in Pixelmon Extras, using /pokedel <player> pc s would remove all Shiny Pokémon from a player's PC.

© 2012 - 2025 Pixelmon Mod