• Build the header status pills in display order. A toggleable pill is lit when its status id is in activeStatusIds; an indicator (Aural-Shock / Fatigue) is lit when its trauma subtype is in activeTraumaSubTypes.

    Parameters

    • activeStatusIds: ReadonlySet<string>

      The status ids currently active on the actor.

    • activeTraumaSubTypes: ReadonlySet<string> = ...

      The subtypes of the actor's active traumas.

    Returns StatusPill[]

    The status pills, in display order.