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 = 0The threshold is a raw stat value.
Percentage = 1The threshold is a percentage of the stat's maximum value (0–100).