The effect's system.scope, or undefined.
The embedding context.
OptionalactorName?: stringThe owning actor's name, for the "this" label on an
actor effect.
Whether the effect is embedded directly on an actor (rather than on an item).
OptionalparentItemType?: stringThe owning item's kind, for the "this" label on
an item effect.
The localized target label.
The human-readable, localized label for an active effect's target, derived from its
system.scopeand the documents it is embedded in. Mirrors the scope semantics ofSohlActiveEffect.targets:"this"→"This {itemType}"for an item-embedded effect, or"This Actor: {actorName}"for an actor-embedded effect;"actor"→ the localized "Actor" label;"meleestrikemode"/"missilestrikemode"→ the strike-mode scope label;"weapongear") → that item type's localized label (the effect targets every item of the kind, filtered by its predicate);