PKMNature
public class PKMNature: MappableNatures 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 DeclarationSwift public var id: Int?
- 
                  
                  The name for this nature resource DeclarationSwift public var name: String?
- 
                  
                  The stat decreased by 10% in Pokémon with this nature DeclarationSwift public var decreasedStat: PKMNamedAPIResource?
- 
                  
                  The stat increased by 10% in Pokémon with this nature DeclarationSwift public var increasedStat: PKMNamedAPIResource?
- 
                  
                  The flavor hated by Pokémon with this nature DeclarationSwift public var hatesFlavor: PKMNamedAPIResource?
- 
                  
                  he flavor liked by Pokémon with this nature DeclarationSwift public var likesFlavor: PKMNamedAPIResource?
- 
                  
                  A list of Pokéathlon stats this nature effects and how much it effects them DeclarationSwift 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. DeclarationSwift public var moveBattleStylePreferences: [PKMMoveBattleStylePreference]?
- 
                  
                  The name of this nature listed in different languages DeclarationSwift public var names: [PKMName]?
- 
                  
                  Undocumented DeclarationSwift public class PKMNature: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMNature: Mappable
 View on GitHub
View on GitHub PKMNature Class Reference
        PKMNature Class Reference