OptionalsourceMove: MoveIdOptionalsourceId: numberOptionalsourceThe PID of the Pokemon that added this tag, or undefined if not set by a pokemon
OptionalsourceThe MoveId that created this tag, or undefined if not set by a move
ReadonlytagThe tag's remaining duration
Tick down this BattlerTag's duration.
The Pokemon whom this tag belongs to.
Unused by default but can be used by subclasses.
The BattlerTagLapseType being lapsed.
Unused by default but can be used by subclasses.
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.
A
BattlerTagrepresents a semi-persistent effect that can be attached to aPokemon. Tags can trigger various effects throughout a turn, and are cleared on switching out or through their respectivelapsemethods.