이벤트
통합 정책 논쟁

Target Province 지방에서 Target Culture계 백성의 수가 늘어나면서 Court Title에서 대책을 두고 논란이 일었습니다. 이들을 인정하고 지원하여 통합을 촉진해야 한다는 의견과, 보다 엄격한 조치를 취해 토착 풍습을 따르도록 강요해야 한다는 주장이 맞서고 있습니다.
중화제국국가 간 조직체trigger정의in_game/events/government/societal_values.txt:12439
12440type = country_event
12441title = societal_values.2322.title 통합 정책 논쟁
12442desc = societal_values.2322.desc Target Province 지방에서 Target Culture계 백성의 수가 늘어나면서 Court Title에서 대책을 두고 논란이 일었습니다. 이들을 인정하고 지원하여 통합을 촉진해야 한다는 의견과, 보다 엄격한 조치를 취해 토착 풍습을 따르도록 강요해야 한다는 주장이 맞서고 있습니다.
12443outcome = neutral
12445illustration_tags = {
1244610 = regular
1244710 = interior
}
12450trigger = {
12451has_societal_value = societal_value_type:sinicized_vs_unsinicized
12453international_organization_has_leader = yes
12454leader_country ?= {
12455this != root
12456culture = {
12457this != root.culture
12458save_temporary_scope_as = target_culture
}
}
}
12462exists = scope:target_culture
12463any_province = {
12464province_average_integration < 1
12465culture_percentage = {
12465culture = scope:target_culture
12465value > 0
}
}
}
12469immediate = {
}
12472leader_country = {
12473culture = {
12473save_scope_as = target_culture
}
}
}
12476culture = {
12476save_scope_as = our_culture_scope
}
12477ordered_province = {
12478limit = {
12479culture_percentage = {
12479culture = scope:target_culture
12479value > 0
}
12480province_average_integration < 1
}
12482order_by = {
12483value = province_average_integration
12484multiply = -1
}
12486max = 5
12487check_range_bounds = no
12488add_to_list = disuted_integration_provinces_list
}
12490random_in_list = {
12491list = disuted_integration_provinces_list
12492save_scope_as = target_province
}
12494scope:target_province = {
12495every_location_in_province = {
12496ordered_pop = {
12497limit = {
12498owner ?= root
12499culture = scope:target_culture
}
12501order_by = pop_size
12502max = 1
12503add_to_list = chinese_pops_list
}
}
}
}