Stores data and helper functions about a trainers AI options.

Constructors

Properties

instantTeras: number[]
teraMode: TeraAIMode = TeraAIMode.NO_TERA

Methods

  • Checks if a trainer can tera

    Returns boolean

    Whether this trainer can currently tera

  • Sets a pokemon on this AI to just instantly Tera on first move used

    Parameters

    • index: number

      The index of the pokemon to instantly tera.

    Returns void