pokemon-rogue-battle
    Preparing search index...

    A PositionalTag is a variant of an ArenaTag that targets a single slot of the battlefield. Each tag can last one or more turns, triggering various effects on removal. Multiple tags of the same kind can stack with one another, provided they are affecting different targets.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    This tag's type

    targetIndex: BattlerIndex

    The BattlerIndex targeted by this effect.

    turnCount: number

    The number of turns remaining until this tag's activation.
    Decremented by 1 at the end of each turn until reaching 0, at which point it will trigger the tag's effects and be removed.

    Methods

    • Check whether this tag should be allowed to trigger and activate its effects upon its duration elapsing.

      Returns boolean

      Whether this tag should be allowed to trigger prior to being removed.