事件本版本变更
行省重组

Capital的官员们已提议对包括Target Province在内的各省进行全面重组,使辖区与行政管理更贴近我们的文化与政治中心。该计划有望加强控制,但可能打破早已形成的地方平衡。
Fate of the PhoenixDLCtrigger
拉丁化 vs 罗马派社会价值观option 1, option 2定义in_game/events/government/D008_latinization_vs_hellenization.txt:903
904type = country_event
905title = latinization_vs_hellenization.8.title 行省重组
906desc = latinization_vs_hellenization.8.desc Capital的官员们已提议对包括Target Province在内的各省进行全面重组,使辖区与行政管理更贴近我们的文化与政治中心。该计划有望加强控制,但可能打破早已形成的地方平衡。
907outcome = neutral
908trigger = {
910has_societal_value = societal_value_type:latinization_vs_hellenization
912any_province = {
913province_capital = {
913proximity > 0
}
914culture_percentage = {
915culture = root.culture
916value < 1
}
}
}
921illustration_tags = {
92210 = regular
92310 = exterior
}
926immediate = {
}
929ordered_province = {
930limit = {
931province_capital = {
931proximity > 0
}
}
933order_by = {
934value = population
935if = {
936limit = {
937culture_percentage = {
938culture = root.culture
939value <= 0
}
}
942divide = 0.01
}
944else = {
944divide = "culture_percentage(root.culture)"
}
}
946max = {
947value = {
948add = root.num_provinces
949multiply = 0.1
950ceiling = yes
}
}
953check_range_bounds = no
954add_to_list = LvH_event_8_list
}
957ordered_in_list = {
958list = LvH_event_8_list
959order_by = population
960check_range_bounds = no
961max = 1
963save_scope_as = target_province
964province_capital = {
964save_scope_as = target_location
}
}
}