PKMGrowthRate
public class PKMGrowthRate: Mappable
Growth rates are the speed with which Pokémon gain levels through experience. Check out Bulbapedia ( http://bulbapedia.bulbagarden.net/wiki/Experience ) for greater detail.
-
The identifier for this gender resource
Declaration
Swift
public var id: Int?
-
The name for this gender resource
Declaration
Swift
public var name: String?
-
The formula used to calculate the rate at which the Pokémon species gains level
Declaration
Swift
public var formula: String?
-
The descriptions of this characteristic listed in different languages
Declaration
Swift
public var descriptions: [PKMDescription]?
-
A list of levels and the amount of experienced needed to atain them based on this growth rate
Declaration
Swift
public var levels: [PKMGrowthRateExperienceLevel]?
-
A list of Pokémon species that gain levels at this growth rate
Declaration
Swift
public var pokemonSpecies: [PKMNamedAPIResource]?
-
Undocumented
Declaration
Swift
public class PKMGrowthRate: Mappable
-
Undocumented
Declaration
Swift
public class PKMGrowthRate: Mappable