new MoveResult()
Represents the results of a Pokemon move being used.
Name | Type | Description |
---|---|---|
success | boolean | Whether the move was successful. |
damage | number | The amount of damage dealt by the move. |
healing | number | The amount of HP healed by the move. |
ailment | string | | The ailment inflicted by the move, or null if none. |
messages | Array.<string> | Additional messages about the move's effect. |
stat_changes | Array.<StatChange> | A list of stat changes caused by the move. |