The outcome of a Psyche Stress Recovery Test (Psychological Condition rules): MS −1 PSY, CS −2 PSY, MF no change, and CF a Grievous Stress — an indefinite condition becomes permanent, or a permanent one gains +1 PSY.

interface PsycheRecoveryOutcome {
    grievous: boolean;
    psyDelta: number;
}

Properties

Properties

grievous: boolean

Whether this is a Grievous Stress critical failure.

psyDelta: number

Change to the condition's PSY (negative recovers).