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
| Field | Description |
|---|---|
| State Check | Enables conditional duration modification based on Stat conditions. |
| Use Multi Stat Check | Evaluates the condition using multiple Stats instead of a single Stat. |
| Single Stat Checker | Defines the condition evaluated against a single Stat. |
| Multi Stat Checker | Defines the condition evaluated against multiple Stats. |
| Check Incoming Value Sign | Enables duration modification only for incoming Effects with the specified value sign. |
| Incoming Value Sign | Specifies which Effect value sign the Duration Modifier applies to. See Value Sign for the available options. |
| Result Attribute Check | Enables a condition based on the Effect's Result Attributes. |
| Result Attributes | Defines 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 Type | Determines how the Result Attribute condition is evaluated. See Result Attribute Check Types below. |
| Contribution Type | Determines how the Duration Modifier Stat value contributes to the Effect's duration. |
| Add Result Attribute If Pass | Adds a Result Attribute to the Effect after its duration has been successfully modified. |
| Adding Attribute | The Result Attribute added to the Effect. |
Result Attribute Check Types
| Type | Description |
|---|---|
| Exists | The condition passes if the Effect contains the specified Result Attributes. |
| Not Exists | The condition passes if the Effect does not contain the specified Result Attributes. |