Boost

io.github.pidoveproject.showdown.protocol.server.BattleStatusMessage.Boost
final case class Boost(pokemon: ActiveId, stat: StatType, amount: StatBoost)

Boost a pokemon.

Value parameters

amount

the number of stage the stat was raised by

pokemon

the boosted pokemon

stat

the raised stat

Attributes

Source
BattleStatusMessage.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product