PokéRogue
    Preparing search index...

    Telekinesis raises the target into the air for three turns and causes all moves used against the target (aside from OHKO moves) to hit the target unless the target is in a semi-invulnerable state from Fly/Dig. The first effect is provided by FloatingTag, the accuracy-bypass effect is provided by TelekinesisTag The effects of Telekinesis can be baton passed to a teammate.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    "#isBatonPassable": boolean = false
    "#lapseTypes": readonly [BattlerTagLapseType, BattlerTagLapseType]
    sourceId?: number

    The PID of the Pokemon that added this tag, or undefined if not set by a pokemon

    sourceMove?: MoveId

    The MoveId that created this tag, or undefined if not set by a move

    tagType: TELEKINESIS = BattlerTagType.TELEKINESIS
    turnCount: number

    The tag's remaining duration

    Accessors

    Methods