VERSION = 1,

option StarvingZombies.BodySizeImpactsSmell
{
    type = boolean, default = true,
    page = StarvingZombies_Bodies, translation = StarvingZombies_BodySizeImpactsSmell,
}

option StarvingZombies.BodyIndoorCheck
{
    type = boolean, default = false,
    page = StarvingZombies_Bodies, translation = StarvingZombies_BodyIndoorCheck,
}

option StarvingZombies.AllowWornAttachedItems
{
    type = boolean, default = false,
    page = StarvingZombies_Bodies, translation = StarvingZombies_AllowWornAttachedItems,
}

option StarvingZombies.ItemDestroyChance
{
    type = integer, min = 0, max = 100, default = 50,
    page = StarvingZombies_Bodies, translation = StarvingZombies_ItemDestroyChance,
}

option StarvingZombies.BaseEatTime
{
    type = integer, min = 60, max = 2147483647, default = 1200,
    page = StarvingZombies_Bodies, translation = StarvingZombies_BaseEatTime,
}

option StarvingZombies.BodyStartDistance
{
    type = integer, min = 0, max = 20, default = 3,
    page = StarvingZombies_Bodies, translation = StarvingZombies_BodyStartDistance,
}

option StarvingZombies.BodyMaxDistance
{
    type = integer, min = 20, max = 200, default = 100,
    page = StarvingZombies_Bodies, translation = StarvingZombies_BodyMaxDistance,
}

option StarvingZombies.BodyAgeMultiplier
{
    type = double, min = 0, max = 2.0, default = 0.35,
    page = StarvingZombies_Bodies, translation = StarvingZombies_BodyAgeMultiplier,
}

option StarvingZombies.BodyWindSpeedMultiplier
{
    type = double, min = 0, max = 2.0, default = 0.75,
    page = StarvingZombies_Bodies, translation = StarvingZombies_BodyWindSpeedMultiplier,
}

option StarvingZombies.BodyDispersionAngle
{
    type = integer, min = 0, max = 90, default = 55,
    page = StarvingZombies_Bodies, translation = StarvingZombies_BodyDispersionAngle,
}

option StarvingZombies.BodyTemperaturePeak
{
    type = double, min = 0, max = 50, default = 26,
    page = StarvingZombies_Bodies, translation = StarvingZombies_BodyTemperaturePeak,
}

option StarvingZombies.CanSmellPlayer
{
    type = boolean, default = true,
    page = StarvingZombies_Player, translation = StarvingZombies_CanSmellPlayer,
}

option StarvingZombies.PlayerStartDistance
{
    type = integer, min = 0, max = 20, default = 0,
    page = StarvingZombies_Player, translation = StarvingZombies_PlayerStartDistance,
}

option StarvingZombies.PlayerMaxDistance
{
    type = integer, min = 0, max = 200, default = 50,
    page = StarvingZombies_Player, translation = StarvingZombies_PlayerMaxDistance,
}

option StarvingZombies.PlayerBloodMultiplier
{
    type = double, min = -1.0, max = 2.0, default = 0.75,
    page = StarvingZombies_Player, translation = StarvingZombies_PlayerBloodMultiplier,
}

option StarvingZombies.PlayerWindSpeedMultiplier
{
    type = double, min = 0, max = 2.0, default = 0.25,
    page = StarvingZombies_Player, translation = StarvingZombies_PlayerWindSpeedMultiplier,
}

option StarvingZombies.PlayerDispersionAngle
{
    type = integer, min = 0, max = 90, default = 35,
    page = StarvingZombies_Player, translation = StarvingZombies_PlayerDispersionAngle,
}
