From 347d2730e64da9814076d2761a76253d7f168bdc Mon Sep 17 00:00:00 2001 From: trashmasteruni Date: Sun, 1 Feb 2026 00:38:50 +0100 Subject: [PATCH] sped up county conversion --- .../council_tasks/00_court_chaplain_tasks.txt | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/common/council_tasks/00_court_chaplain_tasks.txt b/common/council_tasks/00_court_chaplain_tasks.txt index e9052fe1..8bafc148 100644 --- a/common/council_tasks/00_court_chaplain_tasks.txt +++ b/common/council_tasks/00_court_chaplain_tasks.txt @@ -340,25 +340,12 @@ task_conversion = { limit = { exists = scope:county.faith scope:county.faith = { - fervor > 80 - } - } - multiply = { - value = 0.2 - desc = STEWARD_CONVERT_FAITH_ZEALOT_FERVOUR_PENALTY - } - } - if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values - limit = { - exists = scope:county.faith - scope:county.faith = { - fervor <= 80 fervor > 60 } } multiply = { - value = 0.4 - desc = STEWARD_CONVERT_FAITH_HIGH_FERVOUR_PENALTY + value = 0.7 + desc = STEWARD_CONVERT_FAITH_ZEALOT_FERVOUR_PENALTY } } if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values @@ -370,8 +357,8 @@ task_conversion = { } } multiply = { - value = 0.6 - desc = STEWARD_PROMOTE_FAITH_MEDIUM_FERVOUR_PENALTY + value = 0.8 + desc = STEWARD_CONVERT_FAITH_HIGH_FERVOUR_PENALTY } } if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values @@ -383,7 +370,20 @@ task_conversion = { } } multiply = { - value = 0.8 + value = 0.9 + desc = STEWARD_PROMOTE_FAITH_MEDIUM_FERVOUR_PENALTY + } + } + if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values + limit = { + exists = scope:county.faith + scope:county.faith = { + fervor <= 20 + fervor > 0 + } + } + multiply = { + value = 1.2 desc = STEWARD_PROMOTE_CULTURE_LOW_FERVOUR_PENALTY } } @@ -396,7 +396,7 @@ task_conversion = { } } multiply = { - value = 1.2 + value = 1.4 desc = STEWARD_PROMOTE_CULTURE_LOW_FERVOUR_BONUS } } @@ -410,7 +410,7 @@ task_conversion = { } } multiply = { - value = 0.5 + value = 0.8 desc = STEWARD_PROMOTE_CULTURE_LOW_CONTROL_PENALTY } } @@ -423,7 +423,7 @@ task_conversion = { } } multiply = { - value = 0.7 + value = 0.9 desc = STEWARD_PROMOTE_CULTURE_MEDIUM_CONTROL_PENALTY } } @@ -436,7 +436,7 @@ task_conversion = { } } multiply = { - value = 0.9 + value = 1.1 desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_PENALTY } } @@ -448,7 +448,7 @@ task_conversion = { } } multiply = { - value = 1.1 + value = 1.2 desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS } } @@ -461,7 +461,7 @@ task_conversion = { } } multiply = { - value = 1.3 + value = 1.4 desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS } } @@ -473,7 +473,7 @@ task_conversion = { } } multiply = { - value = 1.5 + value = 1.6 desc = STEWARD_PROMOTE_CULTURE_ABSOLUTE_CONTROL_BONUS } } @@ -493,7 +493,7 @@ task_conversion = { } } multiply = { - value = 0.6 + value = 0.8 desc = STEWARD_PROMOTE_CULTURE_HIGH_TERRAIN_PENALTY } } @@ -512,7 +512,7 @@ task_conversion = { } } multiply = { - value = 0.8 + value = 0.9 desc = STEWARD_PROMOTE_CULTURE_LOW_TERRAIN_PENALTY } }