Optional
sourceThe PID
of the Pokemon that added this tag, or undefined
if not set by a pokemon
Optional
sourceThe MoveId
that created this tag, or undefined
if not set by a move
Readonly
tagThe 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.
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.See
MoveId.TELEKINESIS