PKMEvolutionDetail
public class PKMEvolutionDetail: Mappable
Evolution Detail
-
The item required to cause evolution this into Pokémon species
Declaration
Swift
public var item: PKMNamedAPIResource?
-
The type of event that triggers evolution into this Pokémon species
Declaration
Swift
public var trigger: PKMNamedAPIResource?
-
The gender the evolving Pokémon species must be in order to evolve into this Pokémon species
Declaration
Swift
public var gender: PKMNamedAPIResource?
-
The item the evolving Pokémon species must be holding during the evolution
Declaration
Swift
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
Declaration
Swift
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
Declaration
Swift
public var knownMoveType: PKMNamedAPIResource?
-
The location the evolution must be triggered at.
Declaration
Swift
public var location: PKMNamedAPIResource?
-
The minimum required level of the evolving Pokémon species to evolve into this Pokémon species
Declaration
Swift
public var minLevel: Int?
-
The minimum required level of happiness the evolving Pokémon species to evolve into this Pokémon species
Declaration
Swift
public var minHappiness: Int?
-
The minimum required level of beauty the evolving Pokémon species to evolve into this Pokémon species
Declaration
Swift
public var minBeauty: Int?
-
The minimum required level of affection the evolving Pokémon species to evolve into this Pokémon species
Declaration
Swift
public var minAffection: Int?
-
Whether or not it must be raining in the overworld to cause evolution this Pokémon species
Declaration
Swift
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
Declaration
Swift
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
Declaration
Swift
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.
Declaration
Swift
public var relativePhysicalStats: Int?
-
The required time of day. Day or night.
Declaration
Swift
public var timeOfDay: String?
-
Pokémon species for which this one must be traded.
Declaration
Swift
public var tradeSpecies: PKMNamedAPIResource?
-
Whether or not the 3DS needs to be turned upside-down as this Pokémon levels up.
Declaration
Swift
public var turnUpsideDown: Bool?
-
Undocumented
Declaration
Swift
public class PKMEvolutionDetail: Mappable
-
Undocumented
Declaration
Swift
public class PKMEvolutionDetail: Mappable