VERSION = 1,

option WashOrRot.EnableDirtinessMechanic
{
	type = boolean,
	default = true,

	page = WashOrRot,
	translation = WashOrRot_EnableDirtinessMechanic,
}

option WashOrRot.MinimumClothingDirtinessRequired
{
	type = double,
	min = 10,
	max = 50,
	default = 25,

	page = WashOrRot,
	translation = WashOrRot_MinimumClothingDirtinessRequired,
}

option WashOrRot.ClothingDirtinessPercentageToTransfer
{
	type = double,
	min = 5,
	max = 30,
	default = 10,

	page = WashOrRot,
	translation = WashOrRot_ClothingDirtinessPercentageToTransfer,
}

option WashOrRot.DirtinessIncreaseDecreaseRateUntilEffects
{
	type = double,
	min = 0.5,
	max = 2,
	default = 1,

	page = WashOrRot,
	translation = WashOrRot_DirtinessIncreaseDecreaseRateUntilEffects,
}

option WashOrRot.EnableBloodinessMechanic
{
	type = boolean,
	default = true,

	page = WashOrRot,
	translation = WashOrRot_EnableBloodinessMechanic,
}

option WashOrRot.MinimumClothingBloodinessRequired
{
	type = double,
	min = 10,
	max = 50,
	default = 25,

	page = WashOrRot,
	translation = WashOrRot_MinimumClothingBloodinessRequired,
}

option WashOrRot.ClothingBloodinessPercentageToTransfer
{
	type = double,
	min = 5,
	max = 30,
	default = 10,

	page = WashOrRot,
	translation = WashOrRot_ClothingBloodinessPercentageToTransfer,
}

option WashOrRot.BloodinessIncreaseDecreaseRateUntilEffects
{
	type = double,
	min = 0.5,
	max = 2,
	default = 1,

	page = WashOrRot,
	translation = WashOrRot_BloodinessIncreaseDecreaseRateUntilEffects,
}

option WashOrRot.EnableItchingMechanic
{
	type = boolean,
	default = true,

	page = WashOrRot,
	translation = WashOrRot_EnableItchingMechanic,
}

option WashOrRot.EnableSicknessMechanic
{
	type = boolean,
	default = true,

	page = WashOrRot,
	translation = WashOrRot_EnableSicknessMechanic,
}