Skip to content

MinManaPointsCondition

cyrite edited this page Jan 6, 2024 · 1 revision

Overview

Checks whether the target's mana points are greater than or equal to a given value.

Syntax

MinManaPointsCondition.new(min_mp)

Parameter Type Description
min_mpp number Minimum mana points (inclusive).

Examples

  • MinManaPointsCondition.new(125) (MP greater than 125)
Clone this wiki locally