BODY_PART_TIER: {
    GRIEVOUS: "grievous";
    MINOR: "minor";
    NONE: "none";
    SERIOUS: "serious";
} = ...

A body part's impairment tier, by magnitude (#470): none (0), minor (−1…−5), serious (−6…−10), grievous (≤ −11). Injuries reach at most serious (a grievous injury makes the part unusable rather than adding a number); the grievous tier is only reached via permanent impairment.

Type declaration

  • ReadonlyGRIEVOUS: "grievous"
  • ReadonlyMINOR: "minor"
  • ReadonlyNONE: "none"
  • ReadonlySERIOUS: "serious"