sped up county conversion

This commit is contained in:
trashmasteruni 2026-02-01 00:38:50 +01:00
parent 1c2b08d659
commit 347d2730e6

View file

@ -340,25 +340,12 @@ task_conversion = {
limit = { limit = {
exists = scope:county.faith exists = scope:county.faith
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 fervor > 60
} }
} }
multiply = { multiply = {
value = 0.4 value = 0.7
desc = STEWARD_CONVERT_FAITH_HIGH_FERVOUR_PENALTY desc = STEWARD_CONVERT_FAITH_ZEALOT_FERVOUR_PENALTY
} }
} }
if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values
@ -370,8 +357,8 @@ task_conversion = {
} }
} }
multiply = { multiply = {
value = 0.6 value = 0.8
desc = STEWARD_PROMOTE_FAITH_MEDIUM_FERVOUR_PENALTY desc = STEWARD_CONVERT_FAITH_HIGH_FERVOUR_PENALTY
} }
} }
if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values
@ -383,7 +370,20 @@ task_conversion = {
} }
} }
multiply = { 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 desc = STEWARD_PROMOTE_CULTURE_LOW_FERVOUR_PENALTY
} }
} }
@ -396,7 +396,7 @@ task_conversion = {
} }
} }
multiply = { multiply = {
value = 1.2 value = 1.4
desc = STEWARD_PROMOTE_CULTURE_LOW_FERVOUR_BONUS desc = STEWARD_PROMOTE_CULTURE_LOW_FERVOUR_BONUS
} }
} }
@ -410,7 +410,7 @@ task_conversion = {
} }
} }
multiply = { multiply = {
value = 0.5 value = 0.8
desc = STEWARD_PROMOTE_CULTURE_LOW_CONTROL_PENALTY desc = STEWARD_PROMOTE_CULTURE_LOW_CONTROL_PENALTY
} }
} }
@ -423,7 +423,7 @@ task_conversion = {
} }
} }
multiply = { multiply = {
value = 0.7 value = 0.9
desc = STEWARD_PROMOTE_CULTURE_MEDIUM_CONTROL_PENALTY desc = STEWARD_PROMOTE_CULTURE_MEDIUM_CONTROL_PENALTY
} }
} }
@ -436,7 +436,7 @@ task_conversion = {
} }
} }
multiply = { multiply = {
value = 0.9 value = 1.1
desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_PENALTY desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_PENALTY
} }
} }
@ -448,7 +448,7 @@ task_conversion = {
} }
} }
multiply = { multiply = {
value = 1.1 value = 1.2
desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS
} }
} }
@ -461,7 +461,7 @@ task_conversion = {
} }
} }
multiply = { multiply = {
value = 1.3 value = 1.4
desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS
} }
} }
@ -473,7 +473,7 @@ task_conversion = {
} }
} }
multiply = { multiply = {
value = 1.5 value = 1.6
desc = STEWARD_PROMOTE_CULTURE_ABSOLUTE_CONTROL_BONUS desc = STEWARD_PROMOTE_CULTURE_ABSOLUTE_CONTROL_BONUS
} }
} }
@ -493,7 +493,7 @@ task_conversion = {
} }
} }
multiply = { multiply = {
value = 0.6 value = 0.8
desc = STEWARD_PROMOTE_CULTURE_HIGH_TERRAIN_PENALTY desc = STEWARD_PROMOTE_CULTURE_HIGH_TERRAIN_PENALTY
} }
} }
@ -512,7 +512,7 @@ task_conversion = {
} }
} }
multiply = { multiply = {
value = 0.8 value = 0.9
desc = STEWARD_PROMOTE_CULTURE_LOW_TERRAIN_PENALTY desc = STEWARD_PROMOTE_CULTURE_LOW_TERRAIN_PENALTY
} }
} }