• Gather every gear item the cohort's members have shared with it.

    Rows are ordered by carrier name, then by item name, so the ledger reads as a per-member grouping without the display having to group it. Nothing is summed: a total weight across separate carriers describes no one's load, so the tab reports none (see the Shared Gear template).

    Type Parameters

    Parameters

    • carriers: readonly SharedGearCarrier<TGear>[]

      The cohort's resolved members and the gear each carries.

    • cohortRefs: readonly string[]

      Every reference identifying this cohort.

    Returns SharedGearEntry<TGear>[]

    One entry per shared item, ordered by carrier then item name.