Unboost

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

Unboost a pokemon.

Value parameters

amount

the number of stage the stat was dropped by

pokemon

the unboosted pokemon

stat

the dropped 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