VERSION = 1,

option HIC.Active
{
	type = boolean, default = true,
	page = HIC, translation = HIC_Active,
}

option HIC.MoodleActive
{
	type = boolean, default = true,
	page = HIC, translation = HIC_MoodleActive,
}

option HIC.MinimalCondition
{
	type = integer, default = 15, min = 0, max = 100,
	page = HIC, translation = HIC_MinimalCondition,
}

option HIC.Radius
{
	type = integer, default = 2, min = 1, max = 10,
	page = HIC, translation = HIC_Radius,
}

option HIC.SleepRadius
{
	type = integer, default = 1, min = 1, max = 10,
	page = HIC, translation = HIC_SleepRadius,
}

option HIC.CheckForTraits
{
	type = boolean, default = true,
	page = HIC, translation = HIC_CheckForTraits,
}

option HIC.TraitCoefficient
{
	type = integer, default = 60, min = 0, max = 100,
	page = HIC, translation = HIC_TraitCoefficient,
}

option HIC.ZombieMemory
{
	type = boolean, default = false,
	page = HIC, translation = HIC_ZombieMemory,
}