Find and disable (suspend) a named ActiveEffect on the target actor (or owner if no target).
Config: { effectName }
Searches every effect source active on the subject (own embedded effects plus
transferred effects from features/gear/sockets/keywords/glyphs) via
getAllActiveEffectSources(), not just subject.effects — safe to widen because
this outcome only ever flips disabled, never deletes.
Find and disable (suspend) a named ActiveEffect on the target actor (or owner if no target). Config: { effectName }
Searches every effect source active on the subject (own embedded effects plus transferred effects from features/gear/sockets/keywords/glyphs) via
getAllActiveEffectSources(), not justsubject.effects— safe to widen because this outcome only ever flipsdisabled, never deletes.