Applies the Ingrain tag to a pokemon

Hierarchy (view full)

Constructors

Properties

sourceId?: number
sourceMove: Moves
turnCount: number

Methods

  • Check if the Ingrain tag can be added to the pokemon

    Parameters

    • pokemon: default

      Pokemon The pokemon to check if the tag can be added to

    Returns boolean

    boolean True if the tag can be added, false otherwise

  • When given a battler tag or json representing one, load the data for it. This is meant to be inherited from by any battler tag with custom attributes

    Parameters

    • source: any

      A battler tag

    Returns void