VERSION = 1,
option TOC.CicatrizationSpeed
{
    type = integer,
    min = 1,
    max = 10,
    default = 1,
    page = TOC,
    translation = TOC_CicatrizationSpeed,
}

option TOC.WoundDirtynessMultiplier
{
    type = integer,
    min = 0,
    max = 5,
    default = 1,
    page = TOC,
    translation = TOC_WoundDirtynessMultiplier,
}
option TOC.SurgeonAbilityImportance
{
    type = integer,
    min = 1,
    max = 3,
    default = 2,
    page = TOC,
    translation = TOC_SurgeonAbilityImportance,
}

option TOC.EnableZombieAmputations
{
    type = boolean,
    default = false,
    page = TOC,
    translation= TOC_EnableZombieAmputations,
}


option TOC.ZombieAmputationDamageThreshold
{
    type = integer,
    min = 0,
    max = 10,
    default = 4,
    page = TOC,
    translation = TOC_ZombieAmputationDamageThreshold,
}

option TOC.ZombieAmputationDamageChance
{
    type = integer,
    min = 0,
    max = 100,
    default = 25,
    page = TOC,
    translation = TOC_ZombieAmputationDamageChance,
}