BattleAttackMessage
Attributes
- Source
- BattleAttackMessage.scala
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Enum entries
An effect blocked a move.
An effect blocked a move.
Value parameters
- attacker
-
the blocked pokemon
- effect
-
the blocking effect
- pokemon
-
the pokemon who blocked the move
Attributes
- Source
- BattleAttackMessage.scala
The move has been combined with another (e.g Fire Pledge).
The move has been combined with another (e.g Fire Pledge).
Attributes
- Source
- BattleAttackMessage.scala
A pokemon made a critical hit.
A pokemon made a critical hit.
Value parameters
- target
-
the attacked pokemon
Attributes
- Source
- BattleAttackMessage.scala
A move failed.
A move failed.
Value parameters
- move
-
the failed move
- pokemon
-
the move user
Attributes
- Source
- BattleAttackMessage.scala
A pokemon hit n times.
A pokemon hit n times.
Value parameters
- count
-
the number of time the pokemon hit
- pokemon
-
the attacker
Attributes
- Source
- BattleAttackMessage.scala
A pokemon is immune to the used move.
A pokemon is immune to the used move.
Value parameters
- pokemon
-
the defender
Attributes
- Source
- BattleAttackMessage.scala
A pokemon avoided an attack
A pokemon avoided an attack
Value parameters
- pokemon
-
the move user
- target
-
the pokemon who avoided the attack
Attributes
- Source
- BattleAttackMessage.scala
A pokemon must recharge (e.g after using Hyper Beam).
A pokemon must recharge (e.g after using Hyper Beam).
Value parameters
- pokemon
-
the pokemon needing to recharge
Attributes
- Source
- BattleAttackMessage.scala
A pokemon does not have any target.
A pokemon does not have any target.
Value parameters
- pokemon
-
the pokemon who tried to attack
Attributes
- Source
- BattleAttackMessage.scala
Deprecated message to indicate that nothing happened.
A pokemon is charging a move on a potentially unknown target.
A pokemon is charging a move on a potentially unknown target.
Value parameters
- defender
-
the move target if known
- move
-
the charging move
- pokemon
-
the attacking pokemon
Attributes
- Source
- BattleAttackMessage.scala
A move was not very effective.
A move was not very effective.
Value parameters
- pokemon
-
the defender
Attributes
- Source
- BattleAttackMessage.scala
A move was super effective.
A move was super effective.
Value parameters
- pokemon
-
the defender
Attributes
- Source
- BattleAttackMessage.scala
A move user is waiting for the target.
A move user is waiting for the target.
Value parameters
- pokemon
-
the move user
- target
-
the waited-for pokemon
Attributes
- Source
- BattleAttackMessage.scala