PKMPastMoveStatValues

public class PKMPastMoveStatValues: Mappable

Past Move Stat Values

  • The percent value of how likely this move is to be successful

    Declaration

    Swift

    public var accuracy: Int?
  • The percent value of how likely it is this moves effect will take effect

    Declaration

    Swift

    public var effectChance: Int?
  • The base power of this move with a value of 0 if it does not have a base power

    Declaration

    Swift

    public var power: Int?
  • pp

    Power points. The number of times this move can be used

    Declaration

    Swift

    public var pp: Int?
  • The effect of this move listed in different languages

    Declaration

    Swift

    public var effectEntries: [PKMVerboseEffect]?
  • The elemental type of this move

    Declaration

    Swift

    public var type: PKMNamedAPIResource?
  • The version group in which these move stat values were in effect

    Declaration

    Swift

    public var versionGroup: PKMNamedAPIResource?
  • Undocumented

    Declaration

    Swift

    public class PKMPastMoveStatValues: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMPastMoveStatValues: Mappable