TREATMENT_CODE: {
    AMPUTATE: "AMP";
    CLEAN: "CLN";
    COMPRESS: "CMP";
    EXTRACT: "EXT";
    SET: "SET";
    SURGERY: "SUR";
    WARM: "WRM";
} = ...

The required-treatment action codes (Injury rules, Injury Treatment).

Type declaration

  • ReadonlyAMPUTATE: "AMP"

    Amputate the affected location.

  • ReadonlyCLEAN: "CLN"

    Clean and dress the injury with water and bandages.

  • ReadonlyCOMPRESS: "CMP"

    Apply a cool, wet dressing to ease discomfort.

  • ReadonlyEXTRACT: "EXT"

    Surgically extract a lodged projectile.

  • ReadonlySET: "SET"

    Splint a simple fracture.

  • ReadonlySURGERY: "SUR"

    Complex surgery (requires surgical tools).

  • ReadonlyWARM: "WRM"

    Warm the victim (blankets, hot drinks, warm compresses).