FearCategoryChoices: Record<
    "none"
    | "brave"
    | "steady"
    | "catatonic"
    | "afraid"
    | "terrified",
    string,
>

Value-keyed choices map (value → localization key) for StringField.