PKMPastMoveStatValues
public class PKMPastMoveStatValues: MappablePast Move Stat Values
- 
                  
                  The percent value of how likely this move is to be successful DeclarationSwift public var accuracy: Int?
- 
                  
                  The percent value of how likely it is this moves effect will take effect DeclarationSwift public var effectChance: Int?
- 
                  
                  The base power of this move with a value of 0 if it does not have a base power DeclarationSwift public var power: Int?
- 
                  
                  Power points. The number of times this move can be used DeclarationSwift public var pp: Int?
- 
                  
                  The effect of this move listed in different languages DeclarationSwift public var effectEntries: [PKMVerboseEffect]?
- 
                  
                  The elemental type of this move DeclarationSwift public var type: PKMNamedAPIResource?
- 
                  
                  The version group in which these move stat values were in effect DeclarationSwift public var versionGroup: PKMNamedAPIResource?
- 
                  
                  Undocumented DeclarationSwift public class PKMPastMoveStatValues: Mappable
- 
                  
                  Undocumented DeclarationSwift public class PKMPastMoveStatValues: Mappable
 View on GitHub
View on GitHub PKMPastMoveStatValues Class Reference
        PKMPastMoveStatValues Class Reference