PKMEvolutionDetail
public class PKMEvolutionDetail: MappableEvolution Detail
- 
                  
                  The item required to cause evolution this into Pokémon species DeclarationSwift public var item: PKMNamedAPIResource?
- 
                  
                  The type of event that triggers evolution into this Pokémon species DeclarationSwift public var trigger: PKMNamedAPIResource?
- 
                  
                  The gender the evolving Pokémon species must be in order to evolve into this Pokémon species DeclarationSwift public var gender: PKMNamedAPIResource?
- 
                  
                  The item the evolving Pokémon species must be holding during the evolution DeclarationSwift public var heldItem: PKMNamedAPIResource?
- 
                  
                  The move that must be known by the evolving Pokémon species during the evolution trigger event in order to evolve into this Pokémon species DeclarationSwift public var knownMove: PKMNamedAPIResource?
- 
                  
                  The evolving Pokémon species must know a move with this type during the evolution trigger event in order to evolve into this Pokémon species DeclarationSwift public var knownMoveType: PKMNamedAPIResource?
- 
                  
                  The location the evolution must be triggered at. DeclarationSwift public var location: PKMNamedAPIResource?
- 
                  
                  The minimum required level of the evolving Pokémon species to evolve into this Pokémon species DeclarationSwift public var minLevel: Int?
- 
                  
                  The minimum required level of happiness the evolving Pokémon species to evolve into this Pokémon species DeclarationSwift public var minHappiness: Int?
- 
                  
                  The minimum required level of beauty the evolving Pokémon species to evolve into this Pokémon species DeclarationSwift public var minBeauty: Int?
- 
                  
                  The minimum required level of affection the evolving Pokémon species to evolve into this Pokémon species DeclarationSwift public var minAffection: Int?
- 
                  
                  Whether or not it must be raining in the overworld to cause evolution this Pokémon species DeclarationSwift public var needsOverworldRain: Bool?
- 
                  
                  The pokemon species that must be in the players party in order for the evolving Pokémon species to evolve into this Pokémon species DeclarationSwift public var partySpecies: PKMNamedAPIResource?
- 
                  
                  The player must have a pokemon of this type in their party during the evolution trigger event in order for the evolving Pokémon species to evolve into this Pokémon species DeclarationSwift public var partyType: PKMNamedAPIResource?
- 
                  
                  The required relation between the Pokémon’s Attack and Defense stats. 1 means Attack > Defense. 0 means Attack = Defense. -1 means Attack < Defense. DeclarationSwift public var relativePhysicalStats: Int?
- 
                  
                  The required time of day. Day or night. DeclarationSwift public var timeOfDay: String?
- 
                  
                  Pokémon species for which this one must be traded. DeclarationSwift public var tradeSpecies: PKMNamedAPIResource?
- 
                  
                  Whether or not the 3DS needs to be turned upside-down as this Pokémon levels up. DeclarationSwift public var turnUpsideDown: Bool?
- 
                  
                  Undocumented DeclarationSwift public class PKMEvolutionDetail: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMEvolutionDetail: Mappable
 View on GitHub
View on GitHub PKMEvolutionDetail Class Reference
        PKMEvolutionDetail Class Reference