Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Enum entries
Boost a pokemon.
Boost a pokemon.
Value parameters
- amount
-
the number of stage the stat was raised by
- pokemon
-
the boosted pokemon
- stat
-
the raised stat
Attributes
Clear the boosts of all pokemon.
Clear the boosts of all pokemon.
Attributes
Clear the boosts of a pokemon.
Clear the boosts of a pokemon.
Value parameters
- pokemon
-
the affected pokemon
Attributes
Clear the negative boosts of a pokemon.
Clear the negative boosts of a pokemon.
Value parameters
- effect
-
the effect causing the boost clear
- pokemon
-
the affected pokemon
Attributes
Clear the positive boosts of a pokemon.
Clear the positive boosts of a pokemon.
Value parameters
- effect
-
the effect causing the boost clear
- pokemon
-
the pokemon triggering the boost clear
- target
-
the affected pokemon
Attributes
Copy the boosts of a pokemon.
Copy the boosts of a pokemon.
Value parameters
- pokemon
-
the copying pokemon
- target
-
the copied pokemon
Attributes
Clear the status of a pokemon.
Clear the status of a pokemon.
Value parameters
- pokemon
-
the cured pokemon
- status
-
the removed status
Attributes
A pokemon took damage.
A pokemon took damage.
Value parameters
- condition
-
the health and current status of the pokemon
- pokemon
-
the damaged pokemon
Attributes
A pokemon was healed.
A pokemon was healed.
Value parameters
- condition
-
the health and current status of the pokemon
- pokemon
-
the healed pokemon
Attributes
Invert the boost stages of a pokemon.
Invert the boost stages of a pokemon.
Value parameters
- pokemon
-
the affected pokemon
Attributes
Set the boost of a pokemon.
Set the boost of a pokemon.
Value parameters
- amount
-
the new boost stage of the stat
- pokemon
-
the (un)boosted pokemon
- stat
-
the modified stat
Attributes
Set the health of a pokemon.
Set the health of a pokemon.
Value parameters
- health
-
the new health of the pokemon
- pokemon
-
the modified pokemon
Attributes
Set the status of a pokemon.
Set the status of a pokemon.
Value parameters
- pokemon
-
the modified pokemon
- status
-
the new status of the pokemon
Attributes
Declare a move effect lasting until another move is used.
Declare a move effect lasting until another move is used.
Value parameters
- move
-
the used move
- pokemon
-
the affected pokemon
Attributes
Declare a move effect lasting until the next turn.
Declare a move effect lasting until the next turn.
Value parameters
- move
-
the used move
- pokemon
-
the affected pokemon
Attributes
Swap boost of two pokemon.
Swap boost of two pokemon.
Value parameters
- pokemon
-
the pokemon triggering the boost swap
- stats
-
the swapped stats
- target
-
the pokemon affected by the boost swap
Attributes
Unboost a pokemon.
Unboost a pokemon.
Value parameters
- amount
-
the number of stage the stat was dropped by
- pokemon
-
the unboosted pokemon
- stat
-
the dropped stat
Attributes
End a volatile status.
End a volatile status.
Value parameters
- pokemon
-
the no longer affected pokemon
- status
-
the ended volatile status
Attributes
Start a volatile status.
Start a volatile status.
Value parameters
- pokemon
-
the affected pokemon
- status
-
the started volatile status