FEAR_CATEGORY: {
    AFRAID: "afraid";
    BRAVE: "brave";
    CATATONIC: "catatonic";
    NONE: "none";
    STEADY: "steady";
    TERRIFIED: "terrified";
}

Map of fear-category key → string value.

Type declaration

  • ReadonlyAFRAID: "afraid"
  • ReadonlyBRAVE: "brave"
  • ReadonlyCATATONIC: "catatonic"
  • ReadonlyNONE: "none"
  • ReadonlySTEADY: "steady"
  • ReadonlyTERRIFIED: "terrified"