Skip to content
Shawn edited this page May 30, 2024 · 8 revisions

Pokemon Stats (stats)

This dataset contains the base stats of Pokémon, including various forms and sizes of Pokémon.

Base stats are an important defining characteristic of each Pokémon species. They determine the potential of each Pokémon in terms of their HP (Hit Points), Attack, Defense, Speed, and Special abilities. These stats can be influenced by other factors such as level, nature, and effort values.

Columns

  • ndex: (integer) National Pokédex number. This is the unique identifier for each Pokémon in the National Pokédex.
  • name: (character) Pokémon name. This is the common name used to identify a particular Pokémon.
  • HP: (integer) Hit Points. This determines how much damage a Pokémon can receive before fainting.
  • Attack: (integer) Attack strength. This determines how much damage a Pokémon can deal with physical moves.
  • Defense: (integer) Defensive strength. This determines how much damage a Pokémon can resist from physical moves.
  • Speed: (integer) Speed. This determines the order of Pokémon that can act in battle.
  • Special: (integer) Special attack or special defense strength. This determines how much damage a Pokémon can deal with special moves or resist from special moves. Note that this stat is combined into one in Generation I.
  • Total: (integer) Total of all stats. This is the sum of all the base stats of a Pokémon.
  • Average: (numeric) Average of all stats. This is the average value of all the base stats of a Pokémon.
  • Gen: (factor) Generation. This indicates the generation of games in which the Pokémon was introduced.
  • SpAttack: (integer) Special Attack strength. This determines how much damage a Pokémon can deal with special moves. This stat is not applicable for Generation I as 'Special' stat is used instead.
  • SpDefense: (integer) Special Defense strength. This determines how much damage a Pokémon can resist from special moves. This stat is not applicable for Generation I as 'Special' stat is used instead.
  • Mega: (character) The Mega form. These are special forms that certain Pokémon can take.
  • MegaOrPrimal: (factor) Indicates if the Pokémon is in a Mega or Primal form. These are special forms that certain Pokémon can take.
  • regional: (factor) The regional form of the Pokémon. This refers to the variations of Pokémon that appear differently and have different attributes compared to their counterparts in other regions.
  • form: (character) Form of the Pokemon. This refers to the different physical forms that Pokémon can take. NA if the Pokemon does not have a special form.

Sourced from

Reffers to

  • Nothing

Examples

data(stats)
Clone this wiki locally