GrowthRate

constructor(id: Int, name: String, formula: String, descriptions: List<Description>, levels: List<GrowthRateExperienceLevel>, pokemonSpecies: List<Handle.Named<PokemonSpecies>>)(source)

Parameters

id

The identifier for this growth rate resource.

name

The name for this growth rate resource.

formula

The formula used to calculate the rate at which the Pokémon levels up.

descriptions

The descriptions for this growth rate listed in different languages.

levels

A list of levels and the experience needed to reach them.

pokemonSpecies

A list of Pokémon species that have this growth rate.