Skip to main content

Duration Modifier

A Duration Modifier Stat modifies an Effect's duration during the Duration Process.

It allows Effect durations to be increased, decreased, or otherwise adjusted based on configurable conditions before the duration is finalized.

Duration Modifier Signature

Fields

FieldDescription
State CheckEnables conditional duration modification based on Stat conditions.
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.
Check Incoming Value SignEnables duration modification only for incoming Effects with the specified value sign.
Incoming Value SignSpecifies which Effect value sign the Duration Modifier applies to. See Value Sign for the available options.
Result Attribute CheckEnables a condition based on the Effect's Result Attributes.
Result AttributesDefines the Result Attributes used by the condition. Since Result Attributes can be added to an Effect throughout the processing funnel, this allows conditional duration modification based on previous processing results. For example, a Duration Modifier can modify the duration of Critical Effects only.
Result Attribute Check TypeDetermines how the Result Attribute condition is evaluated. See Result Attribute Check Types below.
Contribution TypeDetermines how the Duration Modifier Stat value contributes to the Effect's duration.
Add Result Attribute If PassAdds a Result Attribute to the Effect after its duration has been successfully modified.
Adding AttributeThe Result Attribute added to the Effect.

Result Attribute Check Types

TypeDescription
ExistsThe condition passes if the Effect contains the specified Result Attributes.
Not ExistsThe condition passes if the Effect does not contain the specified Result Attributes.