pokemon-rogue-battle

    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, Expand)

    Index

    Constructors

    Properties

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

    Methods

    • Load the data for a given BattlerTag or JSON representation thereof. Should be inherited from by any battler tag with custom attributes.

      Parameters

      • source: any

        The battler tag to load

      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

    MMNEPVFCICPMFPCPTTAAATR