VERSION = 1,

option Zombemic.Scream
{
    type = boolean,
    default = true,
    page = Zombemic,
    translation = Zombemic_Scream,
}

option Zombemic.Multiplier
{
    type = boolean,
    default = true,
    page = Zombemic,
    translation = Zombemic_Multiplier,
}

option Zombemic.AllHaveLoot
{
    type = boolean,
    default = true,
    page = Zombemic,
    translation = Zombemic_AllHaveLoot,
}

option Zombemic.SpawnChance
{
    type = double,
    min = 0,
    default = 1,
    max = 10000,
    page = Zombemic,
    translation = Zombemic_SpawnChance,
}

option Zombemic.TriggerDistance
{
    type = double,
    min = 0.1,
    default = 10,
    max = 50,
    page = Zombemic,
    translation = Zombemic_TriggerDistance,
}

option Zombemic.InfectionTime
{
    type = integer,
    min = 1,
    default = 10,
    max = 1440,
    page = Zombemic,
    translation = Zombemic_InfectionTime,
}

option Zombemic.LootTable
{
    type = string,
    default = ,
    page = Zombemic,
    translation = Zombemic_LootTable,
}