PKMMoveMetaData
public class PKMMoveMetaData: MappableMove Meta Data
- 
                  
                  The status ailment this move inflicts on its target DeclarationSwift public var ailment: PKMNamedAPIResource?
- 
                  
                  The category of move this move falls under, e.g. damage or ailment DeclarationSwift public var category: PKMNamedAPIResource?
- 
                  
                  The minimum number of times this move hits. Null if it always only hits once. DeclarationSwift public var minHits: Int?
- 
                  
                  The maximum number of times this move hits. Null if it always only hits once. DeclarationSwift public var maxHits: Int?
- 
                  
                  The minimum number of turns this move continues to take effect. Null if it always only lasts one turn. DeclarationSwift public var minTurns: Int?
- 
                  
                  The maximum number of turns this move continues to take effect. Null if it always only lasts one turn. DeclarationSwift public var maxTurns: Int?
- 
                  
                  HP drain (if positive) or Recoil damage (if negative), in percent of damage done DeclarationSwift public var drain: Int?
- 
                  
                  The amount of hp gained by the attacking pokemon, in percent of it’s maximum HP DeclarationSwift public var healing: Int?
- 
                  
                  Critical hit rate bonus DeclarationSwift public var critRate: Int?
- 
                  
                  The likelyhood this attack will cause an ailment DeclarationSwift public var ailmentChance: Int?
- 
                  
                  The likelyhood this attack will cause the target pokemon to flinch DeclarationSwift public var flinchEhance: Int?
- 
                  
                  The likelyhood this attack will cause a stat change in the target pokemon DeclarationSwift public var statChance: Int?
- 
                  
                  Undocumented DeclarationSwift public class PKMMoveMetaData: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMMoveMetaData: Mappable
 View on GitHub
View on GitHub PKMMoveMetaData Class Reference
        PKMMoveMetaData Class Reference