VERSION = 1,

option TakeABath.Headwear
{
    type = boolean,
    default = true,
    page = Fol_Take_A_Bath,
    translation = TakeOff_Headwear,
}

option TakeABath.Clothes
{
    type = boolean,
    default = true,
    page = Fol_Take_A_Bath,
    translation = TakeOff_Clothes,
}

option TakeABath.Underwear
{
    type = boolean,
    default = true,
    page = Fol_Take_A_Bath,
    translation = TakeOff_Underwear,
}

option TakeABath.Backpack
{
    type = boolean,
    default = true,
    page = Fol_Take_A_Bath,
    translation = TakeOff_Backpack,
}

option TakeABath.consume_water
{
    type = enum,
    numValues = 6,
    default = 1,
    page = Fol_Take_A_Bath,
    translation = consume_water,
}