moves_index: Pokémon Moves

moves_indexR Documentation

Pokémon Moves

Description

A collection of data about moves and associated information in the Pokémon games.

Usage

moves_index

Format

A data frame of 844 rows representing Pokémon moves and 8 variables:

move_name

Name of move.

type

Elemental type, or category, move belongs in, e.g., ice.

accuracy

Percent value of how likely move is to be successful.

pp

Power Points - Number of times move can be used.

damage_class

Type of damage move inflicts on target, e.g. physical.

power

Base power of move, with a value of 0 if it does not have a base power.

learned_by_pokemon

List of Pokemon that can learn move.

generation

Generation in which this move was introduced.

Source

https://pokeapi.co/move


abbidabbers/pokemon documentation built on May 10, 2022, 3:23 p.m.