refactor: removed compat with b41 entirely

This commit is contained in:
ZioPao
2025-12-16 00:34:40 +01:00
parent 3f888e7f22
commit 20fa1bd05e
249 changed files with 215 additions and 176 deletions

View File

@@ -0,0 +1,58 @@
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,
}