Heals user as a side effect of a move that hits a target. Healing is based on healRatio * the amount of damage dealt or a stat of the target.

Hierarchy (view full)

Constructors

Properties

firstHitOnly: boolean

Should this effect only apply on the first hit?

healRatio: number
healStat: Stat
message: string
selfTarget: boolean

Should this Move target the user?

Defines when this effect should trigger in the move's effect order

See

MoveEffectPhase.start

Methods