pokemon-rogue-battle
    Preparing search index...

    Attribute to track and re-trigger last turn's berries at the end of the BerryPhase. Used by Abilities.CUD_CHEW.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    showAbility: boolean

    Methods

    • Cause this Pokemon to regurgitate and eat all berries inside its berriesEatenLast array. Triggers a berry use animation, but does not count for other berry or item-related abilities.

      Parameters

      • pokemon: default

        The Pokemon having a bad tummy ache

      • _passive: boolean

        N/A

      • _simulated: boolean

        N/A

      • _cancelled: null | BooleanHolder

        N/A

      • _args: any[]

        N/A

      Returns void

    • Move this Pokemon's berriesEaten array from PokemonTurnData into PokemonSummonData on turn end. Both arrays are cleared on switch.

      Parameters

      • pokemon: default

        The Pokemon having a nice snack

      • _passive: boolean

        N/A

      • _simulated: boolean

        N/A

      • _args: any[]

        N/A

      Returns void