• Select the Fate Mystery projections that may be spent on a test against the given skill: those whose subtype is the Fate subtype, whose scope matches (general null, or this skill's shortcode), and that still have a charge available (infinite, or remaining > 0).

    Type Parameters

    • T

    Parameters

    • projections: FateMysteryProjection<T>[]

      All Fate Mystery projections on the actor.

    • fateSubType: string

      The Fate mystery subtype value (MYSTERY_SUBTYPE.FATE).

    • skillShortcode: string

      The tested skill's shortcode.

    Returns FateMysteryProjection<T>[]

    The eligible-and-available projections (order preserved).