Director
The Director Processor forwards the original, unprocessed Effect to another Actor before the current Effect continues through the processing pipeline.
The forwarded Effect is configured by the resolved Director Stat and is applied according to its Director Signature.
Direction is evaluated separately for the Source Actor and the Target Actor.
The Director Stat is resolved as follows:
Base Stat (BS) Processors
- For the Target Actor, the Director Stat is obtained directly from the Target Stat's Director Relative Stat.
- For the Source Actor, the Director Stat is obtained from the Source Actor using the Stat Key referenced by the Target Stat's Director Relative Key.
Attribute Stat (AS) / Multi Attribute Stat (MAS) Processors
- For the Target Actor, the Director Stat is obtained from the Target Actor using the Stat Key referenced by the Attribute Stat's Director Relative Key.
- For the Source Actor, the Director Stat is obtained directly from the Attribute Stat's Director Relative Stat, since the Attribute Stat already belongs to the Source Actor.
The resolved Stat must be a Director Stat.