• Build the result-description table for a keep-control test — the four success-level rows a Stumble / Fumble card shows as its Result line. Rows are keyed off the localization prefix (SOHL.Being.StumbleTest / SOHL.Being.FumbleTest), each carrying a label and description under a CritFail / MargFail / MargSuccess / CritSuccess suffix. The star count mirrors the standard success-level table (a critical result shows the extra levels beyond the threshold), so the card renders identically to every other test bar the bespoke keep-control text.

    Parameters

    • parent: SohlLogic<any>

      The logic owning the table's SafeExpression star formulas (the winning attribute / skill logic).

    • prefix: string

      The localization key prefix identifying the test's row text.

    Returns LimitedDescription[]

    The keep-control result-description table.