イベント
統合を巡る議論

Target Provinceにおいて、Target Culture系国民の共同体がCourt Titleに注目されるほどの規模に成長した。行政官らは2つの対応を巡って議論している——彼らの存在を認めて支援することで統合を促すか、または厳重な対応でわが国の習慣を再認識させるか。我々はどちらを選ぶべきだろうか?
中国国際組織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に注目されるほどの規模に成長した。行政官らは2つの対応を巡って議論している——彼らの存在を認めて支援することで統合を促すか、または厳重な対応でわが国の習慣を再認識させるか。我々はどちらを選ぶべきだろうか?
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
}
}
}
}