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