BODY_PART_STATUS: {
    MAJOR: "major";
    MINOR: "minor";
    NONE: "none";
    UNUSABLE: "unusable";
} = ...

Display status bucket for the header grid's color coding: none (white), minor (−5, yellow), major (−10 or worse, blue), unusable (black).

Type declaration

  • ReadonlyMAJOR: "major"
  • ReadonlyMINOR: "minor"
  • ReadonlyNONE: "none"
  • ReadonlyUNUSABLE: "unusable"