Table of Contents

Enum ThresholdMode

Namespace
ElectricDrill.AstraRpgFramework.Conditions
Assembly
com.electricdrill.astra-rpg-framework.Runtime.dll

Specifies whether a stat threshold is expressed as a raw absolute value or as a percentage of the stat's maximum value (0–100).

public enum ThresholdMode

Fields

Absolute = 0

The threshold is a raw stat value.

Percentage = 1

The threshold is a percentage of the stat's maximum value (0–100).