ProjectileGearSubTypeChoices: Record<
    "none"
    | "other"
    | "arrow"
    | "bolt"
    | "bullet"
    | "dart",
    string,
>

Value-keyed label map for StringField({ choices }).