Stability measures

This commit is contained in:
Heidesommer 2026-05-28 10:08:00 -04:00
parent cf10d05052
commit 7c968185ab
17 changed files with 1382 additions and 1396 deletions

View file

@ -195,26 +195,26 @@ hybridization_threshold_value = {
multiply = 2
}
# Struggles
if = {
limit = {
exists = scope:culture
root = {
OR = {
any_character_struggle = {
involvement = involved
has_struggle_phase_parameter = easier_culture_hybridising_for_involved_and_interlopers
is_culture_involved_in_struggle = scope:culture
}
any_character_struggle = {
involvement = interloper
has_struggle_phase_parameter = easier_culture_hybridising_for_involved_and_interlopers
is_culture_involved_in_struggle = scope:culture
}
}
}
}
multiply = 0.5
}
# if = {
# limit = {
# exists = scope:culture
# root = {
# OR = {
# any_character_struggle = {
# involvement = involved
# has_struggle_phase_parameter = easier_culture_hybridising_for_involved_and_interlopers
# is_culture_involved_in_struggle = scope:culture
# }
# any_character_struggle = {
# involvement = interloper
# has_struggle_phase_parameter = easier_culture_hybridising_for_involved_and_interlopers
# is_culture_involved_in_struggle = scope:culture
# }
# }
# }
# }
# multiply = 0.5
# }
# Events
if = {
limit = {

View file

@ -4141,25 +4141,25 @@ faith_conversion_cost_mult = {
}
}
# Cheaper if you're an interloper in a struggle converting to an involved faith.
if = {
limit = {
scope:character = {
any_character_struggle = {
involvement = interloper
has_struggle_phase_parameter = cheaper_to_convert_to_struggle_faith
is_faith_involved_in_struggle = scope:new_faith
}
}
}
multiply = {
value = 1
subtract = {
desc = struggle_parameter_cheaper_to_convert_to_struggle_faith
format = "BREAKDOWN_FORMAT_PIETY_PERCENTAGE_POSITIVE_IS_BAD"
value = 0.5
}
}
}
# if = {
# limit = {
# scope:character = {
# any_character_struggle = {
# involvement = interloper
# has_struggle_phase_parameter = cheaper_to_convert_to_struggle_faith
# is_faith_involved_in_struggle = scope:new_faith
# }
# }
# }
# multiply = {
# value = 1
# subtract = {
# desc = struggle_parameter_cheaper_to_convert_to_struggle_faith
# format = "BREAKDOWN_FORMAT_PIETY_PERCENTAGE_POSITIVE_IS_BAD"
# value = 0.5
# }
# }
# }
################################################
# Conversion Discount from Confucian Education

View file

@ -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 = {