StatCalc

io.github.pidoveproject.showdown.protocol.client.DataCommand.StatCalc
final case class StatCalc(level: Option[Level], baseStat: IronType[Int, Positive], iv: Option[IV], ev: Option[EVBoost], modifier: Option[Modifier])

Calculate a statistic.

Value parameters

baseStat

the base statistic of the pokemon

ev

the investment and nature of the pokemon in the statistic to calculate

iv

the iv of the pokemon

level

the level of the pokemon

modifier

a statistic modifier, like the effect of an item

Attributes

Source
DataCommand.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product