이벤트이번 버전 변경
속주 재편

Capital의 관료들이 나서서 Target Province(과)와 같은 속주들의 대대적인 재편을 제안했습니다. 사법 및 행정 구역을 제국의 문화적, 정치적 중심지에 더욱 긴밀하게 맞추자는 것입니다. 이 계획은 중앙의 통제력을 크게 강화할 수 있지만, 오랫동안 확립된 지역의 균형을 무너뜨릴 위험이 따릅니다.
Fate of the PhoenixDLCtrigger
라티니타스 대 로마니스모스사회 가치관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
}
}
}