Files
The-Only-Cure/42/media/sandbox-options.txt
2025-12-16 00:34:40 +01:00

58 lines
1009 B
Plaintext

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,
}