PKMNature
public class PKMNature: Mappable
Natures influence how a Pokémon’s stats grow. See Bulbapedia ( http://bulbapedia.bulbagarden.net/wiki/Nature ) for greater detail.
-
The identifier for this nature resource
Declaration
Swift
public var id: Int? -
The name for this nature resource
Declaration
Swift
public var name: String? -
The stat decreased by 10% in Pokémon with this nature
Declaration
Swift
public var decreasedStat: PKMNamedAPIResource? -
The stat increased by 10% in Pokémon with this nature
Declaration
Swift
public var increasedStat: PKMNamedAPIResource? -
The flavor hated by Pokémon with this nature
Declaration
Swift
public var hatesFlavor: PKMNamedAPIResource? -
he flavor liked by Pokémon with this nature
Declaration
Swift
public var likesFlavor: PKMNamedAPIResource? -
A list of Pokéathlon stats this nature effects and how much it effects them
Declaration
Swift
public var pokeathlonStatChanges: [PKMNatureStatChange]? -
A list of battle styles and how likely a Pokémon with this nature is to use them in the Battle Palace or Battle Tent.
Declaration
Swift
public var moveBattleStylePreferences: [PKMMoveBattleStylePreference]? -
The name of this nature listed in different languages
Declaration
Swift
public var names: [PKMName]? -
Undocumented
Declaration
Swift
public class PKMNature: Mappable -
Undocumented
Declaration
Swift
public class PKMNature: Mappable
View on GitHub
PKMNature Class Reference