pokemon-rogue-battle
    Preparing search index...

    Class RageFistPowerAttr

    This Attribute calculates the current power of Moves.RAGE_FIST. The counter for power calculation does not reset on every wave but on every new arena encounter

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    selfTarget: boolean

    Should this Move target the user?

    Methods

    • Updates the number of hits the Pokemon has taken in battle

      Parameters

      • user: default

        Pokemon calling Rage Fist

      • hitCount: number

        The number of received hits this battle

      • previousHitCount: number

        The number of received hits this battle since last time Rage Fist was used

      Returns void