pokemon-rogue-battle
    Preparing search index...

    Baseline arguments used to construct all PositionalTags, the contents of which are serialized and used to construct new tags.
    Does not contain the tagType parameter (which is used to select the proper class constructor during tag loading).

    interface PositionalTagBaseArgs {
        targetIndex: BattlerIndex;
        turnCount: number;
    }

    Implemented by

    Index

    Properties

    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.