Working zombies amputations once again

This commit is contained in:
ZioPao
2024-07-15 12:15:35 +02:00
parent cb7603feea
commit 11622795e1
4 changed files with 365 additions and 132 deletions

View File

@@ -28,3 +28,22 @@ option TOC.SurgeonAbilityImportance
translation = TOC_SurgeonAbilityImportance,
}
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,
}