UI_EN = {
    UI_ClothingType_Amputation_RL = "Amputation (Right Leg)",
    UI_ClothingType_Amputation_LL = "Amputation (Left Leg)",
    UI_ClothingType_Amputation_LA = "Amputation (Left Arm)",
    UI_ClothingType_Amputation_RA = "Amputation (Right Arm)",
    UI_ClothingType_Amputation_BA = "Amputation (Both Arms)",
    UI_ClothingType_Prosthetic_LA = "Prosthetic (Left Arm)",
    UI_ClothingType_Prosthetic_RA = "Prosthetic (Right Arm)",
    UI_ClothingType_Prosthetic_LL = "Prosthetic (Left Leg)",
    UI_ClothingType_Prosthetic_RL = "Prosthetic (Right Leg)",
    UI_ClothingType_AmpWheelchair = "Wheelchair",
}