31 lines
505 B
Plaintext
31 lines
505 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,
|
|
}
|
|
|