Optional
sourceThe PID
of the Pokemon that added this tag, or undefined
if not set by a pokemon
Optional
sourceThe MoveId
that created this tag, or undefined
if not set by a move
Readonly
tagThe tag's remaining duration
Gets the text to display when a move's execution is prevented as a result of the restriction. Because restriction effects also prevent selection of the move, this situation can only arise if a pokemon first selects a move, then gets outsped by a pokemon using a move that restricts the selected move.
The text to display when the move is interrupted
Check if a move is a status move and determines its restriction status on that basis
The move under investigation
true
if the move is a status move
Tick down this BattlerTag
's duration.
true
if the tag should be kept (turnCount
> 0`)
Load the data for a given BattlerTag
or JSON representation thereof.
Should be inherited from by any battler tag with custom attributes.
An object containing the fields needed to reconstruct this tag.
Get the text to display when the player attempts to select a move that is restricted by this tag.
The text to display when the player attempts to select the restricted move
BattlerTag that applies the effects of Taunt to the target Pokemon Taunt restricts the use of status moves. The tag is removed after 4 turns.