• Inflict levels Psyche Stress Levels on actorLogic as a new psycond-subtype trauma. A no-op for a non-positive levels or a missing actor. Each call records a separate psyche-stress instance, as the rules require ("each instance is recorded separately").

    Parameters

    • actorLogic: undefined | null | SohlActorLogic<any>

      The actor logic to add the psyche-stress trauma to.

    • levels: number

      The Psyche Stress Levels to inflict.

    • name: string

      The display name for the condition (typically its source).

    Returns Promise<void>

    A promise that resolves once the psyche-stress trauma is created.