Fixes
This commit is contained in:
parent
72b0ebb938
commit
29b8e19ef6
58 changed files with 24636 additions and 24387 deletions
|
|
@ -320,21 +320,21 @@ task_conversion = {
|
|||
add = court_chaplain_conversion_contextual_bonuses
|
||||
|
||||
# Faster conversion for certain special doctrines
|
||||
if = {
|
||||
limit = {
|
||||
scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology }
|
||||
exists = scope:county
|
||||
OR = {
|
||||
scope:county.faith.religion = religion:eastern_orthodox_religion
|
||||
scope:county.faith.religion = religion:catholic_religion
|
||||
scope:county.faith.religion = religion:protestant_religion
|
||||
}
|
||||
}
|
||||
add = {
|
||||
value = fp2_lyonese_monk_conversion_bonus_actual_value
|
||||
desc = fp2_lyonese_monk_faith_conversion_task_desc
|
||||
}
|
||||
}
|
||||
# if = {
|
||||
# limit = {
|
||||
# scope:councillor_liege.faith = { has_doctrine_parameter = adoptionists_attractively_intuitive_theology }
|
||||
# exists = scope:county
|
||||
# OR = {
|
||||
# scope:county.faith.religion = religion:eastern_orthodox_religion
|
||||
# scope:county.faith.religion = religion:catholic_religion
|
||||
# scope:county.faith.religion = religion:protestant_religion
|
||||
# }
|
||||
# }
|
||||
# add = {
|
||||
# value = fp2_lyonese_monk_conversion_bonus_actual_value
|
||||
# desc = fp2_lyonese_monk_faith_conversion_task_desc
|
||||
# }
|
||||
# }
|
||||
|
||||
if = { # Development reduces the speed. Should be the last non-multiply modifier applied to avoid negative values
|
||||
limit = {
|
||||
|
|
@ -542,96 +542,96 @@ task_conversion = {
|
|||
}
|
||||
}
|
||||
|
||||
# Faster conversion for FP2 Hostility ending, if county is in Iberia and faith was involved
|
||||
if = {
|
||||
limit = {
|
||||
exists = scope:councillor.liege.house
|
||||
scope:councillor.liege.house = {
|
||||
OR = {
|
||||
has_house_modifier = fp2_struggle_hostility_house_faith_modifier
|
||||
has_house_modifier = fp2_struggle_hostility_house_combined_modifier
|
||||
}
|
||||
}
|
||||
any_in_global_list = {
|
||||
variable = fp2_struggle_ending_faith_list
|
||||
this = scope:county.faith
|
||||
}
|
||||
scope:county.title_province = { geographical_region = world_europe_west_iberia }
|
||||
}
|
||||
multiply = {
|
||||
value = fp2_struggle_hostility_conversion_value
|
||||
desc = fp2_struggle_hostility_faith_conversion_task_desc
|
||||
}
|
||||
}
|
||||
# Faster conversion of infidels for FP2 Council Toledo Conversion
|
||||
if = {
|
||||
limit = {
|
||||
scope:councillor.liege = { has_character_modifier = fp2_council_conversion_modifier }
|
||||
scope:county.religion != scope:councillor.liege.religion
|
||||
}
|
||||
multiply = {
|
||||
value = council_toledo_conversion_modifier_value
|
||||
desc = council_toledo_conversion_task_desc
|
||||
}
|
||||
}
|
||||
# Faster conversion of heretics for FP2 Council Toledo Heresies
|
||||
if = {
|
||||
limit = {
|
||||
scope:councillor.liege = { has_character_modifier = fp2_council_conversion_modifier }
|
||||
scope:county.faith = {
|
||||
religion = scope:councillor.liege.religion
|
||||
NOT = {
|
||||
portrait_religious_faith_or_foundational_trigger = { FAITH = faith:mozarabic_church }
|
||||
}
|
||||
NOT = { exists = religious_head }
|
||||
}
|
||||
}
|
||||
multiply = {
|
||||
value = council_toledo_conversion_modifier_value
|
||||
desc = council_toledo_heresies_task_desc
|
||||
}
|
||||
}
|
||||
|
||||
# Faster conversion of Persian counties with the FP3 Promote Persian Scripture decision
|
||||
if = {
|
||||
limit = {
|
||||
scope:councillor.liege = {
|
||||
has_character_modifier = fp3_promoted_persian_scripture_modifier
|
||||
is_ai = no #this is so that we don't get AI converting and homogenizing Persia too quickly
|
||||
}
|
||||
scope:county.culture = { has_cultural_pillar = heritage_iranian }
|
||||
}
|
||||
multiply = {
|
||||
value = promote_persian_scripture_conversion_modifier_value
|
||||
desc = fp3_promote_persian_scripture_task_desc
|
||||
}
|
||||
}
|
||||
|
||||
# FP3 faster conversion struggle ending rewards
|
||||
if = {
|
||||
limit = {
|
||||
exists = global_var:fp3_struggle_ending_assertion_school
|
||||
switch = {
|
||||
trigger = global_var:fp3_struggle_ending_assertion_school
|
||||
flag:sunni = {
|
||||
scope:councillor.liege.faith = { has_doctrine = muhammad_succession_sunni_doctrine }
|
||||
}
|
||||
flag:shia = {
|
||||
scope:councillor.liege.faith = { has_doctrine = muhammad_succession_shia_doctrine }
|
||||
}
|
||||
flag:muhakkima = {
|
||||
scope:councillor.liege.faith = { has_doctrine = muhammad_succession_muhakkima_doctrine }
|
||||
}
|
||||
flag:zandaqa = {
|
||||
scope:councillor.liege.faith = { has_doctrine = muhammad_succession_zandaqa_doctrine }
|
||||
}
|
||||
}
|
||||
}
|
||||
multiply = {
|
||||
value = fp3_struggle_ending_conversion_modifier_value
|
||||
desc = fp3_struggle_ending_conversion_modifier_desc
|
||||
}
|
||||
}
|
||||
# # Faster conversion for FP2 Hostility ending, if county is in Iberia and faith was involved
|
||||
# if = {
|
||||
# limit = {
|
||||
# exists = scope:councillor.liege.house
|
||||
# scope:councillor.liege.house = {
|
||||
# OR = {
|
||||
# has_house_modifier = fp2_struggle_hostility_house_faith_modifier
|
||||
# has_house_modifier = fp2_struggle_hostility_house_combined_modifier
|
||||
# }
|
||||
# }
|
||||
# any_in_global_list = {
|
||||
# variable = fp2_struggle_ending_faith_list
|
||||
# this = scope:county.faith
|
||||
# }
|
||||
# scope:county.title_province = { geographical_region = world_europe_west_iberia }
|
||||
# }
|
||||
# multiply = {
|
||||
# value = fp2_struggle_hostility_conversion_value
|
||||
# desc = fp2_struggle_hostility_faith_conversion_task_desc
|
||||
# }
|
||||
# }
|
||||
# # Faster conversion of infidels for FP2 Council Toledo Conversion
|
||||
# if = {
|
||||
# limit = {
|
||||
# scope:councillor.liege = { has_character_modifier = fp2_council_conversion_modifier }
|
||||
# scope:county.religion != scope:councillor.liege.religion
|
||||
# }
|
||||
# multiply = {
|
||||
# value = council_toledo_conversion_modifier_value
|
||||
# desc = council_toledo_conversion_task_desc
|
||||
# }
|
||||
# }
|
||||
# # Faster conversion of heretics for FP2 Council Toledo Heresies
|
||||
# if = {
|
||||
# limit = {
|
||||
# scope:councillor.liege = { has_character_modifier = fp2_council_conversion_modifier }
|
||||
# scope:county.faith = {
|
||||
# religion = scope:councillor.liege.religion
|
||||
# NOT = {
|
||||
# portrait_religious_faith_or_foundational_trigger = { FAITH = faith:mozarabic_church }
|
||||
# }
|
||||
# NOT = { exists = religious_head }
|
||||
# }
|
||||
# }
|
||||
# multiply = {
|
||||
# value = council_toledo_conversion_modifier_value
|
||||
# desc = council_toledo_heresies_task_desc
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# # Faster conversion of Persian counties with the FP3 Promote Persian Scripture decision
|
||||
# if = {
|
||||
# limit = {
|
||||
# scope:councillor.liege = {
|
||||
# has_character_modifier = fp3_promoted_persian_scripture_modifier
|
||||
# is_ai = no #this is so that we don't get AI converting and homogenizing Persia too quickly
|
||||
# }
|
||||
# scope:county.culture = { has_cultural_pillar = heritage_iranian }
|
||||
# }
|
||||
# multiply = {
|
||||
# value = promote_persian_scripture_conversion_modifier_value
|
||||
# desc = fp3_promote_persian_scripture_task_desc
|
||||
# }
|
||||
# }
|
||||
#
|
||||
# # FP3 faster conversion struggle ending rewards
|
||||
# if = {
|
||||
# limit = {
|
||||
# exists = global_var:fp3_struggle_ending_assertion_school
|
||||
# switch = {
|
||||
# trigger = global_var:fp3_struggle_ending_assertion_school
|
||||
# flag:sunni = {
|
||||
# scope:councillor.liege.faith = { has_doctrine = muhammad_succession_sunni_doctrine }
|
||||
# }
|
||||
# flag:shia = {
|
||||
# scope:councillor.liege.faith = { has_doctrine = muhammad_succession_shia_doctrine }
|
||||
# }
|
||||
# flag:muhakkima = {
|
||||
# scope:councillor.liege.faith = { has_doctrine = muhammad_succession_muhakkima_doctrine }
|
||||
# }
|
||||
# flag:zandaqa = {
|
||||
# scope:councillor.liege.faith = { has_doctrine = muhammad_succession_zandaqa_doctrine }
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
# multiply = {
|
||||
# value = fp3_struggle_ending_conversion_modifier_value
|
||||
# desc = fp3_struggle_ending_conversion_modifier_desc
|
||||
# }
|
||||
# }
|
||||
# Court events
|
||||
if = { #court.6010
|
||||
limit = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue