Even omre

This commit is contained in:
Pao
2023-02-26 19:38:44 +01:00
parent 56f43a658d
commit 7c13ed30c9
5 changed files with 113 additions and 115 deletions

View File

@@ -1,35 +1,34 @@
VERSION = 1,
/* option TOC.RollUpSleeves
/* option JCIO.RollUpSleeves
{
type = boolean,
default = true,
page = TOC,
translation = TOC_RollUpSleeves,
page = JCIO,
translation = JCIO_RollUpSleeves,
} */
option TOC.CicatrizationSpeedMultiplier
option JCIO.CicatrizationSpeedMultiplier
{
type = integer,
min = 1,
max = 10,
default = 1,
page = TOC,
translation = TOC_CicatrizationSpeedMultiplier,
page = JCIO,
translation = JCIO_CicatrizationSpeedMultiplier,
}
option TOC.AmputationTimeMultiplier
option JCIO.AmputationTimeMultiplier
{
type = integer,
min = 1,
max = 10,
default = 1,
page = TOC,
translation = TOC_AmputationTimeMultiplier
page = JCIO,
translation = JCIO_AmputationTimeMultiplier
}