Skip to main content

Limiter

A Limiter Stat limits an incoming Effect value based on configurable rules.

The limit can be applied as either a minimum or maximum value, using a constant Stat value or a percentage of another Stat. It can also be applied conditionally based on Stat checks.

Limiter Signature

The Limiter Signature defines how the incoming Effect value is limited.

Fields

FieldDescription
Limit Value SignDetermines which Effect value sign the Limiter applies to. See Value Sign for the available options.
Limit ByDetermines whether the Effect value is limited by a minimum or maximum value. See Limit By Types below.
Limit Value TypeDetermines how the limit value is calculated. See Limit Value Types below.
Use Limit StatUses another Stat selected from the Interaction Actors instead of the Limiter Stat's own value.
Limit StatDefines the Stat used as the limit value when Use Limit Stat is enabled.
Percentage Source StatDefines the Stat whose value is used when Limit Value Type is set to Percentage.
Value Type Of Percentage Source StatDetermines which value type of the Percentage Source Stat is used for the percentage calculation.
State CheckEnables conditional application of the Limiter.
Use Multi Stat CheckEvaluates the condition using multiple Stats instead of a single Stat.
Single Stat CheckerDefines the condition evaluated against a single Stat.
Multi Stat CheckerDefines the condition evaluated against multiple Stats.
Add Result Attribute If PassAdds a Result Attribute to the Effect if the Limiter is applied.
Adding AttributeThe Result Attribute added to the Effect.

Limit By Types

TypeDescription
MinEnsures the Effect value is not lower than the calculated limit.
MaxEnsures the Effect value does not exceed the calculated limit.

Limit Value Types

TypeDescription
ValueUses the Limit Stat's value directly as the limit.
PercentageTreats the Limit Stat's value as a percentage (0–1) and calculates the limit from the selected Percentage Source Stat. For example, if the Limit Stat value is 0.25 and the Percentage Source Stat value is 200, the calculated limit is 50.