This commit is contained in:
Magpie490 2025-09-29 14:57:04 +01:00
parent c3babc9424
commit 3635b3fc7e
3 changed files with 39 additions and 0 deletions

View file

@ -436,6 +436,31 @@ task_conversion = {
desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS
}
}
if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values
limit = {
exists = scope:county
scope:county = {
county_control <= 100
county_control > 75
}
}
multiply = {
value = 1.1
desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS
}
}
if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values
limit = {
exists = scope:county
scope:county = {
county_control > 100
}
}
multiply = {
value = 1.5
desc = STEWARD_PROMOTE_CULTURE_ABSOLUTE_CONTROL_BONUS
}
}
#####
if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values
limit = {

View file

@ -827,6 +827,7 @@ task_promote_culture = {
limit = {
exists = scope:county
scope:county = {
county_control <= 100
county_control > 75
}
}
@ -835,6 +836,18 @@ task_promote_culture = {
desc = STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS
}
}
if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values
limit = {
exists = scope:county
scope:county = {
county_control > 100
}
}
multiply = {
value = 1.5
desc = STEWARD_PROMOTE_CULTURE_ABSOLUTE_CONTROL_BONUS
}
}
#####
if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values
limit = {

View file

@ -345,6 +345,7 @@
STEWARD_PROMOTE_CULTURE_MEDIUM_CONTROL_PENALTY:0 "Medium County Control Penalty"
STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_PENALTY:0 "High County Control Penalty"
STEWARD_PROMOTE_CULTURE_HIGH_CONTROL_BONUS:0 "Total County Control Bonus"
STEWARD_PROMOTE_CULTURE_ABSOLUTE_CONTROL_BONUS:0 "Absolute County Control Bonus"
STEWARD_PROMOTE_CULTURE_HIGH_TERRAIN_PENALTY:0 "Extreme Terrain Penalty"
STEWARD_PROMOTE_CULTURE_LOW_TERRAIN_PENALTY:0 "Difficult Terrain Penalty"
STEWARD_PROMOTE_CULTURE_LOW_FERVOUR_BONUS:0 "Low County Faith Fervour Bonus"