FerocityLevelThresholds: Record<Exclude<FerocityLevel, Minimal>, number>

A record defining maximum thresholds for each alignment danger level.

The current danger level is the first level above the current alignment value.

When no thresholds are applicable, AlignmentDangerLevel.Minimal is used.

Generated using TypeDoc