Skip to main content

Director

A Director is a Redirector that redirects the Effect itself during the Preprocess or Precontribution stages.

Unlike value-based redirection, a Director does not modify the Effect's value. Instead, it redirects the entire Effect to new target Actors before the Effect is processed or applied.

Director Signature

Fields

This Stat inherits all fields from Redirector.

FieldDescription
Use RateApplies the redirection based on probability. A random value in the range 0–1 is generated, and the redirection proceeds only if it is less than the configured rate.
Use Stat Use RateUses a Stat instead of a predefined rate value.
Use Rate StatThe Float Stat that provides the rate value.
Rate ValueThe predefined probability value used when Use Stat Use Rate is disabled.
Block EffectDetermines whether the original Effect is blocked after it has been redirected.
Attributes To OverrideDefines which Effect Attributes are overridden on the redirected Effect.
Overridden Attribute ValuesDefines the values assigned to the overridden Effect Attributes.

Versions

  • Signed: