MORALE_CATEGORY: {
    BRAVE: "brave";
    CATATONIC: "catatonic";
    NONE: "none";
    ROUTED: "routed";
    STEADY: "steady";
    WITHDRAWING: "withdrawing";
}

Map of morale-category key → string value.

Type declaration

  • ReadonlyBRAVE: "brave"
  • ReadonlyCATATONIC: "catatonic"
  • ReadonlyNONE: "none"
  • ReadonlyROUTED: "routed"
  • ReadonlySTEADY: "steady"
  • ReadonlyWITHDRAWING: "withdrawing"