Attribute used for moves whose base power scales with the opponent's HP Used for Crush Grip, Wring Out, and Hard Press maxBasePower 100 for Hard Press, 120 for others

Hierarchy (view full)

Constructors

Properties

maxBasePower: number
selfTarget: boolean

Should this Move target the user?

Methods

  • Changes the base power of the move to be the target's HP ratio times the maxBasePower with a min value of 1

    Parameters

    • user: default

      n/a

    • target: default

      the Pokemon being attacked

    • move: default

      n/a

    • args: any[]

      holds the base power of the move at args[0]

    Returns boolean

    true