IGUI_EN = {

    IGUI_BathTowel = "Bath Towel",
    IGUI_BathTowelPoor = "Rough Bath Towel",
    IGUI_BathTowelLuxury = "Luxury Bath Towel",

    IGUI_TowelQuality_Poor = "Rough ",
    IGUI_TowelQuality_Luxury = "Luxury ",

    IGUI_BathTowelsOverhaul_Absorbency = "Water Absorbency",
    IGUI_BathTowelsOverhaul_Normal = "Normal",
    IGUI_BathTowelsOverhaul_NotGood = "Not Good",
    IGUI_BathTowelsOverhaul_Good = "Good",
    IGUI_BathTowelsOverhaul_Great = "Great",
    IGUI_BathTowelsOverhaul_BodyWetness = "Body Wetness",
    IGUI_BathTowelsOverhaul_TowelWetness = "Towel Wetness",
    IGUI_BathTowelsOverhaul_Dry = "Dry",
    IGUI_BathTowelsOverhaul_Slightly = "Slightly Moist",
    IGUI_BathTowelsOverhaul_Moist = "Moist",
    IGUI_BathTowelsOverhaul_Wet = "Wet",
    IGUI_BathTowelsOverhaul_Soaked = "Soaked",

    IGUI_BathTowelsOverhaul_Clean = "Clean",
    IGUI_BathTowelsOverhaul_Slightly = "Slightly Dirt",
    IGUI_BathTowelsOverhaul_Dirty = "Dirty",
    IGUI_BathTowelsOverhaul_Filthy = "Filthy",
    IGUI_BathTowelsOverhaul_Grubby = "Grubby",

    IGUI_BathTowelsOverhaul_NotWetness = "Not wet enough to dry yourself!",
    IGUI_BathTowelsOverhaul_TowelTooWet = "Too wet to use!",
    IGUI_BathTowelsOverhaul_TowelTooDirty = "Too dirty to use!",
    IGUI_BathTowelsOverhaul_TowelTooBlood = "Too bloody to use!",
    IGUI_BathTowelsOverhaul_TowelBroken = "This towel is in tatters!",
}