pokemon-rogue-battle
    Preparing search index...

    Battler Tag that keeps track of how many times the user has Autotomized Each count of Autotomization reduces the weight by 100kg

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    autotomizeCount: number = 0
    isBatonPassable: boolean
    lapseTypes: BattlerTagLapseType[]
    sourceId?: number
    sourceMove: Moves
    turnCount: number

    Methods

    • 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

    • Adds an autotomize count to the Pokemon. Each stack reduces weight by 100kg If the Pokemon is over 0.1kg it also displays a message.

      Parameters

      • pokemon: default

        The Pokemon that is being autotomized

      Returns void