Skip to main content

Counter Effect

The Counter Effect Processor triggers another Effect after the current Effect has been successfully applied.

The triggered Effect is configured by the resolved CounterEffect Stat and is executed according to its CounterEffect Signature.

Counter Effects are evaluated separately for the Source Actor and the Target Actor.

The CounterEffect Stat is resolved as follows:

Base Stat (BS) Processors

  • For the Target Actor, the CounterEffect Stat is obtained directly from the Target Stat's CounterEffect Relative Stat.
  • For the Source Actor, the CounterEffect Stat is obtained from the Source Actor using the Stat Key referenced by the Target Stat's CounterEffect Relative Key.

Attribute Stat (AS) / Multi Attribute Stat (MAS) Processors

  • For the Target Actor, the CounterEffect Stat is obtained from the Target Actor using the Stat Key referenced by the Attribute Stat's CounterEffect Relative Key.
  • For the Source Actor, the CounterEffect Stat is obtained directly from the Attribute Stat's CounterEffect Relative Stat, since the Attribute Stat already belongs to the Source Actor.

The resolved Stat must be a CounterEffect Stat.