pokemon-rogue-battle
    Preparing search index...

    Tag to implement Wish.

    Hierarchy (View Summary)

    Implements

    • WishArgs
    Index

    Constructors

    Properties

    healHp: number

    The amount of Stat.HP | HP to heal; set to 50% of the user's max HP during move usage.

    pokemonName: string

    The name of the Pokemon having created the tag.

    tagType: WISH = PositionalTagType.WISH

    This tag's type

    targetIndex: BattlerIndex

    The BattlerIndex targeted by this effect.

    turnCount: number

    The number of turns remaining until this tag's activation.
    Decremented by 1 at the end of each turn until reaching 0, at which point it will trigger the tag's effects and be removed.

    Methods