VERSION = 1,

option MultiplierConfig.Toughness
{
    type = double,
    min = 0.0,
    default = 1.0,
    max = 1000.0,
    page = Toughness,
    translation = Toughness_XPMultiplier,
}
option Toughness.AffectsPanic
{
    type = boolean,
    default = true,
    page = Toughness,
    translation = Toughness_AffectsPanic,
}
option Toughness.AffectsPain
{
    type = boolean,
    default = true,
    page = Toughness,
    translation = Toughness_AffectsPain,
}
option Toughness.AffectsDiscomfort
{
    type = boolean,
    default = true,
    page = Toughness,
    translation = Toughness_AffectsDiscomfort,
}
option Toughness.PanicReductionMultiplier
{
    type = double,
    min = 0.0,
    default = 1.0,
    max = 1000.0,
    page = Toughness,
    translation = Toughness_PanicReductionMultiplier,
}
option Toughness.PainReductionMultiplier
{
    type = double,
    min = 0.0,
    default = 1.0,
    max = 1000.0,
    page = Toughness,
    translation = Toughness_PainReductionMultiplier,
}
option Toughness.DiscomfortReductionMultiplier
{
    type = double,
    min = 0.0,
    default = 1.0,
    max = 1000.0,
    page = Toughness,
    translation = Toughness_DiscomfortReductionMultiplier,
}
option Toughness.DiscomfortFlatReductionMultiplier
{
    type = double,
    min = 0.0,
    default = 1.0,
    max = 1000.0,
    page = Toughness,
    translation = Toughness_DiscomfortFlatReductionMultiplier,
}