PKMEncounter
public class PKMEncounter: Mappable
Encounter
-
The lowest level the Pokémon could be encountered at
Declaration
Swift
public var minLevel: Int? -
The highest level the Pokémon could be encountered at
Declaration
Swift
public var maxLevel: Int? -
A list of condition values that must be in effect for this encounter to occur
Declaration
Swift
public var conditionValues: [PKMNamedAPIResource]? -
percent chance that this encounter will occur
Declaration
Swift
public var chance: Int? -
The method by which this encounter happens
Declaration
Swift
public var method: PKMNamedAPIResource? -
Undocumented
Declaration
Swift
public class PKMEncounter: Mappable -
Undocumented
Declaration
Swift
public class PKMEncounter: Mappable
View on GitHub
PKMEncounter Class Reference