Stability measures
This commit is contained in:
parent
cf10d05052
commit
7c968185ab
17 changed files with 1382 additions and 1396 deletions
|
|
@ -980,33 +980,33 @@ court_chaplain_conversion_contextual_bonuses = {
|
|||
|
||||
# Struggle Bonuses/Penalties
|
||||
## Boost conversion in some phases.
|
||||
if = {
|
||||
limit = {
|
||||
exists = scope:county
|
||||
scope:county = {
|
||||
any_county_struggle = { has_struggle_phase_parameter = county_faith_conversion_in_region_proceeds_faster }
|
||||
}
|
||||
}
|
||||
add = {
|
||||
value = scope:councillor.boost_county_conversion_phase_bonus_value
|
||||
desc = CHAPLAIN_CONVERT_COUNTY_STRUGGLE_BONUS
|
||||
}
|
||||
}
|
||||
## Reduce it in others.
|
||||
if = {
|
||||
limit = {
|
||||
exists = scope:county
|
||||
scope:county = {
|
||||
any_county_struggle = {
|
||||
has_struggle_phase_parameter = county_faith_conversion_in_region_proceeds_slower
|
||||
}
|
||||
}
|
||||
}
|
||||
add = {
|
||||
value = scope:councillor.boost_county_conversion_phase_malus_value
|
||||
desc = CHAPLAIN_CONVERT_COUNTY_STRUGGLE_PENALTY
|
||||
}
|
||||
}
|
||||
# if = {
|
||||
# limit = {
|
||||
# exists = scope:county
|
||||
# scope:county = {
|
||||
# any_county_struggle = { has_struggle_phase_parameter = county_faith_conversion_in_region_proceeds_faster }
|
||||
# }
|
||||
# }
|
||||
# add = {
|
||||
# value = scope:councillor.boost_county_conversion_phase_bonus_value
|
||||
# desc = CHAPLAIN_CONVERT_COUNTY_STRUGGLE_BONUS
|
||||
# }
|
||||
# }
|
||||
# ## Reduce it in others.
|
||||
# if = {
|
||||
# limit = {
|
||||
# exists = scope:county
|
||||
# scope:county = {
|
||||
# any_county_struggle = {
|
||||
# has_struggle_phase_parameter = county_faith_conversion_in_region_proceeds_slower
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# add = {
|
||||
# value = scope:councillor.boost_county_conversion_phase_malus_value
|
||||
# desc = CHAPLAIN_CONVERT_COUNTY_STRUGGLE_PENALTY
|
||||
# }
|
||||
# }
|
||||
|
||||
# FP3 ending
|
||||
if = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue