PastMoveStatValues

constructor(accuracy: Int?, effectChance: Int?, power: Int?, pp: Int?, effectEntries: List<VerboseEffect>, type: Handle.Named<Type>?, versionGroup: Handle.Named<VersionGroup>)(source)

Parameters

accuracy

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

effectChance

The percent value of how likely it is this move's effect will happen.

power

The base power of this move with a value of 0 if it does not have a base power.

pp

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

effectEntries

The previous effects of this move listed in different languages.

type

The elemental type of this move.

versionGroup

The version group in which these move stat values were in effect.