Optional
sourceGets 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.
text to display when the move is interrupted
Checks 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
Checks if this tag is restricting a move based on a user's decisions during the target selection phase
false
unless overridden by the child tag
Load the data for a given BattlerTag
or JSON representation thereof.
Should be inherited from by any battler tag with custom attributes.
The battler tag to load
Gets the text to display when the player attempts to select a move that is restricted by this tag.
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.