VERSION = 1,

option Efficiency.XPMultiplier
{
    type = double,
    min = 0.1,
    default = 1.0,
    max = 16.0,
    page = Efficiency,
    translation = Efficiency_XPMultiplier,
}
option Efficiency.EnableGrindLimit
{
    type = boolean,
    default = true,
    page = Efficiency,
    translation = Efficiency_EnableGrindLimit,
}
option Efficiency.GrindLimitIndex
{
    type = double,
    min = 0.1,
    default = 0.9,
    max = 1.0,
    page = Efficiency,
    translation = Efficiency_GrindLimitIndex,
}
option Efficiency.GrindLimitThreshold
{
    type = integer,
    min = 1,
    default = 10,
    max = 100,
    page = Efficiency,
    translation = Efficiency_GrindLimitThreshold,
}
option Efficiency.DefaultTimeLimit
{
    type = integer,
    min = 5,
    default = 20,
    max = 1000,
    page = Efficiency,
    translation = Efficiency_DefaultTimeLimit,
}
option Efficiency.Level0
{
    type = double,
    min = 0.1,
    default = 1.8,
    max = 10.0,
    page = Efficiency,
    translation = Efficiency_Level0,
}

option Efficiency.Level1
{
    type = double,
    min = 0.1,
    default = 1.4,
    max = 10.0,
    page = Efficiency,
    translation = Efficiency_Level1,
}

option Efficiency.Level2
{
    type = double,
    min = 0.1,
    default = 1.0,
    max = 10.0,
    page = Efficiency,
    translation = Efficiency_Level2,
}

option Efficiency.Level3
{
    type = double,
    min = 0.1,
    default = 0.9,
    max = 10.0,
    page = Efficiency,
    translation = Efficiency_Level3,
}

option Efficiency.Level4
{
    type = double,
    min = 0.1,
    default = 0.8,
    max = 10.0,
    page = Efficiency,
    translation = Efficiency_Level4,
}

option Efficiency.Level5
{
    type = double,
    min = 0.1,
    default = 0.7,
    max = 10.0,
    page = Efficiency,
    translation = Efficiency_Level5,
}

option Efficiency.Level6
{
    type = double,
    min = 0.1,
    default = 0.6,
    max = 10.0,
    page = Efficiency,
    translation = Efficiency_Level6,
}

option Efficiency.Level7
{
    type = double,
    min = 0.1,
    default = 0.5,
    max = 10.0,
    page = Efficiency,
    translation = Efficiency_Level7,
}

option Efficiency.Level8
{
    type = double,
    min = 0.1,
    default = 0.4,
    max = 10.0,
    page = Efficiency,
    translation = Efficiency_Level8,
}

option Efficiency.Level9
{
    type = double,
    min = 0.1,
    default = 0.3,
    max = 10.0,
    page = Efficiency,
    translation = Efficiency_Level9,
}

option Efficiency.Level10
{
    type = double,
    min = 0.1,
    default = 0.2,
    max = 10.0,
    page = Efficiency,
    translation = Efficiency_Level10,
}
