feedback: {
    deltas: {
        abilityScore: { negative: string; positive: string };
        energyDrain: { negative: string; positive: string };
        hp: { negative: string; positive: string };
        nonlethal: { negative: string; positive: string };
        temp: { negative: string; positive: string };
        vigor: { negative: string; positive: string };
        wounds: { negative: string; positive: string };
    };
} = ...

Feedback configuration

Type declaration

  • deltas: {
        abilityScore: { negative: string; positive: string };
        energyDrain: { negative: string; positive: string };
        hp: { negative: string; positive: string };
        nonlethal: { negative: string; positive: string };
        temp: { negative: string; positive: string };
        vigor: { negative: string; positive: string };
        wounds: { negative: string; positive: string };
    }

    Deltas

Move this into an actual setting.