Skip to content

MaxHitPointsPercentageCondition

cyrite edited this page Jan 6, 2024 · 1 revision

Overview

Checks whether the target's hit points percentage is below a given threshold.

Syntax

MaxHitPointsPercentageCondition.new(max_hpp)

Parameter Type Description
max_hpp number Maximum hit points percentage (inclusive).

Examples

  • MaxHitPointsPercentageCondition.new(80) (HP less than or equal to 80%)
Clone this wiki locally